From 25fb1a2889d355caa69a0e2cc8b7e1a532bd66b1 Mon Sep 17 00:00:00 2001 From: Orazio Date: Wed, 4 Nov 2020 11:25:05 +0100 Subject: [PATCH] Suggest the user to keep the 10.6.0.0/24 range in case he wants to reach the server using the virtual IP. --- WireGuard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WireGuard.md b/WireGuard.md index 9d4040d..2021d3a 100644 --- a/WireGuard.md +++ b/WireGuard.md @@ -86,7 +86,7 @@ New clients you generate will use the new endpoint but you need to manually edit ## How do I allow clients access to my home network but not the internet through my PiVPN? -Replace the following line in your client configuration: `AllowedIPs = 0.0.0.0/0` with `AllowedIPs = [...]` where `[...]` is the IP and netmask of your LAN, for example `192.168.23.0/24`. +Replace the following line in your client configuration: `AllowedIPs = 0.0.0.0/0, ::0/0` with `AllowedIPs = [...], 10.6.0.0/24` where `[...]` is the IP and netmask of your LAN, for example `192.168.23.0/24`. `10.6.0.0/24` is the IP and netmask of the virtual network (same for everyone). ## How do I upgrade WireGuard to the latest version?