何时清除iptables字节计数器?


Answers:


19

重新启动时,或每当您要求使用-Ziptables选项清除它们时。


3
同样,如果以任何方式更改了条目,iptables -R INPUT 5 -j LOG ...行5的计数器将被重置,以便正确反映它是与行功能相匹配的计数器。
mikebabcock 2012年

5

重新引导时,将调用-Z或刷新表(-F)时。如果您在RHEL或CentOS上运行“ /etc/init.d/iptables stop”,计数器也会被重置(因为它会刷新所有默认链)。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.