User Tools

Site Tools


mac_router_info

How to find a router/gateway IP address in Mac OS X

The easiest way to retrieve a routers IP address is by going through System Preferences. This is much the same way that you get your Macs IP address, but the router IP is a few steps further in preference menus.

  • Open System Preferences from the Apple menu
  • Click on “Network” preferences under the ‘Internet & Wireless’ section
  • Select “Wi-Fi” or whatever network interface you are connected through and click on the “Advanced” button in the lower right corner
  • Click on the “TCP/IP” tab from the top choices
  • The routers IP address is the numerical address next to “Router:” and will look something like: 192.168.1.1

Ideally the router IP would be included in the detailed network data shown when option-clicking on the Wi-Fi menu since it fits in line with troubleshooting, but it’s not exactly hard to click through system prefs either.

the above method retrieves the routers IP in relation to the LAN, not in relation to the internet.

If you are looking for an external IP address as seen by the internet, you can get that by typing the following into the command line:

curl whatismyip.org

This will report back the IP of either your Mac or your router as it would be accessible from the internet and outside world, which is different than the router IP you use to connect locally.

mac_router_info.txt · Last modified: 2013/01/21 18:30 by slaute