Page 1 of 1

OpenVPN-Connection to TP-LINK Archer C59 - Problem with DNS

Posted: Fri Nov 09, 2018 4:33 pm
by M74
Hello everybody,

i configured OpenVPN on my TP-LINK Archer C59 Router.

The configuration is very simple:
- Service Type (UDP/TCP): UDP
- Service Port: 1194
- VPN Subnet/Netmask: 10.8.0.0 / 255.255.255.0
- Client Access (Home Network Only / Internet and Home Network): Internet and Home Network
Save
Generate the certificate
Export the configuration file --> This exports the ovpn client file.


Now the openVPN connection is established.
- ping to all local machines are ok
- ping to URLs on the internet works well
THE ONLY PROBLEM I HAVE
- ping to the local dns names of my machines don't answer. The DNS server on the router is activated.


What is the solution to see the DNS names through the vpn connection?
Please note, There is no additional field to configure server options.
This means, the configuration must be done client side.

Thanks in advance for any help.

Re: OpenVPN-Connection to TP-LINK Archer C59 - Problem with DNS

Posted: Sat Jan 19, 2019 11:48 am
by madi_tg
dhcp-option DNS dns-ip
dhcp-option DOMAIN your.domain

Re: OpenVPN-Connection to TP-LINK Archer C59 - Problem with DNS

Posted: Mon Jun 15, 2020 3:56 pm
by M74
I added the two lines to the client configuration file.
Unfortunately this did not solve my problem.

Any other idea?

Re: OpenVPN-Connection to TP-LINK Archer C59 - Problem with DNS

Posted: Mon Jun 15, 2020 3:58 pm
by M74
M74 wrote:
Mon Jun 15, 2020 3:56 pm
I added the two lines to the client configuration file.
Unfortunately this did not solve my problem.

dhcp-option DNS 192.168.168.1 <-- This is the ip address of the router, which acts as DNS server too.
dhcp-option DOMAIN your.domain <-- not sure, because there is only a "Workgroup" and not a Domain...


Any other idea?