Share with you Google's HTTPS search
1. Get the Google IP Address:
There is such a website that can regularly refresh Google https ip http://coldplains.com/tools/getip.php
This website sometimes fails, and there are more direct methods (for Windows and Mac ):
In command line mode:
1. Type NSLookup
A) server 8.8.8.8
B) Set VC
C) encrypted.google.com
Returns a bunch of Google addresses.
On-Authoritative Answer:
Encrypted.google.com canonical name = www3.l.google.com.
Www3.l.google.com canonical name = www3-china.l.google.com.
Name: www3-china.l.google.com
Address: 74.125.235.193
Name: www3-china.l.google.com
Address: 74.125.235.206
Name: www3-china.l.google.com
Address: 74.125.235.199
Name: www3-china.l.google.com
Address: 74.125.235.197
...
2. paste an IP address in the browser, and you can use it quickly.
The following article is transferred.
Original article: http://www.xiumu.org/technology/the-find-the-fastest-in-the-google-ip.shtml
Experience the feeling of opening Google in seconds!
In http://support.google.com/a/bin/answer.py? Hl = ZH-Hans & Answer = 60764 run the following command to get the IP address segment of the Google server:
Enter NSLookup-q = TXT _ netblocks.google.com 8.8.8.8 in the command line.
You can view the latest server IP address segment of Google, but there is no Chinese IP address segment. Therefore, use the following method to obtain the IP address of Google Beijing.
Is the IP address range of Google Beijing 203.208.32.0? 203.208.63.255
1. Enter NSLookup g.cn in the command line.
The IP address of g.cn resolved by the local DNS server.
2. Enter NSLookup g.cn ns1.google.com in the command line.
What we get is the IP address of g.cn parsed using Google's DNS server ns1.google.com.
Common DNS servers of Google include:
Ns1.google.com
Ns2.google.com
Ns3.google.com
Ns4.google.com
8.8.8.8
8.8.4.4
3. If Step 4 does not get the correct result, enter NSLookup-VC g.cn 8.8.8.8 in the command line.
The TCP connection is used to connect to the DNS server 8.8.8.8 to obtain the IP address of g.cn.
You can use Sina IP database to view the IP location and owner information, for example, the obtained IP address is 203.208.46.146, then you can use http://int.dpool.sina.com.cn/iplookup/iplookup.php? IP address = 203.208.46.146 to view the ownership of this IP address. If you change to http://int.dpool.sina.com.cn/iplookup/iplookup.php? IP address = 203.208.46.0, the IP address segment of the same owner is displayed.
4. If neither of the above steps works, you can in the http://just-ping.com/
Enter g.cn, use the server of the website to obtain the ping result, search for the result with China, and search for the result with the Sina IP database above.