Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 883fa39130be89e05e55df787dbd53a9 > files > 1

iptables-1.4.17-5.mga3.src.rpm

# Example iptables config file.
# Note the this file uses the format of iptables-save
# What follows is an example of this output.  However,
# the actual rule lines have been commented out.
# DO NOT USE THE -t (table) OPTION IN THIS FILE!
# ip6tables uses a slightly different format.  Note
# the posiition of the commented out rule below.
# It follows the FORWARD policy and is added to the
# FORWARD chain.  DO NOT USE -A IN THIS FILE!
*mangle
:PREROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
COMMIT
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
#-s ::/0 -d ::/0 -i eth1 -j ACCEPT 
:OUTPUT ACCEPT [0:0]
COMMIT