首页 > 系统服务 > 详细

用Linux命令行获取本机外网IP地址

时间:2016-01-26 18:46:58      阅读:147      评论:0      收藏:0      [点我收藏+]

                                              用Linux命令行获取本机外网IP地址

 $ curl ifconfig.me


[root@localhost ~]# curl ifconfig.me

14.23.92.186


 $ curl icanhazip.com


[root@localhost ~]# curl icanhazip.com

14.23.92.186


 $ curl ident.me


[root@localhost ~]# curl ident.me

14.23.92.186


 $ curl ipecho.net/plain


[root@localhost ~]# curl ipecho.net/plain

14.23.92.186


 $ curl whatismyip.akamai.com


[root@localhost ~]# curl whatismyip.akamai.com

14.23.92.186


 $ curl tnx.nl/ip


[root@localhost ~]# curl tnx.nl/ip

14.23.92.186


 $ curl myip.dnsomatic.com


[root@localhost ~]# curl myip.dnsomatic.com

14.23.92.186


 $ curl ip.appspot.com


[root@localhost ~]# curl ip.appspot.com

curl: (7) couldn‘t connect to host


 $ curl -s checkip.dyndns.org | sed ‘s/.*IP Address: \([0-9\.]*\).*/\1/g‘


[root@localhost ~]# curl -s checkip.dyndns.org | sed ‘s/.*IP Address: \([0-9\.]*\).*/\1/g‘

14.23.92.186



本文出自 “大荒芜经” 博客,请务必保留此出处http://2892931976.blog.51cto.com/5396534/1738617

用Linux命令行获取本机外网IP地址

原文:http://2892931976.blog.51cto.com/5396534/1738617

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!