mac find ip address terminal code example
Example 1: find my ip mac terminal
ipconfig getifaddr en0
Example 2: how to get my ip address mac terminal
# First launch Terminal in Mac
#Then past code below:
ipconfig getifaddr en0
Example 3: get ip of mac
Use for wireless
ipconfig getifaddr en1
or for ethernet
ipconfig getifaddr en0
ipconfig getifaddr en0 is default for wifi interface.
Example 4: get your ip address from terminal
for local ip :
hostname -I
for Public ip :
curl icanhazip.com