terça-feira, 31 de março de 2015

ver ip externo sem interface grafica

wget -q http://www.omeuip.com/
IP_EXTERNO=`awk '/Your ip is/ {print $4}' index.html`
echo "Endereco IP externo: $IP_EXTERNO"
#rm index.html

Nenhum comentário: