sctp support

Issues related to applications and software problems and general support
Post Reply
conorlennon
Posts: 3
Joined: 2019/09/26 12:34:11

sctp support

Post by conorlennon » 2019/09/26 13:27:40

I'm trying to get sctp to work in CentOS 8
As far as I can see the sctp kernel module is not available in any of the available rpms

$ checksctp
checksctp: Protocol not supported

# modprobe sctp
modprobe: FATAL: Module sctp not found in directory /lib/modules/4.18.0-80.7.1.el8_0.x86_64

# yum whatprovides sctp.ko
Error: No Matches found

conorlennon
Posts: 3
Joined: 2019/09/26 12:34:11

Re: sctp support

Post by conorlennon » 2019/10/22 15:53:33

It turns out that the kernel-modules-extra package provides the sctp kernel module.

However, that package blacklists the module.

Deleting the /etc/modprobe.d/sctp-blacklist.conf file removes the black listing of sctp.

Post Reply