mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-14 12:59:03 +01:00
docs(faq): add info for remote LAN access (#630)
This commit is contained in:
parent
369c8dadaa
commit
c785b230e9
6
FAQ.md
6
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`
|
||||
|
Loading…
Reference in New Issue
Block a user