| Author |
Message |
smitty825
Joined: 24 Mar 2006
Posts: 3
|
| Posted: Fri Mar 24, 2006 9:23 pm Post subject: Using IPTables? |
|
|
I just got my very own linode, and I'm happily running Ubuntu 5.10 with the latest 2.6 kernel. However, when I try and use iptables, I get the following error:
~> 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? |
|
| Back to top |
|
pclissold
Joined: 24 Oct 2003
Posts: 472
Location: Netherlands
|
| Posted: Sat Mar 25, 2006 11:51 am Post subject: |
|
|
Try Code: 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. |
|
| Back to top |
|
tfrevert
Joined: 15 Apr 2003
Posts: 19
Location: Wichita, KS
|
| Posted: Tue Mar 28, 2006 10:16 am Post subject: |
|
|
| Are you sure the IPTables process is running? |
|
| Back to top |
|
anderiv
Joined: 27 Apr 2004
Posts: 130
|
| Posted: Tue Mar 28, 2006 10:36 am Post subject: |
|
|
tfrevert wrote: 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. |
|
| Back to top |
|
tfrevert
Joined: 15 Apr 2003
Posts: 19
Location: Wichita, KS
|
| Posted: Tue Mar 28, 2006 11:21 am Post subject: |
|
|
anderiv wrote: 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. |
|
| Back to top |
|
anderiv
Joined: 27 Apr 2004
Posts: 130
|
| Posted: Tue Mar 28, 2006 11:23 am Post subject: |
|
|
tfrevert wrote: You're right, I shouldn't post before my first cup of coffee.
:wink:
Understood - you're forgiven :-) |
|
| Back to top |
|
| |