diff --git a/etc/ipv6.conf b/etc/ipv6.conf index 133804e..f7343ca 100644 --- a/etc/ipv6.conf +++ b/etc/ipv6.conf @@ -79,13 +79,20 @@ Enablev6Filtering="yes" # Enable IPv6 forwarding rules # This allows you to define forwarding rules -# Config file: ipv4/forward.conf +# Config file: ipv6/forward.conf # Values: No | yes (default) Enablev6Forwarding="yes" # Enable IPv6 NAT/NETMAP rules # This allows you to set up NAT rules, SNAT, MASQ, and NETMAP -# Config file: ipv4/nat.conf +# Config file: ipv6/nat.conf # Requires: Enablev6ConnectionTracking="yes" # Values: no | yes (default) -Enablev6NAT="yes" \ No newline at end of file +Enablev6NAT="yes" + +# Enable IPv6 Port Forwarding rules +# This allows you to set up port forwarding rules to allow +# external access to internal machines +# Config file: ipv6/portfw.conf +# Values: no | yes (default) +Enablev6PortForwarding="yes" \ No newline at end of file