2/18/02 9:38:15 AM, "shadha" <[EMAIL PROTECTED]> wrote:

>Hello all
>
>how to 'flush' particular rule from set of rules. plz explain me with one
>eg.
>thx a lot. I'm using iptables.sorry for such a basic Q!
>
Just rewrite the rule with a -D instead of -A or -I

if your rule was something like this:
iptables -A INPUT -i eth0 -p tcp --dport 80 -j ACCEPT
then do
iptables -D INPUT -i eth0 -p tcp --dport 80 -j ACCEPT

Ray


>Thanks and Regards,
>-shadha
>
>
>
>_________________________________________________________
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>



Reply via email to