Regarding the iptables error when configuring eth0 and NAT on LS1012A

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Regarding the iptables error when configuring eth0 and NAT on LS1012A

453 Views
pengluo
Contributor III

I configured iptables (Linux firewall) as a NAT router according to the following method:

root@OpenWrt:/# iptables -P INPUT DROP
root@OpenWrt:/# iptables -P FORWARD DROP
root@OpenWrt:/# iptables -A INPUT -ieth2 -j ACCEPT
root@OpenWrt:/# iptables -A INPUT -ilo -j ACCEPT

 

But I encountered an error when executing this instruction:

root@OpenWrt:/# iptables -A FORWARD -i eth0 -o eth2 -m state --state RELATED,ES
TABLISHED -j ACCEPT
iptables v1.6.1: Couldn't load match `state':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.

When this instruction is doing NAT, if the default rule of FORWARD is DROP, it must be set。Is there any way to solve this problem?

 

0 Kudos
0 Replies