X-Git-Url: http://git.onelab.eu/?p=iptables.git;a=blobdiff_plain;f=iptables-config;fp=iptables-config;h=4859da720214f8a10ce4000c120cdd452dbe8507;hp=c7d81cf5a5f9f25f683c991a3a3cf7899a187697;hb=e851e213d0ee0d4b022e6df27d0a8d7033cc9a64;hpb=b0ff47700df2ce62fbc72fe0a5775121fd3fd5d6 diff --git a/iptables-config b/iptables-config index c7d81cf..4859da7 100644 --- a/iptables-config +++ b/iptables-config @@ -10,28 +10,39 @@ IPTABLES_MODULES="ip_conntrack vnet_tun" # This option has to be 'yes' to get to a sane state for a firewall # restart or stop. Only set to 'no' if there are problems unloading netfilter # modules. -#IPTABLES_MODULES_UNLOAD="yes" +IPTABLES_MODULES_UNLOAD="yes" # Save current firewall rules on stop. # Value: yes|no, default: no # Saves all firewall rules to /etc/sysconfig/iptables if firewall gets stopped # (e.g. on system shutdown). -#IPTABLES_SAVE_ON_STOP="no" +IPTABLES_SAVE_ON_STOP="no" # Save current firewall rules on restart. # Value: yes|no, default: no # Saves all firewall rules to /etc/sysconfig/iptables if firewall gets # restarted. -#IPTABLES_SAVE_ON_RESTART="no" +IPTABLES_SAVE_ON_RESTART="no" # Save (and restore) rule and chain counter. # Value: yes|no, default: no # Save counters for rules and chains to /etc/sysconfig/iptables if # 'service iptables save' is called or on stop or restart if SAVE_ON_STOP or # SAVE_ON_RESTART is enabled. -#IPTABLES_SAVE_COUNTER="no" +IPTABLES_SAVE_COUNTER="no" # Numeric status output -# Value: yes|no, default: no +# Value: yes|no, default: yes # Print IP addresses and port numbers in numeric format in the status output. -#IPTABLES_STATUS_NUMERIC="no" +IPTABLES_STATUS_NUMERIC="no" + +# Verbose status output +# Value: yes|no, default: yes +# Print info about the number of packets and bytes plus the "input-" and +# "outputdevice" in the status output. +IPTABLES_STATUS_VERBOSE="yes" + +# Status output with numbered lines +# Value: yes|no, default: yes +# Print a counter/number for every rule in the status output. +IPTABLES_STATUS_LINENUMBERS="yes"