Tech Junky
Part of the Furniture
So, apparently MAC even though *nix based makes stuff difficult....
IPCONFIG is normally just a windows thing. IFCONFIG is more of a Linux thing. Using both.... well, that's just silly.
Finding My IP Using the MacOS Terminal
Command prompts can also be used to your IP address on a Mac device. To use command prompts, start the MacOS Terminal app and enter one of the following commands:- “Ipconfig getifaddr en1” - The system will return the IP address for a wired Ethernet connection.
- “ipconfig getifaddr en0” - This will return the IP address of your wireless connection.
- “Curl ifconfig.me” - This command returns the public IP address of the Mac Terminal.
IPCONFIG is normally just a windows thing. IFCONFIG is more of a Linux thing. Using both.... well, that's just silly.