在windows查看出口ip,大家经常访问ip138.com,但是在字符界面的linux服务器上怎么查看出口ip呢?
目前知道的方法有2个
1、运行命令:
1、运行命令:
curl ifconfig.me
2、运行脚本getip.sh即可
#!/bin/bash
wget http://members.3322.org/dyndns/getip
echo "你的出口IP:" `cat getip`
wget http://members.3322.org/dyndns/getip
echo "你的出口IP:" `cat getip`
参考http://blog.csdn.net/fireroll/article/details/13020353