Categories
Mac

Find your local IP address on a Mac

You can easily locate your internal IP address on a Mac in a few easy steps.

  1. Open the Apple menu and click on System Preferences….
  2. Either double-click on the Network icon or use the View menu to select Network.Use System Preferences to find your local IP on Mac.
  3. Inside Network Preferences, select either Ethernet (for wired connections) or Wi-Fi on the left side, and your IP address will be displayed in the middle.Here's how to see your local IP on Mac with ethernet. Here's how to see your local IP on Mac with Wi-Fi.

Find your IP address using the Terminal

Another way to find your local IP address on a macOS system is to use the Terminal.

  1. Open the Terminal either by using Spotlight search, or finding it in Applications >> Utilities.Open up Terminal to find your IP address on Mac.
  2. Enter a command to find your IP.
    • For wired connections, enter ipconfig getifaddr en1 into Terminal and your local IP will appear.
    • For Wi-Fi, enter ipconfig getifaddr en0 and your local IP will appear.Here's how to use Terminal to see your local IP on Wi-Fi.
    • You can also see your public IP address in Terminal: just type curl ifconfig.me and your public IP will pop up.Here's how to use Terminal to find your public IP address.