Update for IPv6 gateway settings.
PR: 75124 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
This commit is contained in:
parent
c235a5efeb
commit
70f559080c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23880
1 changed files with 11 additions and 0 deletions
|
@ -3950,6 +3950,17 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
<programlisting>ipv6_defaultrouter="<replaceable>MY_IPv6_REMOTE_TUNNEL_ENDPOINT_ADDR</replaceable>"</programlisting>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>IPv6 Router/Gateway Settings</title>
|
||||
|
||||
<para>If the server is to route IPv6 between the rest of your network
|
||||
and the world, the following <filename>/etc/rc.conf</filename>
|
||||
setting will also be needed:</para>
|
||||
|
||||
<programlisting>ipv6_gateway_enable="YES"</programlisting>
|
||||
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
Loading…
Reference in a new issue