Explicit subnet in remote network FAQ
This commit is contained in:
parent
8836f27768
commit
171d0c550c
1 changed files with 1 additions and 1 deletions
2
FAQ.md
2
FAQ.md
|
|
@ -91,6 +91,6 @@ 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 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"`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue