View Single Post
Posts: 27 | Thanked: 17 times | Joined on Sep 2009 @ Philadelphia, USA
#3
Maybe from terminal try:

Code:
ifconfig -a | grep inet
or just

Code:
ifconfig
and look for the line that starts with inet for the desired interface.

http://www.cyberciti.biz/faq/bash-sh...et-ip-address/