A container image can test with SCTP connectivity.
10K+
sctp-server is a container for testing SCTP availability in the virtualized environment, you can deploy this container in the docker-image-supported environment. It contains the basic tools like netcat, python sctp server.
Deploy the container on the host.
# Run SCTP server and expose service on host's port 9999.
docker run -ti --name sctp -p 9999:9999/sctp aweimeow/sctp-server bash
Test on the host or other machine has connectivity to the docker host.
# Use ncat as the client to test, you can also create another container by this image to test.
ncat --sctp <host_ip> 9999
Please refer to Enable SCTP in Kubernetes cluster for more information.
If you have any question, please feel free to get in the touch with me.
Content type
Image
Digest
Size
222.6 MB
Last updated
over 7 years ago
docker pull aweimeow/sctp-server