I've logged via ssh
to remote host. When I type ifconfig
output contains:
ens160: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 106.120.101.39 netmask 255.255.255.128 broadcast 106.120.101.127
IP address 106.120.101.39
does not belong to reserved private address pool, so how it possible that it's displayed while invoking ifconfig
? As far as I know ifconfig
displays only private addresses.