aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous/wireguard-routing-2.md
diff options
context:
space:
mode:
authorJulien Dessaux2023-02-28 22:52:10 +0100
committerJulien Dessaux2023-02-28 22:52:10 +0100
commitf07138d2d70030fa5fde9001eecf1f60acd70903 (patch)
tree6ff2100cf18c25d900449ab2b5c11e87745bc605 /content/blog/miscellaneous/wireguard-routing-2.md
parentUpdated dependencies (diff)
downloadwww-f07138d2d70030fa5fde9001eecf1f60acd70903.tar.gz
www-f07138d2d70030fa5fde9001eecf1f60acd70903.tar.bz2
www-f07138d2d70030fa5fde9001eecf1f60acd70903.zip
add wireguard ipv6 blog article
Diffstat (limited to '')
-rw-r--r--content/blog/miscellaneous/wireguard-routing-2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/miscellaneous/wireguard-routing-2.md b/content/blog/miscellaneous/wireguard-routing-2.md
index ff8aba1..a4e8ec5 100644
--- a/content/blog/miscellaneous/wireguard-routing-2.md
+++ b/content/blog/miscellaneous/wireguard-routing-2.md
@@ -129,7 +129,7 @@ AllowedIPs = 10.1.2.3/32
You might have feared this would be the most complicated configuration but it is the simplest: every peer has a `/32` netmask. The only thing to note is that we do not specify an endpoint for Adolin and Baon since they are behind a home network's NAT.
-The only additional thing we need is to enable routing on Elend so that it can forward traffic (firewalling is the subject of the next article). This can be done by setting the right sysctl value depending on your operating system:
+The only additional thing we need is to enable routing on Elend so that it can forward traffic (firewalling is the subject of a next article). This can be done by setting the right sysctl value depending on your operating system:
- FreeBSD: set `gateway_enable="YES"` in your `/etc/rc.conf`
- Linux: set `net.ipv4.ip_forward=1` in your `/etc/sysctl.conf`
- OpenBSD: set `net.inet.ip.forwarding=1` in your `/etc/sysctl.conf`