Explicit subnet in remote network FAQ

This commit is contained in:
randomshell 2020-04-22 20:50:10 +00:00 committed by GitHub
parent 8836f27768
commit 171d0c550c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
FAQ.md
View file

@ -91,6 +91,6 @@ 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.
**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"`
---