iptables problem
I have Debian woody with kernel 2.4.20, i'm setting up firewall/routing script, everthing works, except the following line:
$IPTABLES -A lan-if -p tcp -m state --state ESTABLISHED,RELATED -j ACCEPT
It generates this error:
iptables: No chain/target/match by that name
I belive i'm missing a module in kernel, but i don't know which - i have nat, masquerade...
|