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
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
dig +short txt ch whoami.cloudflare @1.0.0.1
[[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
or
curl checkip.amazonaws.com




curl checkip.amazonaws.com
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.