|
|
# iptables -t nat -I POSTROUTING -s 192.168.110.0/24 -o eth0 -j MASQUERADE
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.
PS:
Kernel: 2.6.18
Public: eth0
Local: eth1
Local IP: 192.168.110.1:ask
删除配置,重新编译。
# make mrproper |
|