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).