iptables -F what it is? can it damage performance?

Discussion in 'Server Operation' started by Stephan, Jun 15, 2009.

  1. Stephan

    Stephan New Member

    iptables -F what it is? can it damage performance?
     
  2. sunardo_panjaitan

    sunardo_panjaitan New Member

    -F option = --flush , it's option to delete all rules in chain or all chains.
    For more information see the manual of iptables or just type iptables --help in your terminal.
     
  3. Stephan

    Stephan New Member

    yes... does it effect on performance? because iptables -F always stared in rc.local on my server, when i removed this command, my server start working much better, and linux memory manage improved greatly.
     
    Last edited: Jun 15, 2009

Share This Page