From caf2fca6fcb73fc487922d8cf6a258557246333f Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sun, 26 Nov 2023 16:02:42 -0600 Subject: [PATCH] Specified server in step 3 --- Home_Lab/SetupWireguard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home_Lab/SetupWireguard.md b/Home_Lab/SetupWireguard.md index 51048c1..04de1aa 100644 --- a/Home_Lab/SetupWireguard.md +++ b/Home_Lab/SetupWireguard.md @@ -82,7 +82,7 @@ PersistentKeepalive = 24 EOF ``` -### Step 3: Configure System to allow masquerading +### Step 3: Configure server to allow interface masquerading By default most systems don't allow for programs to setup interface masquerading. So you need to change a config in /etc/sysctl.conf to allow for forwarding/masquerading. In the config file you will either need to add or uncomment the following line to allow for wireguard to masquerade as another interface (giving you access to the network it is connected to).