Noah wrote:
How do I flush the accumulated in the IPTABLES drop policies without complete
reloading the whole firewall service?

"flush the accumulated"? Do you mean zero the packet counters (accumulated?), delete rules, flush a chain, or change the policy?


> Chain INPUT (policy ACCEPT)

You can't "flush drop policies". Your policy is set to ACCEPT, so you must be talking about trying to flush the rules that have a DROP target. So, are you wanting to flush all of the rules, or just some?

Please type "man iptables" or "iptables --help" for a list of all options. Depending on what you are trying to do, it will be "iptables -D" or "iptables -F", or maybe even "iptables -P". You may also want to check out:

http://www.catb.org/~esr/faqs/smart-questions.html

I want to drop these?

I don't know, do you?


--
Regards,

Vinny Valdez
http://www.catb.org/~esr/faqs/smart-questions.html


-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to