How to displays a brief summary of all IPv4 addresses assigned to the network interfaces Linux system?
Command:
ip -4 -br a
Sample output:
# ip -4 -br a
lo UNKNOWN 127.0.0.1/8
eth0@if28 UP 172.17.0.2/16
How to displays a brief summary of all IPv4 addresses assigned to the network interfaces Linux system?
Command:
ip -4 -br a
Sample output:
# ip -4 -br a
lo UNKNOWN 127.0.0.1/8
eth0@if28 UP 172.17.0.2/16