码迷,mamicode.com
首页 > 其他好文 > 详细

获取本地公网IP地址的方法

时间:2018-06-19 14:48:39      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:本地   www   str   uri   dong   span   rip   服务器   /dev/null   

适用场景:

服务器地址为net映射地址,本机ifconfig无法直接获取映射的公网地址。

方法1:

[root@TiaoBan-1 nidongde]# curl http://ifconfig.me
50.1xx.2xx.18

ifconfig.me的地址为日本地址,访问可能比较慢。

方法2:

[root@TiaoBan-1 nidongde]# curl http://www.net.cn/static/customercare/yourip.asp 2>/dev/null|grep h2
          IP<h2>50.1xx.2xx.18</h2>

 

获取本地公网IP地址的方法

标签:本地   www   str   uri   dong   span   rip   服务器   /dev/null   

原文地址:https://www.cnblogs.com/pzzning/p/9198382.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!