mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
Provide instructions for changing DISABLE_IPV6 from Yes to No
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
724115bcbf
commit
066c159b4d
@ -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.</para>
|
||||
|
||||
<important>
|
||||
<para>After changing the setting from <option>Yes</option> to
|
||||
<option>No</option>, you must execute the following
|
||||
commands:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><command>shorewall restart</command></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><command>ip6tables -F</command></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><command>ip6tables -P INPUT ACCEPT</command></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><command>ip6tables -P OUTPUT ACCEPT</command></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><command>ip6tables -P FORWARD ACCEPT</command></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</important>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user