OpenVZ Forum


Home » General » Support » Flushing iptables does not work. (Flushing iptables does not work.)
Re: Flushing iptables does not work. [message #49985 is a reply to message #49976] Wed, 17 July 2013 17:44 Go to previous message
Paparaciz
Messages: 302
Registered: August 2009
Senior Member
iptables -F have nothing to do if you change policy rule

with iptables -P INPUT DROP you define that INPUT always have to be droped. than you can just add rules with accept.

if you would add some rules (as example iptables -A INPUT -i venet0 -p icmp -j ACCEPT), than iptables -F will delete this rule.

if you want change policy rule, than you have to explicitly to do so, as example iptables -P INPUT ACCEPT.

 
Read Message
Read Message
Previous Topic: Ploop problems with md/RAID10
Next Topic: Network Behavior
Goto Forum:
  


Current Time: Thu Aug 21 16:44:34 GMT 2025

Total time taken to generate the page: 0.06228 seconds