IP tables warning..how to fix it

Status
Not open for further replies.

lucy fox

Banned
Banned
179
2010
0
0
iptables v1.3.5: can't initialize iptables table `nat': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded.
 
2 comments
Probably you need to rebuild a kernel to include a NAT support.

Please provide the output of the following commands:
uname -a
lsmod

Also, the command you try to execute
 
You need to recompile kernel to include NAT. Once this is enabled and server is rebooted, make sure the following entry is there in the lsmod output.

Code:
ip_nat                 53520  6 ipt_REDIRECT,ipt_MASQUERADE,vzrst,ip_nat_irc,ip_nat_ftp,iptable_nat
 
Status
Not open for further replies.
Back
Top