From 8836f27768237edb7ade958f9b2e406c1d8a5c01 Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Wed, 22 Apr 2020 14:31:24 +0000 Subject: [PATCH] Add FAQ to access remote LAN --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index 18601a0..d87aaba 100644 --- a/FAQ.md +++ b/FAQ.md @@ -88,3 +88,9 @@ If your client is <2.3.3, remove `tls-version-min 1.2` from your `/etc/openvpn/s Sysctl options are at `/etc/sysctl.d/20-openvpn.conf` --- + +**Q:** How can I access computers on the remote nework? + +**A:** Add `push "route 192.168.1.0 255.255.255.0"` to `/etc/openvpn/server.conf` and restart openvpn. + +---