Home > Net >  Why google homepage is not opening when I type IP address in my search bar?
Why google homepage is not opening when I type IP address in my search bar?

Time:02-27

Google homepage is not opening while I type Here is the image

CodePudding user response:

Where did you get this IP? If you ping google.com I get a response like following

PING google.com (142.250.4.101): 56 data bytes
64 bytes from 142.250.4.101: icmp_seq=0 ttl=109 time=11.565 ms
64 bytes from 142.250.4.101: icmp_seq=1 ttl=106 time=6.450 ms
64 bytes from 142.250.4.101: icmp_seq=2 ttl=106 time=20.844 ms
64 bytes from 142.250.4.101: icmp_seq=3 ttl=106 time=10.631 ms

When I use this address in address bar it does take me to google.com

But IP address to name resolution failure can depend on multiple other reasons including DNS configurations and security restrictions where access by IP address may be blocked by firewall or security rules.

CodePudding user response:

Works fine for me typing 216.58.223.255

  • Related