Windows 10: Can't change my DNS settings to Google's or any DNS server

Discus and support Can't change my DNS settings to Google's or any DNS server in Windows 10 Network and Sharing to solve the problem; I have tried and tried to change my DNS settings to use Googles DNS (8.8.8.8) and it will not stick. Even downloaded a free program to do it. I use the... Discussion in 'Windows 10 Network and Sharing' started by Probe, Jun 18, 2016.

  1. Probe Win User

    Can't change my DNS settings to Google's or any DNS server


    I have tried and tried to change my DNS settings to use Googles DNS (8.8.8.8) and it will not stick. Even downloaded a free program to do it. I use the free program, and it makes Windows send out the side popup, saying the DNS was changed successfully , but it is not changed. Any ideas?

    :)
     
    Probe, Jun 18, 2016
    #1

  2. Query about DNS, which appears after Windows 10 update.

    Well DNS is automatically provided by your ISP but in any case you can also use OpenDNS and Google DNS if you wish:

    How to Change or Use Custom DNS Server Settings in Windows?

    Hope that helps/
     
    Sumit Dhiman2, Jun 18, 2016
    #2
  3. DNS Server Address

    Hello there,

    I want to ask a question, What Happen if i change my DNS Server Addresses into
    Obtain DNS Server Address Automatically on Internet Protocol Version 4 (TCP/IPv4) Properties(on my router properties). I was using my default router DNS Server Address then i changed it into Obtain DNS Server Address Automatically.
    Because when i was using my router DNS Server i cant browse on any Internet Browser. Now i changed my setting into Obtain DNS Server Address Automatically, now i can browse like usual. But. Will it affected with my router provider ? Or Do you have any others
    fix to make me can browse on internet without changing that DNS Settings.
     
    Arya Pradata, Jun 18, 2016
    #3
  4. Probe Win User

    Can't change my DNS settings to Google's or any DNS server

    Well, after more fooling, I found another free program that did change the DNS. However, I wish it would work without having to download 3rd party software.
     
    Probe, Jun 18, 2016
    #4
  5. sml156 Win User
    How are you trying to change the settings, It's easy to change in Windows.


    Can't change my DNS settings to Google's or any DNS server [​IMG]
     
    sml156, Jun 18, 2016
    #5
  6. Run CMD as admin and copy/paste (if you have DHCP enabled):

    wmic nicconfig where DHCPEnabled=TRUE call SetDNSServerSearchOrder ("8.8.8.8","8.8.4.4")

    Or based on the MAC address of your network adapter, if you want to be more specific:

    wmic nicconfig where macaddress=”68:F7:28:0F:0F:B6” call SetDNSServerSearchOrder ("8.8.8.8","8.8.4.4")
     
    TairikuOkami, Jun 18, 2016
    #6
  7. Probe Win User
    Oh, I left it to "Obtain an IP address automatically". Do I have to change that too along with the DNS?


    Can't change my DNS settings to Google's or any DNS server [​IMG]
     
    Probe, Jun 18, 2016
    #7
  8. jimbo45 Win User

    Can't change my DNS settings to Google's or any DNS server

    Hi there

    even though I'm a great LINUX fan of Networking and have many times complained about Windows Networking (or Net(not)working) - there's been NO problems in entering manual DNS addresses as the previous posters say.

    Why you need to do that IMO is questionable --as DHCP should fix all that stuff --especially on home networks. - On corporate LAN's then OK - but I don't think that was the problem here.

    Cheers
    jimbo
     
    jimbo45, Jun 18, 2016
    #8
  9. Probe Win User
    Well, I'm having problems reaching a website I built. (not a dirty site, its a restaurant brunch related site I built with WP). I'm on Comcast and for some reason its being blocked now. This happened shortly after I went into the cPanel of the site. I thought changing the DNS would help me reach my site, but it didn't work. I used the HMA plugin for FF and was able to reach it no problem.
     
    Probe, Jun 18, 2016
    #9
  10. Comcast supports native IPv6

    Test your area here: Test your IPv6.
    Click the tabs (skip the share results tab) for additional information

    ping the ip address of the brunch page

    tracert the ip address of the brunch page

    Since FF get there, I don't think it's Comcast.
    Double check your proxy setting in Internet options - std is none or off
     
    Slartybart, Jun 19, 2016
    #10
  11. Probe Win User
    This was number 12 on the tracert : (partial address) ..... ar2.ord6.us.scnet.net
    Timed out after that. FF used a HideMyAss plugin proxy to reach the site. Could not reach it without.

    Well, the host is working on it. Will see what they come up with.
     
    Probe, Jun 19, 2016
    #11
  12. Ok, thanks - I had to look up HMA plugin FF before, that's what pointed me to Internet Options > Proxy settings

    You're not having trouble with any other site?

    re tracert - doesn't tell ME much - I don't know the destination address (your brunch page)
    you could try
    tracert -h 24 targetname

    I forget the default hopcount, but using the -h 24 parameter doubles what you reported (12 to 24)
    It might still timeout at the boundary of your Host provider.
    Please post what the Host provider tells you.
     
    Slartybart, Jun 19, 2016
    #12
  13. Probe Win User

    Can't change my DNS settings to Google's or any DNS server

    Well, the host fixed it. Not sure what he did, but said he "removed my local IP from their blacklist?" I thought it might have been the other way around, but at least its back up and working. Thanks to everyone too for the input.
     
    Probe, Jun 19, 2016
    #13
  14. Glad it's working again.

    I would ask the Host provider why your address was blacklisted.
    Sometimes it just happens, sometimes there's something you or something on your machine is doing that flags the IP address (repeatedly pinging it, uploading many,many,many files in one period time frame - things that aren't normal usage). They can tell you ... if you ask.
     
    Slartybart, Jun 19, 2016
    #14
  15. sml156 Win User
    Unfortunately getting your IP on a blacklist is very common and a (usually) Small business will find that although they just started literally today cannot send a Email to clients or potential clients without it getting blocked somewhere down the long and winding road to their inbox in a lot of cases it will not even make it to the Junk folder.


    You said that your ISP removed it from their blacklist, Unfortunately that is just the beginning of you getting your IP off of the hundreds of blacklists out there. It is a very daunting task for most people.

    Many companies hire someone to take care of their IP and make sure it is not blacklisted before they go online.

    It takes a lot of time and effort (month's) to get off all of the blacklist's, Most people hire someone to do that for them.

    You may want to beg/borrow/steal a new IP from your ISP to skip the hassle.

    If your ISP's subnet is on the blacklist your pretty much out of luck you will have to move.

    I have a few links that check for malicious/blacklisted IP's
    Is it Hacked?
    URL/IP Lookup | Webroot BrightCloud
     
    sml156, Jun 19, 2016
    #15
Thema:

Can't change my DNS settings to Google's or any DNS server

Loading...
  1. Can't change my DNS settings to Google's or any DNS server - Similar Threads - Can't change DNS

  2. DNS server automatically changes to manual DNS and assigns a DNS server IP by itself

    in Windows 10 Gaming
    DNS server automatically changes to manual DNS and assigns a DNS server IP by itself: DNS settings in Laptop wifi adaptor gets changed automatically to manual DNS and assigns local DNS server IP by itself https://answers.microsoft.com/en-us/windows/forum/all/dns-server-automatically-changes-to-manual-dns-and/fc65e86e-d189-40ef-8776-c691d61a6adc
  3. DNS server automatically changes to manual DNS and assigns a DNS server IP by itself

    in Windows 10 Software and Apps
    DNS server automatically changes to manual DNS and assigns a DNS server IP by itself: DNS settings in Laptop wifi adaptor gets changed automatically to manual DNS and assigns local DNS server IP by itself https://answers.microsoft.com/en-us/windows/forum/all/dns-server-automatically-changes-to-manual-dns-and/fc65e86e-d189-40ef-8776-c691d61a6adc
  4. Windows changing my DNS Servers

    in Windows 10 Gaming
    Windows changing my DNS Servers: Hi, my windows installation is always changing my DNS servers to 127.0.2.2 and 127.0.2.3 every time the machine is restarted, i keep changing to another DNS Servers and after the restart windows changes....
  5. Windows changing my DNS Servers

    in Windows 10 Software and Apps
    Windows changing my DNS Servers: Hi, my windows installation is always changing my DNS servers to 127.0.2.2 and 127.0.2.3 every time the machine is restarted, i keep changing to another DNS Servers and after the restart windows changes....
  6. Can't change DNS server

    in Windows 10 Network and Sharing
    Can't change DNS server: I'm trying change DNS Server to 8.8.8.8 in my Wi-Fi propeties in IPv4 propeties, but always appear error like thisnot long time ago it can change, how to fix this ? https://answers.microsoft.com/en-us/windows/forum/all/cant-change-dns-server/e9645394-7ac0-4b91-ab22-eea9f832d869
  7. My DNS Server keeps changing.

    in Windows 10 Network and Sharing
    My DNS Server keeps changing.: My DNS keeps changing, idk why... microsoft can you help me fix the problem? https://answers.microsoft.com/en-us/windows/forum/all/my-dns-server-keeps-changing/2f85b43c-7e3a-4a7e-aa89-90cb81fc8515
  8. Change DNS Server

    in Windows 10 Ask Insider
    Change DNS Server: When changing DNS Server do you need to change only Internet Protocol Version 4 or you need to change Internet Protocol Version 6 as well? From what Ive read some include IPv6 some don't so I dont know if I should change both or just IPv4. I wanted to change to Cloudflare...
  9. Change Preferred DNS server

    in Windows 10 Network and Sharing
    Change Preferred DNS server: Hello have fresh installation Windows 10 (up to date), version 1803, build 17134.320 In network configuration Prefered DNS server always has value 172.0.0.1. I make the change to my need and after save and flush DNS ipconfig /flushdns value get back to 172.0.0.1 Thank you...
  10. Changing DNS server

    in Windows 10 Network and Sharing
    Changing DNS server: Can I use either one of these to change my DNS server. I have a T-Mobile version of the ASUS TM-AC1900 router. The ASUS does not seem to have an alternate address input 92132