From 066c159b4d33f184ad973d28918b9d23ef56130d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 17 Jan 2013 10:21:08 -0800 Subject: [PATCH] Provide instructions for changing DISABLE_IPV6 from Yes to No Signed-off-by: Tom Eastep --- Shorewall/manpages/shorewall.conf.xml | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 + + +