Changed appearance of note in wireguard-article.

This commit is contained in:
tastytea 2019-03-08 22:21:15 +01:00
parent e871b44ff2
commit 0aaa0d6b9b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 7 deletions

View File

@ -53,13 +53,7 @@ sysctl -p /etc/sysctl.d/ip-forward.conf
[NOTE]
http://strugglers.net/~andy/blog/2011/09/04/linux-ipv6-router-advertisements-and-forwarding/[IP forwarding will put your computer into "router-mode"],
it will no longer autoconfigure via https://en.wikipedia.org/wiki/SLAAC[SLAAC].
If you need SLAAC, add this to `ip-forward.conf`:
----
{{< highlight cfg >}}
net.ipv6.conf.DEVICE.accept_ra = 2
{{< / highlight >}}
----
If you need SLAAC, add `net.ipv6.conf.DEVICE.accept_ra = 2` to `ip-forward.conf`.
.`server1:/etc/wireguard/wg0.conf`:
----