====== Find External IP Address from Shell (What is my ip) ====== * what is my ip ===== Linux ===== curl -s http://whatismijnip.nl |cut -d " " -f 5 ===== FreeBSD ===== fetch http://whatismijnip.nl -q -o - | cut -d " " -f 5