Linux系统中的IP包括了公有IP和私有IP,查看Linux系统教程中的IP大多数时候查到的都是私有IP,那么Linux终端怎么查看公有IP呢?下面小编跟大家一起来看一下linux系统的介绍吧。
Curl 纯文本格式输出:
curl icanhazip.com
curl ifconfig.me
curl curlmyip.com
curl ip.appspot.com
curl ipinfo.io/ip
curl ipecho.Net/plaincurl www.trackip.net/i
curl JSON格式输出:
curl ipinfo.io/json
curl ifconfig.me/all.json
curl www.trackip.net/ip?json (有点丑陋)
curl XML格式输出:
curl ifconfig.me/all.xml
curl 得到所有IP细节 (挖掘机)
curl ifconfig.me/all
使用 DYDNS (当你使用 DYDNS 服务时有用)
curl -s ‘http://checkip.dyndns.org’ | sed ‘s/.*Current IP Address: \([0-9\。]*\).*/\1/g’
curl -s http://checkip.dyndns.org/ | grep -o “[[:digit:]。]\+”
使用 Wget 代替 Curl
wget http://ipecho.net/plain -O - -q ; echo
wget http://observebox.com/ip -O - -q ; echo
使用 host 和 dig 命令
如果有的话,你也可以直接使用 host 和 dig 命令。
host -t a dartsclink.com | sed ‘s/.*has address //’
dig +short myip.opendns.com @resolver1.opendns.com
bash 脚本示例:
#!/bin/bash
PUBLIC_IP=`wget http://ipecho.net/plain -O - -q ; echo`
echo $PUBLIC_IP
以上linux系统教程就是Linux终端查看公有IP的方法的全部内容了,得知Linux公有IP对于使用服务器的用户来所有很大的意义,因为服务器下的IP就是公有IP。了解更多linux视频教程的知识内容欢迎进放课课家教育官网查询观看!
¥5999.00
¥10500.00
¥1888.00
¥499.00
¥49.00