** Reply to message from Jonathan Benson <[EMAIL PROTECTED]> on Thu, 26 Jul
2001 15:41:09 +1000
<snip>
> The script seems to have the relevant line:
> $IPTABLES -I STATEFUL -m state --state ESTABLISHED,RELATED -j ACCEPT
>
> Any ideas on what I might be doing wrong? Do I need to compile a new kernel?
Try the following lines instead of the above:
#FTP Data fix
$IPT -A INPUT -p tcp --sport 20 --dport 1023:65535 ! --syn -m state --state
RELATED -j ACCEPT
$IPT -A INPUT -p tcp -m state --state ESTABLISHED -j ACCEPT
$IPT -A INPUT -p udp -s 0/0 -d $NET --dport 1023:65535 -j ACCEPT
Jack Bowling
mailto: [EMAIL PROTECTED]
_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list