Change network to LAN

This commit is contained in:
randomshell 2020-04-23 18:11:37 +00:00 committed by GitHub
parent 171d0c550c
commit 4ccd6163ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
FAQ.md
View file

@ -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"`