mirror of
https://github.com/pivpn/pivpn.git
synced 2025-03-11 19:28:25 +00:00
Updated FAQ (markdown)
parent
e75e7c6385
commit
b83ff5dec5
1 changed files with 7 additions and 0 deletions
7
FAQ.md
7
FAQ.md
|
@ -25,6 +25,13 @@ If you don't want your VPN clients to be able to access the internet simply comm
|
||||||
push "redirect-gateway def1"
|
push "redirect-gateway def1"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**If you remove the above PUSH command, you'll need to add a route PUSH command to get access to your LAN.
|
||||||
|
Add the PUSH command:**
|
||||||
|
|
||||||
|
`push "192.168.2.0 255.255.255.0"`
|
||||||
|
|
||||||
|
**Ensure that the IP and netmask match what the VPN side of the network is.**
|
||||||
|
|
||||||
## How Can I Migrate my configs to another PiVPN Instance?
|
## How Can I Migrate my configs to another PiVPN Instance?
|
||||||
|
|
||||||
you can achieve that by copying your /etc/openvpn folder to your new Raspberry pi, one method that works is using scp.
|
you can achieve that by copying your /etc/openvpn folder to your new Raspberry pi, one method that works is using scp.
|
||||||
|
|
Loading…
Add table
Reference in a new issue