diff --git a/Home_Lab/SetupWireguard.md b/Home_Lab/SetupWireguard.md index 04de1aa..d23725c 100644 --- a/Home_Lab/SetupWireguard.md +++ b/Home_Lab/SetupWireguard.md @@ -42,7 +42,7 @@ client_ip=10.200.1.2 masquerade_interface=eno1 # You will need to find out what interface you want/need to use (just look it up with "ip address" or "ifconfig" (whatever your util is)) -### This will actually generate the config using bash, but feel free to do it manually (for your choice of IPs you will need to make sure you +### This will actually generate the config using bash, but feel free to do it manually (for your choice of IPs you will need to make sure you are consistant between the server and client peer configs) cat > wg0-server.conf <