Tools
Networking
Find Your IP

Find your IP Address

Public IP Address

You can find your public IPv4 or IPv6 address by visiting https://ip.forestracks.net/ (opens in a new tab)

If you are using a headless cli, use the following curl commands to locate your public IP address:

How to get your IPv4 address:

curl -4 https://ip.forestracks.net

How to get your IPv6 address:

curl -6 https://ip.forestracks.net

Private IP Address

To locate your private internally used NAT IP address, you can use the following command on most Linux systems:

hostname -I