23 Jan
2002
23 Jan
'02
13:55
T-Systems.Ertl@daimlerchrysler.com schrieb:
May I do a syntactic fault, but I think it has to be like :
$IPTABLES -A FORWARD -i $IF_INT -o $IF_EXT -p tcp -s potsdamerplatz -d IPINTERN --dport FF -j ACCEPT
Isn't $IF_INT the interface for incoming and $IF_EXT the interface for outgoing traffic? If it is, you might try $IPTABLES -A FORWARD -i $IF_EXT -o $IF_INT -p tcp -s potsdamerplatz \ -d IPINTERN --dport FF -j ACCEPT
I think U did -> -d $IPINTERN instead of -d IPINTERN and what you will do with --dport FF is FF a variable too ?? (user $FF) Michael Appeldorn