Your IP address
Here you see which IP address your computer or firewall uses on the Internet. You can also see more information about which ISP you use.
Get IP address with command prompt
You can use the service in the command prompt both in Windows (PowerShell) or in macOS and in Linux (bash/zsh).
On macOS and Linux
To get your IPv4 address on macOS/Linux, enter the following command in the terminal.
curl ipv4.incab.us
For IPv6 address, enter the following command in terminal.
curl ipv6.incab.us
On Windows
To get your IPv4 address on Windows, enter the following command in PowerShell.
(Invoke-WebRequest -Uri ipv4.incab.us).Content
For IPv6 address, enter the following command in PowerShell.
(Invoke-WebRequest -Uri ipv6.incab.us).Content
If IPv6 is not activated on your Internet connection, you may receive a message similar to "Could not resolve host: ipv6.incab.us". Please contact your Internet provider if you want to know more. You can find information about your Internet provider on the "More information" button above.