Re: iptables format - ipchains ( updated )

2002-11-20 Thread Peter Robb
On Mon, 2002-11-18 at 10:00, [EMAIL PROTECTED] wrote: Hello, If you know iptables and ipchains, would you mind to help me to modify the setting ( change the format of iptables to format of ipchains ) ? iptables -A INPUT -i ppp0 -p tcp --tcp-flags ALL FIN,URG,PSH -j DROP iptables -A INPUT

iptables format - ipchains ( updated )

2002-11-18 Thread EdwardSPL
Hello, If you know iptables and ipchains, would you mind to help me to modify the setting ( change the format of iptables to format of ipchains ) ? iptables -A INPUT -i ppp0 -p tcp --tcp-flags ALL FIN,URG,PSH -j DROP iptables -A INPUT -i ppp0 -p tcp --tcp-flags ALL ALL -j DROP iptables -A INPUT