mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 20:00:16 +00:00
Suggest the user to keep the 10.6.0.0/24 range in case he wants to reach the server using the virtual IP.
parent
e1a2576aec
commit
25fb1a2889
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in a new issue