Check the IP Address in Ubuntu 21.10 Impish Indri
This article covers the basic overview of IP addresses, their types, and the contrast between the IPv4 and IPv6 protocols.
Ways to Find Your IP address in Ubuntu 20.04 LTS
This article will guide you on how to check your private IP address in #Ubuntu 20.04 LTS system.
ifconfig command is used to display or configure a network interface.
To use command prompt (CMD) to find my #IP #address:
1. Open the command prompt: if you have a Start menu in your Windows system, open it and type cmd into the search bar.
2. Type ipconfig into the command prompt (or the Run box).
3. Find your IP address within the text that pops up.
You can also use the following commands will get you the private IP address of your interfaces:
i. ifconfig -a.
ii. ip addr (ip a)
iii. hostname -I | awk '{print $1}'
iv. nmcli -p device show.