How to find IP address of MacBook Pro with Mac OS X Leopard?
|
|
|
I just bought a macbook pro and I need to find the IP address. I took it in to the apple stor and the man told me to go to Network Utilities and and when i go there it says IP Adress Unknown. How can i fix this? Much help would be appreciated.
PS. I Use Netgear and My ISP is comcast
Recent MacBook spare part searches: macbook pro ip address, ip address macbook pro, ip address on macbook pro, macbook ip address, ip address macbook, ip address for macbook pro, how to find ip address on macbook pro, how to find ip address on macbook, ip address on macbook, find ip address on macbook, ip adres macbook, find ip address macbook, macbook ip, ip adres macbook pro, ip adrea meho macbooku, commands to find IP address of Macbook, find mac adress macbook, how to find IP address on Mac Book, how to find ip address for macbook pro, how to find the ip address on a macbook, find an ip address in macbook air, get ip address mac book air, get ip of mac book air, get macbook ip, how to change ip address macbook pro, how to find a ip address in a macbook air, how to find Mac address on macbook picture, ip address check macbook pro, how to find the wireless mac adress of a mac book pro?, how to find out ipv4 on macbook terminal
...how it works and
Try this.
Open Terminal (it’s in Applications -> Utilities -> Terminal).
And run this command:
ifconfig | awk ‘/inet / {print $2 }’
This should return all IP addresses in your mac.
the command ‘ifconfig’ on the terminal shows you all the interfaces and the ipaddress
use spotlight to get into terminal