7. IP address, how do I find it?
Your current IP address
38.103.63.59
Your current web browser and platform
CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Command Line Tips
Windows XP
displays all current TCP/IP network configuration values:
ipconfig
more information
Unix (Mac OSX)
displays your external IP address:
curl -f http://checkip.dyndns.org
displays your internal IP address:
ifconfig | grep 'broadcast' | awk '{print $2}'