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 for macbook pro, ip address macbook, how to find ip address on macbook pro, how to find ip address on macbook, ip address on macbook, find ip address on macbook, find ip address macbook, ip adres macbook, macbook ip, ip adres macbook pro, how to find ip address of macbook air, mac address en mac book, how to locate mac address on mac book, ip address of a macbook pro, Find the If Config on Macbook, macbook air ip adress, ip address on macbookpro, probook find wireless mac address, MacBookip address on macbook, Unknown Ip address on network on MacBook, ipaddress on MacBook, ip address mac book pro, display ip address on macbook, find mac address on macbook air, finding MAC adress in MAC book air, how do i get my macbook pro ip address, how to find a wifi adress on a macbook pro, how to find ipaddress on macbook pro, how to find mac address on macbook air, how to find mac ip in macbook, how to find wifi address on macbook, how to get an isp address on macbook, how to tell ip address of macbook, command to find ip address on macbook pro, เช็ค ip address macbook
...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