My IP Address

Your Proxy IP address is : 38.107.179.220 (via 38.107.179.220)

Your country : United States

How Do I Find Out My IP Using A Mac OS X or UNIX Shell Prompt?

Use the following command:
lynx --dump http://www.cyberciti.biz/files/what-is-my-ip-address.php | grep 'Your IP add' | cut -d: -f2
To print your country name, enter:
lynx --dump http://www.cyberciti.biz/files/what-is-my-ip-address.php | grep 'country' | cut -d: -f2

See PHP source code here.

© 2012 nixCraft- Blog