From b83ff5dec59e9f8b2b3539aedb95bcb35a66f240 Mon Sep 17 00:00:00 2001 From: 4s3ti Date: Wed, 22 May 2019 20:22:14 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FAQ.md b/FAQ.md index 75bd430..d1bba96 100644 --- a/FAQ.md +++ b/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" ``` +**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? you can achieve that by copying your /etc/openvpn folder to your new Raspberry pi, one method that works is using scp.