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

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
M74
OpenVpn Newbie
Posts: 3
Joined: Fri Nov 09, 2018 4:18 pm

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

Post by M74 » Fri Nov 09, 2018 4:33 pm

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.

madi_tg
OpenVpn Newbie
Posts: 1
Joined: Sat Jan 19, 2019 11:47 am

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

Post by madi_tg » Sat Jan 19, 2019 11:48 am

dhcp-option DNS dns-ip
dhcp-option DOMAIN your.domain

M74
OpenVpn Newbie
Posts: 3
Joined: Fri Nov 09, 2018 4:18 pm

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

Post by M74 » Mon Jun 15, 2020 3:56 pm

I added the two lines to the client configuration file.
Unfortunately this did not solve my problem.

Any other idea?

M74
OpenVpn Newbie
Posts: 3
Joined: Fri Nov 09, 2018 4:18 pm

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

Post by M74 » Mon Jun 15, 2020 3:58 pm

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?

Post Reply