Suggest the user to keep the 10.6.0.0/24 range in case he wants to reach the server using the virtual IP.

Orazio 2020-11-04 11:25:05 +01:00
parent e1a2576aec
commit 25fb1a2889

@ -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?