Using IPTables?
~> iptables –list -n
iptables v1.3.1: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
I get this error whenever I try and use any iptable command. Am I forgetting to do something totally obvious?
5 Replies
mv /lib/tls /lib/tls-disabled
UML doesn't support NPTL (and, as consequence of this, TLS), which sometimes causes weirdness like you are experiencing.
@tfrevert:
Are you sure the IPTables process is running?
Huh? Iptables isn't a process - it's either compiled into the kernel or is loaded as kernel modules.
@anderiv:
Huh? Iptables isn't a process - it's either compiled into the kernel or is loaded as kernel modules.
You're right, I shouldn't post before my first cup of coffee.
@tfrevert:
You're right, I shouldn't post before my first cup of coffee.
:wink:
Understood - you're forgiven