浏览器方式
用浏览器访问 http://www.whatsmyip.net/
Unix机器
curl http://www.whatsmyip.net/
返回信息中:
...
Your <acronym title="Internet Protocol">IP</acronym> Address is
<br class="ip-responsive-break" />
<input type="text" value="120.35.18.214" />
...
或者把返回信息保存为 res.htm, 在浏览器中打开即可看到
Unix机器需要代理
curl -x <[protocol://][user:password@]proxyhost[:port]> url
既:
curl -x http://myproxy.xx:80 http://www.whatsmyip.net/
查看本机IP
Unix : ifconfig -a
Windows: ipconfig /all
网友评论