Posted in Command Line, Linux Get External IP Binny V A December 30, 2007 Leave a Comment on Get External IP Get the external IP of your system – useful if you have a dynamic ip… curl -s checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//' Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.