[HowTo] Averiguar ip pública desde línea de comandos

Posted: martes, 26 de marzo de 2019 by Termita in Etiquetas: , , , , , , ,
0

dig @resolver1.opendns.com ANY myip.opendns.com +short

dig @ns1-1.akamaitech.net ANY whoami.akamai.net +short

dig @ns1.google.com TXT o-o.myaddr.l.google.com +short

wget -qO- ipinfo.io/ip

curl ipinfo.io/ip

lynx -source ipinfo.io/ip



MAINIF=$( route -n | grep '^0\.0\.0\.0' | head -n 1 | awk '{print $NF}' )
IP=$( ifconfig $MAINIF | { IFS=' :';read r;read r r a r;echo $a; } )



fuentes:


0 comentarios: