I was reading this: https://help.ubuntu.com/community/IptablesHowTo#Allowing_Established_Sessions
It says "If the line above doesn't work, you may be on a castrated VPS whose provider has not made available the extension".
So how do I tell if the extension is actually available and enabled? Just because an extension is listed in the iptables-extensions manpage doesn't mean it's actually available and enabled, does it?
uname -ris "3.19.1-x86_64-linode53", and/lib/modules/3.19.1-x86_64-linode53is basically empty.There is, however, the
/lib/modules/3.19.0-15-generic/kernel/net/netfilterdirectory, which has the kernel module files.Not sure how that works for me.
– Kal Apr 26 '15 at 05:07This could be useful to other people.
– Kal Apr 26 '15 at 07:57