From c785b230e925fa6d34dbd516506633e0c31224cd Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Mon, 27 Apr 2020 17:02:35 +0000 Subject: [PATCH] docs(faq): add info for remote LAN access (#630) --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index a058b4b..6561282 100644 --- a/FAQ.md +++ b/FAQ.md @@ -104,3 +104,9 @@ Sysctl options are at `/etc/sysctl.d/20-openvpn.conf` - `Options error: Unrecognized option or missing parameter(s) in config.ovpn:36: tls-version-min (2.3.2)` : see question "Can I use an OpenVPN 2.3 client?" + +--- + +**Q:** How can I access computers the OpenVPN server's remote LAN? + +**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`