Find external IP address on Linux / Mac

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

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.