This article will guide you on the different methods through which you can easily figure out the private IP #address of your Debian 10 system.
The network statistics ( netstat ) command is a networking tool used for troubleshooting and configuration, that can also serve as a monitoring tool for connections over the network. Both incoming and outgoing connections, routing tables, port listening, and usage statistics are common uses for this #command.
To find out the #IP address of #Linux system, you need to use the command called ifconfig on #Unix and the ip command or hostname command on Linux.
To get you the private IP address of your interfaces:
i. ifconfig -a.
ii. ip addr (ip a).
iii. hostname -I | awk '{print $1}'.
iv. ip route get 1.2.
v. (Fedora) Wifi-Settings - click the setting icon next to the Wifi name that you are connected to - Ipv4 and Ipv6 both can be seen.
vi. nmcli -p device show.
https://linuxapt.com/blog/91-find-your-private-ip-address-in-debian-10