[关闭]
@Alex-Zhao 2020-06-15T15:57:44.000000Z 字数 1384 阅读 88

命令行查询IP

运维工具


国内工具:

  1. [root@tech-zhaoliang-01 ~]# curl cip.cc
  2. IP : 180.167.11.51
  3. 地址 : 中国 上海
  4. 运营商 : 电信
  5. 数据二 : 上海市 | 电信
  6. 数据三 : 中国上海上海市 | 电信
  7. URL : http://www.cip.cc/180.167.11.51

查询其他IP curl cip.cc/185.49.85.150

  1. IP : 185.49.85.150
  2. 地址 : 伊朗 伊朗
  3. 数据二 : 欧洲
  4. 数据三 : 伊朗
  5. URL : http://www.cip.cc/185.49.85.150
  1. [root@tech-zhaoliang-01 ~]# curl myip.ipip.net
  2. 当前 IP180.167.11.51 来自于:中国 上海 上海 电信

国外工具:

  1. [root@tech-zhaoliang-01 ~]# curl api.ip.la
  2. 103.206.190.142
  3. [root@tech-zhaoliang-01 ~]# curl -s api.ip.la/cn?json
  4. {"ip":"103.206.190.142","location":{"city":"","country_code":"HK","country_name":"中国","latitude":"22.396428","longitude":"114.109497","province":"香港"}}
  1. [root@tech-zhaoliang-01 ~]# curl ipinfo.io
  2. {
  3. "ip": "103.206.190.142",
  4. "city": "Wan Chai",
  5. "region": "Wan Chai",
  6. "country": "HK",
  7. "loc": "22.2814,114.1726",
  8. "org": "AS136993 CLOUD VALLEY TECHNOLOGY LIMITED",
  9. "timezone": "Asia/Hong_Kong",
  10. "readme": "https://ipinfo.io/missingauth"
  11. }

查询其他IP

  1. [root@tech-zhaoliang-01 ~]# curl ipinfo.io/185.49.85.150
  2. {
  3. "ip": "185.49.85.150",
  4. "hostname": "hosted-by.hostdl.com.asiatech.ir",
  5. "city": "Tehran",
  6. "region": "Tehrān",
  7. "country": "IR",
  8. "loc": "35.6944,51.4215",
  9. "org": "AS43754 Asiatech Data Transmission company",
  10. "timezone": "Asia/Tehran",
  11. "readme": "https://ipinfo.io/missingauth"
  12. }
  1. [root@tech-zhaoliang-01 ~]# curl ifconfig.io
  2. 103.206.190.142
  1. [root@tech-zhaoliang-01 ~]# curl httpbin.org/ip
  2. {
  3. "origin": "103.206.190.142, 103.206.190.142"
  4. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注