0

Trying to initiate the SCTP association, but no message is getting initiated. Checked in the redhat linux machine, couldn't see sctp.

checksctp checksctp: Protocol not supported

lsmod | grep sctp

lksctp-tools-1.0.17-2.el7.x86_64 package is installed in server. Please help me how to resolve this.

sham
  • 31
  • 2

1 Answers1

0

You need to load sctp kernel module

sudo modprobe sctp
Vasil Velichkov
  • 1,236
  • 11
  • 17