cvsdist 314b6dc
# Load additional iptables modules (nat helpers)
cvsdist 314b6dc
#   Default: -none-
cvsdist 314b6dc
# Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), which
cvsdist 314b6dc
# are loaded after the firewall rules are applied. Options for the helpers are
62b5948
# stored in /etc/modprobe.conf.
17fd75c
IPTABLES_MODULES=""
cvsdist 314b6dc
cvsdist 314b6dc
# Unload modules on restart and stop
cvsdist 314b6dc
#   Value: yes|no,  default: yes
cvsdist 314b6dc
# This option has to be 'yes' to get to a sane state for a firewall
cvsdist 314b6dc
# restart or stop. Only set to 'no' if there are problems unloading netfilter
cvsdist 314b6dc
# modules.
17fd75c
IPTABLES_MODULES_UNLOAD="yes"
cvsdist 31d8898
cvsdist 31d8898
# Save current firewall rules on stop.
cvsdist 314b6dc
#   Value: yes|no,  default: no
cvsdist 314b6dc
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets stopped
cvsdist 314b6dc
# (e.g. on system shutdown).
17fd75c
IPTABLES_SAVE_ON_STOP="no"
cvsdist 31d8898
cvsdist 31d8898
# Save current firewall rules on restart.
cvsdist 314b6dc
#   Value: yes|no,  default: no
cvsdist 314b6dc
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets
cvsdist 314b6dc
# restarted.
17fd75c
IPTABLES_SAVE_ON_RESTART="no"
cvsdist 31d8898
cvsdist 314b6dc
# Save (and restore) rule and chain counter.
cvsdist 314b6dc
#   Value: yes|no,  default: no
cvsdist 314b6dc
# Save counters for rules and chains to /etc/sysconfig/iptables if
cvsdist 314b6dc
# 'service iptables save' is called or on stop or restart if SAVE_ON_STOP or
cvsdist 314b6dc
# SAVE_ON_RESTART is enabled.
17fd75c
IPTABLES_SAVE_COUNTER="no"
cvsdist 31d8898
cvsdist 31d8898
# Numeric status output
17fd75c
#   Value: yes|no,  default: yes
cvsdist 314b6dc
# Print IP addresses and port numbers in numeric format in the status output.
17fd75c
IPTABLES_STATUS_NUMERIC="yes"
17fd75c
adba868
# Verbose status output
adba868
#   Value: yes|no,  default: yes
adba868
# Print info about the number of packets and bytes plus the "input-" and
adba868
# "outputdevice" in the status output.
adba868
IPTABLES_STATUS_VERBOSE="no"
adba868
adba868
# Status output with numbered lines
adba868
#   Value: yes|no,  default: yes
adba868
# Print a counter/number for every rule in the status output.
adba868
IPTABLES_STATUS_LINENUMBERS="yes"