Skip to content

Instantly share code, notes, and snippets.

@RubenKelevra
Last active June 27, 2016 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RubenKelevra/6605c0b6552f2134afef19e29ccff16e to your computer and use it in GitHub Desktop.
Save RubenKelevra/6605c0b6552f2134afef19e29ccff16e to your computer and use it in GitHub Desktop.
Linux kernel complains about missing SCTP-Module for Conntracking...
conntrack: generic helper won't handle protocol 132. Please consider loading the specific helper module.
Fixing with
echo "ip_conntrack_proto_sctp" > /etc/modules-load.d/sctp.conf
modprobe ip_conntrack_proto_sctp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment