OpenVPN DNS Fails to Resolve

15,557

Solution 1

The binding order of your network interfaces determines the order Windows will access DNS servers. You don't specify the version of Windows you're using. In Windows XP the "Advanced Settings..." dialog in the "Network Connections" dialog will allow you to change the binding order. It's in the same place in Windows 7, however the nomenclature has changed slightly in regards to getting to the "Network Connections" dialog. (I generally just run ncpa.cpl to get there in Windows 7 anyway...)

Put the OpenVPN "NIC" at the top of the list in the "Connections" list and its DNS servers will be queried first.

Solution 2

In Windows 7, after opening ncpa.cpl you need to tap 'Alt' to get the menu to appear. Then go to Advanced -> Advanced Settings... to get the dialog where you can edit the binding order.

Share:
15,557

Related videos on Youtube

CrackAttack
Author by

CrackAttack

Updated on September 18, 2022

Comments

  • CrackAttack
    CrackAttack over 1 year

    I am connected to an OpenVPN server that is configured with the options to redirect the VPN as the default gateway and to push my internal DNS servers:

    push "dhcp-option DNS 192.168.1.2"
    push "redirect-gateway def1"
    

    When I do an:

    ipconfig /all
    

    I see my 192.168.1.2 DNS server in the list. I can also ping 192.168.1.1 successfully.

    My problem is that when I try to ping somesite.internal.dom I'm not getting a result from my internal DNS server. I'm getting the result from OpenDNS (which is handling my non-VPN DNS traffic) telling me the site doesn't exist.

    If I ping somesite.internal.dom from a machine that's directly connected to the network (i.e. not VPN'd in), it resolves properly.

    How can I get my OpenVPN connection to try the VPN DNS server first? Or to ignore the local DNS traffic all together?

  • MLM
    MLM over 8 years
    You can also turn on the menu permantely by going to Organize -> Layout -> Menu bar: sevenforums.com/tutorials/517-menu-bar-turn-off.html
  • Kolyunya
    Kolyunya about 8 years
    I had already had the VPN connection on top of the list and still Windows uses another connection's DNS...