1. Linux服务器出口IP查询:

网址1:myip.ipip.net

1
2
# curl myip.ipip.net
当前 IP:116.31.96.24 来自于:中国 广东 佛山 电信

网址2:cip.cc

1
2
3
4
5
6
7
8
9
10
# curl cip.cc
IP : 116.31.96.24
地址 : 中国 广东 佛山
运营商 : 电信

数据二 : 广东省广州市 | 电信

数据三 :

URL : http://www.cip.cc/116.31.96.24

网址3:ipinfo.io

1
2
3
4
5
6
7
8
9
10
11
# curl ipinfo.io
{
"ip": "116.31.96.24",
"city": "Hangzhou",
"region": "Zhejiang",
"country": "CN",
"loc": "30.2936,120.1614",
"org": "AS134764 CHINANET Guangdong province network",
"timezone": "Asia/Shanghai",
"readme": "https://ipinfo.io/missingauth"
}

网址4:ifconfig.me

1
2
# curl ifconfig.me
116.31.96.24

网址5:http://members.3322.org/dyndns/getip

1
2
# curl http://members.3322.org/dyndns/getip
116.31.96.24

2. Windows服务器出口IP查询:

Windows服务器查询出口ip很简单,直接打开浏览器,在百度输入“ip”直接搜索一下 即可。