User Tools

Site Tools


internet:external_ip

This is an old revision of the document!


External IP Address

Any Web Browser

Linux CLI

With 'curl':

curl ifconfig.me

or

curl ipinfo.io/ip

Using the 'lynx' text web browser:

lynx --dump http://www.whatismyip.com/ | grep -o '[0-9].*\.[0-9].*\.[0-9].*\.[0-9].*' -m1

or

elinks --dump http://www.whatismyip.com/ | grep -o '[0-9].*\.[0-9].*\.[0-9].*\.[0-9].*' -m1
internet/external_ip.1467568929.txt.gz · Last modified: 2016/07/03 12:02 by gcooper