From 4ccd6163ae774f64f038242012c84110abf90984 Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Thu, 23 Apr 2020 18:11:37 +0000 Subject: [PATCH] Change network to LAN --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f849d7d..d0950f2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -89,7 +89,7 @@ Sysctl options are at `/etc/sysctl.d/20-openvpn.conf` --- -**Q:** How can I access computers on the remote nework? +**Q:** How can I access computers on the 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"`