Blame SOURCES/iptables-config

087bff
# Load additional iptables modules (nat helpers)
087bff
#   Default: -none-
087bff
# Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), which
087bff
# are loaded after the firewall rules are applied. Options for the helpers are
087bff
# stored in /etc/modprobe.conf.
087bff
IPTABLES_MODULES=""
087bff
087bff
# Save current firewall rules on stop.
087bff
#   Value: yes|no,  default: no
087bff
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets stopped
087bff
# (e.g. on system shutdown).
087bff
IPTABLES_SAVE_ON_STOP="no"
087bff
087bff
# Save current firewall rules on restart.
087bff
#   Value: yes|no,  default: no
087bff
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets
087bff
# restarted.
087bff
IPTABLES_SAVE_ON_RESTART="no"
087bff
087bff
# Save (and restore) rule and chain counter.
087bff
#   Value: yes|no,  default: no
087bff
# Save counters for rules and chains to /etc/sysconfig/iptables if
087bff
# 'service iptables save' is called or on stop or restart if SAVE_ON_STOP or
087bff
# SAVE_ON_RESTART is enabled.
087bff
IPTABLES_SAVE_COUNTER="no"
087bff
087bff
# Numeric status output
087bff
#   Value: yes|no,  default: yes
087bff
# Print IP addresses and port numbers in numeric format in the status output.
087bff
IPTABLES_STATUS_NUMERIC="yes"
087bff
087bff
# Verbose status output
087bff
#   Value: yes|no,  default: yes
087bff
# Print info about the number of packets and bytes plus the "input-" and
087bff
# "outputdevice" in the status output.
087bff
IPTABLES_STATUS_VERBOSE="no"
087bff
087bff
# Status output with numbered lines
087bff
#   Value: yes|no,  default: yes
087bff
# Print a counter/number for every rule in the status output.
087bff
IPTABLES_STATUS_LINENUMBERS="yes"
087bff
087bff
# Reload sysctl settings on start and restart
087bff
#   Default: -none-
087bff
# Space separated list of sysctl items which are to be reloaded on start.
087bff
# List items will be matched by fgrep.
087bff
#IPTABLES_SYSCTL_LOAD_LIST=".nf_conntrack .bridge-nf"
087bff
087bff
# Set wait option for iptables-restore calls in seconds
087bff
#   Default: 600
087bff
# Set to 0 to deactivate the wait.
087bff
#IPTABLES_RESTORE_WAIT=600
087bff
087bff
# Set wait interval option for iptables-restore calls in microseconds
087bff
#   Default: 1000000
087bff
# Set to 100000 to try to get the lock every 100000 microseconds, 10 times a
087bff
# second.
087bff
# Only usable with IPTABLES_RESTORE_WAIT > 0
087bff
#IPTABLES_RESTORE_WAIT_INTERVAL=1000000