Difference between revisions of "Private IP"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
* [[Public IP]] | * [[Public IP]] | ||
* [[ipconfig getifaddr en0]] | * [[ipconfig getifaddr en0]] | ||
+ | * [[myip]] | ||
== See also == | == See also == |
Revision as of 12:44, 1 March 2024
- macOS:
for DEVICE in $(networksetup -listallhardwareports | grep Device | cut -d" " -f2); do echo $DEVICE; ipconfig getifaddr $DEVICE; done
Related
See also
Advertising: