【问题标题】:How do I get the IP address of this website? [closed]如何获取本网站的 IP 地址? [关闭]
【发布时间】:2016-08-20 19:08:56
【问题描述】:

我想要https://sfbay.craigslist.org的IP地址。

C:\Users\dude>ping https://sfbay.craigslist.org
Ping request could not find host https://sfbay.craigslist.org. 
Please check the name and try again.

所以,我尝试了 nslookup。输出中的任何 IP 都不允许我使用浏览器连接到网站。如何获得正确的 IP 和连接?

C:\Users\nisum>nslookup https://sfbay.craigslist.org/
Server:  cachens1.paetec.net
Address:  66.155.216.122

Non-authoritative answer:
Name:    https://sfbay.craigslist.org/
Addresses:  104.239.198.84
          198.105.254.65

【问题讨论】:

  • 加载网站时检查浏览器调试工具中的网络选项卡...Remote Address:208.82.237.146:443

标签: windows ping nslookup


【解决方案1】:

Ping 通常不包含协议。下面的命令对我有用。

ping sfbay.craigslist.org

【讨论】:

  • 使用 32 字节数据 ping city.l.craigslist.org [208.82.237.130] 请求超时。
  • @testerjoe2:我不会超时。 (虽然 IP 不同。)也许您遇到了网络问题?无论如何,这些都不是 Stack Overflow 的主题。
【解决方案2】:

您无法使用地址 IP 访问此网站,因为:此域名是使用一个地址 IP 的众多子域之一:208.82.237.2,为此您只需使用子 DNS 即可访问。 这是包含详细信息的主站点:

208.82.237.2的详细信息

IP 地址:208.82.237.2

位置:美国(准确率 95%)

主机名:city.craigslist.org

您可以使用此链接进行测试:www.hcidata.info 你也可以参考这个链接:StackOverFlow

【讨论】:

    【解决方案3】:

    也许

    Ifconfig sfbay.craigslist.org

    或者

    dig sfbay.craigslist.org

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-06-09
      • 2013-02-24
      • 2014-05-28
      • 2013-02-06
      • 1970-01-01
      • 2011-04-21
      • 2012-11-20
      • 2021-06-24
      相关资源
      最近更新 更多