
23 Apr
2004
23 Apr
'04
11:12 p.m.
This line is giving me some grief: 'iptables -A okay -p TCP -m state ESTABLISHED,RELATED -j ACCEPT' Because I get this error when I run it. 'firescript: line 23: ESTABLISHED,RELATED: command not found'
you forgot --state the correct syntax is iptables --append okay --protocol tcp -m state --state ESTABLISHES,RELATED --jump ACCEPT :)