M
M
Michael2014-10-02 08:58:47
Debian
Michael, 2014-10-02 08:58:47

How to check which network card in debian is on which interface?

Hello, there are three network cards, how to check which one on which interface in the system
the lspci command gives out the names
and the ifconfig -a command only the name of the eth0 interfaces .... how to check which one is responsible for what? it will not work to disassemble the manishu and take a look, pull out the laces from the network card and check one by one too.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Kiselev, 2014-10-02
@nextel

cat /etc/udev/rules.d/70-persistent-net.rules - it says there. In debian, a comment line describes which network card, and below - its parameters in the system. only lspci usually gives out the letter designation of the vendor (for example, Intel), and VID will be written in this file (for intel 8086)

S
Sergey, 2014-10-02
@bk0011m

dmesg | grep eth
I have the name of the network card in the first line

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question