diff --git a/Shorewall/manpages/shorewall.conf.xml b/Shorewall/manpages/shorewall.conf.xml index 9cbea2963..1fd5bd29a 100644 --- a/Shorewall/manpages/shorewall.conf.xml +++ b/Shorewall/manpages/shorewall.conf.xml @@ -607,6 +607,34 @@ Shorewall will take no action with respect to allowing or disallowing IPv6 traffic. If not specified or empty, “DISABLE_IPV6=No” is assumed. + + + After changing the setting from to + , you must execute the following + commands: + + + + shorewall restart + + + + ip6tables -F + + + + ip6tables -P INPUT ACCEPT + + + + ip6tables -P OUTPUT ACCEPT + + + + ip6tables -P FORWARD ACCEPT + + +