Specified server in step 3

This commit is contained in:
Tristan Ancelet 2023-11-26 16:02:42 -06:00
parent bb7ea4cfe2
commit caf2fca6fc

View File

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