Page 1 of 1

OpenVPN - GUI settings

Posted: Fri Feb 19, 2021 12:28 pm
by PatrickC
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 anytime I save anything on the OpenVPN screen, these settings are erased. (need to SSH back to router and edit the file again)

I would like to see on the GUI, a way too add extra values to the server.conf file.

Re: OpenVPN - GUI settings

Posted: Fri Feb 19, 2021 2:24 pm
by ispyisail
So your OpenVPN server and client are both on the local LAN?

If so why?

Re: OpenVPN - GUI settings

Posted: Thu Feb 25, 2021 3:48 pm
by PatrickC
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