Find external IP address on Linux / Mac: Difference between revisions
From Cramsession
Jump to navigationJump to search
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
(Created page with "dig +short txt ch whoami.cloudflare @1.0.0.1 or curl checkip.amazonaws.com") |
No edit summary |
||
| (4 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.