首页 > 网络科技 > CentOS如何从命令行获取公网IP

CentOS如何从命令行获取公网IP

来源:好再见网 2017-01-10 15:08:29

  最近本地配置了服务器,使用了家用的带宽没有固定的IP地址。因此,需要获取到自己的公网IP地址。

  机器是CentOS 6.5的服务器版本自然就没有办法通过浏览器访问的方式获取到公网IP地址。

  因此记录一些从命令行获取公网IP的方法。

  首先,需要在机器上按照curl:

  [plain] view plaincopy

  sudo yum install curl   其次,使用下列命令中得一个来获取本地地址:

  [html] view plaincopy

  curl http://members.3322.org/dyndns/getip  

  curl ip.6655.com/ip.aspx  

  curl ifconfig.me  

  curl icanhazip.com  

  curl ident.me  

  curl ipecho.net/plain  

  curl whatismyip.akamai.com  

  curl myip.dnsomatic.com     

  #更多用法访问ifconfig.co  

  wget -qO - ifconfig.co     

  #返回IP和地区  

  curl ip.6655.com/ip.aspx?area=1  

  curl cip.cc  

本文标签:

分享:

扫一扫在手机阅读、分享本文