SRFirewall/etc/ipv6/forward.conf

20 lines
887 B
Plaintext
Raw Normal View History

2014-04-05 16:40:09 -06:00
# Forwarding Rules
# Use this file to set up network address translation rules
# Use tabs or single space to separate
#
2014-04-12 12:37:41 -06:00
# <action> <src-interface> <src-address> <dst-interface> <dst-address> <syn> <bidirectional>
2014-04-05 16:40:09 -06:00
#
# Action: Required ( ACCEPT | DROP )
# Source Interface: Optional ( interface name, aka eth0 )
# Source Address: Optional ( IP address with optional netmask )
# Destination Interface: Optional ( interface name, aka eth0 )
# Destination Address: Optional ( IP address with optional netmask )
2014-04-12 12:37:41 -06:00
# Syn: Optional, only match (not) syn packets (syn | notsyn )
2014-04-05 16:40:09 -06:00
# Bidirectional: Optional ( yes | no, defaults to no if '-' )
# You can use '-' for optional fields
#============================================================
2014-04-12 12:37:41 -06:00
#<action> <src-interface> <src-address> <dst-interface> <dst-address> <syn> <bidirectional>
2014-04-05 16:40:09 -06:00
#ACCEPT eth0 - eth1 - yes
#DROP eth1 2002::/64 eth0 2001::/3 no