How Can I Make Windows Use Ethernet DNS First Over WiFi?

0
36
Asked By TechieTurtle42 On

I'm trying to set up my Windows machine so that when both WiFi and Ethernet are connected, it prioritizes the Ethernet connection for DNS queries. Right now, my WiFi is set to use Google's DNS while my Ethernet is connected to an internal DNS server. When I try to resolve internal resources, I notice a significant delay — about 5 seconds — when WiFi is enabled because it seems to be trying to resolve through WiFi first before switching to Ethernet. Is there any way to force Windows to use the Ethernet DNS settings first?

5 Answers

Answered By SavvySysAdmin88 On

If you don’t really need both connections active, consider disabling one of them. My workplace has strict policies about this, and it simplifies things.

Answered By NerdyNinja77 On

You might want to consider using Group Policy to disable WiFi when the Ethernet connection is active. This way, your machine will focus solely on the Ethernet network, which should speed up DNS resolution for internal resources.

Answered By LogicalFixer11 On

A more straightforward solution could be configuring your WiFi to provide the internal DNS settings instead. That way, you eliminate the delay entirely while still keeping your WiFi enabled.

Answered By NetworkGuru43 On

It sounds like your network priorities are a bit off. You can adjust these settings to ensure the right order. Here’s a handy link on how to change network adapter connection priorities in Windows 10.

Answered By SmartTechGuy99 On

It's likely that your Ethernet should take priority over WiFi due to the default interface metrics in Windows. You can check this by running `nslookup` in the command prompt. If you're having issues, you might want to adjust the interface metrics in the network settings in Control Panel.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.