Find external IP address on Linux / Mac: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
No edit summary
No edit summary
 
Line 1: Line 1:
[[Tech Notes]] > [[Linux]] > Find external IP address on Linux / Mac
[[Tech Notes]] > [[Linux]] > Find external IP address on Linux / Mac


One of two commands can be used:
One of two commands can be used:
Line 10: Line 11:




Both reach and external site and return the external IP>
Both reach and external site and return the external IP.

Latest revision as of 21:08, 19 May 2025

Tech Notes > Linux > Find external IP address on Linux / Mac


One of two commands can be used:

dig +short txt ch whoami.cloudflare @1.0.0.1

or

curl checkip.amazonaws.com


Both reach and external site and return the external IP.