Active Topics

 


Reply
Thread Tools
Posts: 5 | Thanked: 1 time | Joined on Aug 2009
#1
Hello, all!

I tried to tune iptables config, so I have such lines to allow only ESTABLISHED connections in input chain:
Code:
...
# Default rules
$IPTABLES --append INPUT --protocol tcp --match state --state ESTABLISHED,RELATED --jump ACCEPT
$IPTABLES --append INPUT --protocol udp --match state --state ESTABLISHED,RELATED --jump ACCEPT
$IPTABLES --append INPUT --protocol icmp --match state --state ESTABLISHED,RELATED --jump ACCEPT
...
But when I run firewall sh script there are errors about state module. It seems that there is not such module in maemo iptables How can I find it?
 

The Following User Says Thank You to oxdef For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 02:06.