No.. However the OpenVPN router/server is sitting behind another 'DMZ' router. The VPN traffic is forwarded to the inner router.
Internet--->FW1 (DMZ)--->FW2 (OpenVPN - internal network).
I can connect to the VPN service over a cellular, so know I'm not on my internal network.
--Patrick
Search found 2 matches
- Thu Feb 25, 2021 3:48 pm
- Forum: Feature Requests
- Topic: OpenVPN - GUI settings
- Replies: 2
- Views: 6228
- Fri Feb 19, 2021 12:28 pm
- Forum: Feature Requests
- Topic: OpenVPN - GUI settings
- Replies: 2
- Views: 6228
OpenVPN - GUI settings
I set up OpenVPN, and was able to connect to my internal network. However, I was unable to connect to the 'outside' world. It turned out that the OpenVPN client (Android S8) was unable to resolve DNS. I needed to add an option to the server.conf file. push "dhcp-option DNS 8.8.8.8" However...