lshw question
by SteveMann from LinuxQuestions.org on (#5EEVC)
I have an Intel NUC running Ubuntu 24.
When I run the command:
Code:sudo lshw -C networkThe result shows 8 network devices?
network:0, logical name: wlp0s20f3
is likely my WiFi, and
network:1, logical name: eno1
is likely my Ethernet connection.
So, what are the other six? (network:2 to network:7)?
Their logical names all start with "veth" plus a few numbers.
Docker?


When I run the command:
Code:sudo lshw -C networkThe result shows 8 network devices?
network:0, logical name: wlp0s20f3
is likely my WiFi, and
network:1, logical name: eno1
is likely my Ethernet connection.
So, what are the other six? (network:2 to network:7)?
Their logical names all start with "veth" plus a few numbers.
Docker?