From 67dc7d6e61aebdfc737aaf4204249620b0389aaf Mon Sep 17 00:00:00 2001 From: Stanislas Date: Mon, 27 Apr 2020 19:02:02 +0200 Subject: [PATCH] Update FAQ.md --- FAQ.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index c782408..6561282 100644 --- a/FAQ.md +++ b/FAQ.md @@ -107,8 +107,6 @@ Sysctl options are at `/etc/sysctl.d/20-openvpn.conf` --- -**Q:** How can I access computers on the remote LAN? +**Q:** How can I access computers the OpenVPN server's remote LAN? -**A:** Add a route with the subnet of your remote network to `/etc/openvpn/server.conf` and restart openvpn. Example: `push "route 192.168.1.0 255.255.255.0"` - ---- +**A:** Add a route with the subnet of the remote network to `/etc/openvpn/server.conf` and restart openvpn. Example: `push "route 192.168.1.0 255.255.255.0"` if the server's LAN is `192.168.1.0/24`