How To Find IP Address In Ubuntu?

Open the Terminal

Run `ip addr`

Look for `inet` under your network interface

Run `hostname -I`

Run `ifconfig` if installed

Use `nmcli device show`

Check the network settings in the GUI

Use `ip route get 1.1.1.1` to see the active IP address

Suggested for You

Trending Today