7
3
Facts:
- The browser doesn't load any pages, whether they are addressed with IP or hostname.
ping google.com
doesn't work, returningPing request could not find host google.com.
ping 216.58.209.78
(google IP) does work, sending and receiving all packets.nslookup google.com
does work, returning correct IP address that then does indeed work withping
.- Network settings are default, IP and DNS are set to auto.
- Specifying OpenDNS in network settings does not help.
- There are no entries in
c:\windows\system32\drivers\etc\host
- There are no DNS prefixes in use.
netsh winsock reset & netsh int ip reset
does not help.- DNS client is running.
- The most common given solution on the Internet
ipconfig /flushdns & ipconfig /registerdns
does not work, with latter returningRegistration of DNS records failed: Parameter is not correct.
It happens occassionally to people, but I have not found possible solutions to this problem. I sense this might be the key to my ordeal. - All of the above happens for different networks.
- The PC has been recently formatted. One guy had the same problem and it helped to restore the previous PC name, but I have no way of finding what the name was before the format.
ipconfig /all
is as below. The first paragraph looks a bit blank, perhaps something there...?Windows IP Configuration Host Name . . . . . . . . . . . . : Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No Ethernet adapter Ethernet: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller Physical Address. . . . . . . . . : 2C-60-0C-9B-A8-89 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Wireless LAN adapter PoĄczenie lokalne* 2: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter Physical Address. . . . . . . . . : AE-E0-10-65-58-B9 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Wireless LAN adapter Wi-Fi: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Karta sieciowa Broadcom 802.11n Physical Address. . . . . . . . . : AC-E0-10-65-58-B9 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::fc42:138f:fb5a:f6ff%12(Preferred) IPv4 Address. . . . . . . . . . . : 192.168.0.172(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : 21 grudnia 2015 22:16:55 Lease Expires . . . . . . . . . . : 28 grudnia 2015 22:21:43 Default Gateway . . . . . . . . . : 192.168.0.1 DHCP Server . . . . . . . . . . . : 192.168.0.1 DNS Servers . . . . . . . . . . . : 217.172.224.160 192.168.0.1 NetBIOS over Tcpip. . . . . . . . : Enabled Tunnel adapter isatap.{9E3DA69D-E183-4041-9944-35B59277B529}: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft ISATAP Adapter Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes
Setting DNS to 8.8.8.8 doesn't work, see replies to suggestions beneath.
It doesn't resolve local hostnames either. The machine doesn't respond to pings from local network.
Any ideas how to proceed? Help my dad enjoy his internet!
Is static IP and DNS working? From where are you getting DHCP info? Can you check you DHCP server configuration? – g2mk – 2015-12-29T21:31:52.710
If 192.168.0.1 is your router then try to remove 192.168.0.1 from its DNS servers... I guess that 217.172.224.160 is valid DNS server and just rejects external requests. Have you tried setup OpenDNS on your DHCP server? – g2mk – 2015-12-29T21:57:05.667
Hi, g2mk. OP here. I tried to follow your line of thought with some google-fu. Static IP and DNS do not work, I can tell that for sure. As for DHCP, I'm not sure how to reply to these questions. It is a standard and public-available DSL service supplied by one of the local Internet providers. Is DHCP on my side of things, or is it theirs? I tried following http://blogs.catapultsystems.com/jcwarner/archive/2011/06/27/collect-dhcp-information-from-the-command-prompt/ to get some info on my DHCP, but it doesn't recognize
– user2551153 – 2016-01-04T17:01:09.383show server
command. I'm not sure how to proceed.You indicate that nslookup works. What is the name of the DNS server being queried? That may provide you with some hint as to where your system is getting it's information and allow you to make corrections...if it does not match your expected output. Jeremys-iMac:~ jeremy$ nslookup google.com Server: 2001:4860:4860::8888 Address: 2001:4860:4860::8888#53 Non-authoritative answer: Name: google.com Address: 216.58.216.14 – Jeremy J Einsweiler – 2015-12-30T01:07:10.243