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
One of two commands can be used:
  dig +short txt ch whoami.cloudflare @1.0.0.1
  dig +short txt ch whoami.cloudflare @1.0.0.1


Line 4: Line 8:


  curl checkip.amazonaws.com
  curl checkip.amazonaws.com
Both reach and external site and return the external IP>

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>