你好,
如何find我的共享主机解决scheme所在的服务器IP?
从命令行使用:
nslookup www.mydomain.com
nslookup或ping(假设窗口):
C:\>ping -n 1 stackoverflow.com Pinging stackoverflow.com [69.59.196.211] with 32 bytes of data: Reply from 69.59.196.211: bytes=32 time=102ms TTL=106 Ping statistics for 69.59.196.211: Packets: Sent = 1, Received = 1, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 102ms, Maximum = 102ms, Average = 102ms C:\>nslookup stackoverflow.com Server: someserver.com Address: 192.168.2.1 Non-authoritative answer: Name: stackoverflow.com Address: 69.59.196.211
用您的服务器的名称replacestackoverflow.com。 正如你所看到的IP地址是69.59.196.211
使用ping来查找IP。
请注意,IP通过浏览器直接访问时不需要工作