Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. conntrack: generic helper won't handle protocol 132. Please consider loading the specific helper module.
  2.  
  3. Fixing with
  4.  
  5. echo "ip_conntrack_proto_sctp" > /etc/modules-load.d/sctp.conf
  6. modprobe ip_conntrack_proto_sctp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement