When I view my host-->System-->Network
I see my interfaces but Im confused as to why they are named as such.
Im using a Dell Precision T7600 and it has two onboard NICs
The interfaces I see are as follows:
eno1
enp8s0
vmbr0
I know that vmbr0 is the linux bridge that is attached to en01 but why is it that the second physical onboard interface is not eno2?
Im even more confused of the list when I insert a 4 port NIC. (An Intel Pro/1000 PT QP LP Svr Adptr)
Its a 4 Port NIC and when I insert it the following additional interfaces appear in the list:
enp11s0
enp6s0f0
enp6s0f1
enp7s0f0
enp7s0f1
Can someone clarify this for me? Ive looked at pages 29-31 in the manual but it just doesnt make sense to me why my physical onboard NIC is coming up as enp8s0 and why I have an additional interface when I insert my 4 Port NIC
An ip a generates the following:
root@pve:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether f8:b1:56:a2:29:68 brd ff:ff:ff:ff:ff:ff
3: enp6s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether a0:36:9f:22:2d:4d brd ff:ff:ff:ff:ff:ff
4: enp6s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether a0:36:9f:22:2d:4c brd ff:ff:ff:ff:ff:ff
5: enp7s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether a0:36:9f:22:2d:4f brd ff:ff:ff:ff:ff:ff
6: enp7s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether a0:36:9f:22:2d:4e brd ff:ff:ff:ff:ff:ff
7: enp11s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether f8:b1:56:a2:29:6b brd ff:ff:ff:ff:ff:ff
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether f8:b1:56:a2:29:68 brd ff:ff:ff:ff:ff:ff
inet 10.0.150.21/24 brd 10.0.150.255 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::fab1:56ff:fea2:2968/64 scope link
valid_lft forever preferred_lft forever
I see my interfaces but Im confused as to why they are named as such.
Im using a Dell Precision T7600 and it has two onboard NICs
The interfaces I see are as follows:
eno1
enp8s0
vmbr0
I know that vmbr0 is the linux bridge that is attached to en01 but why is it that the second physical onboard interface is not eno2?
Im even more confused of the list when I insert a 4 port NIC. (An Intel Pro/1000 PT QP LP Svr Adptr)
Its a 4 Port NIC and when I insert it the following additional interfaces appear in the list:
enp11s0
enp6s0f0
enp6s0f1
enp7s0f0
enp7s0f1
Can someone clarify this for me? Ive looked at pages 29-31 in the manual but it just doesnt make sense to me why my physical onboard NIC is coming up as enp8s0 and why I have an additional interface when I insert my 4 Port NIC
An ip a generates the following:
root@pve:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether f8:b1:56:a2:29:68 brd ff:ff:ff:ff:ff:ff
3: enp6s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether a0:36:9f:22:2d:4d brd ff:ff:ff:ff:ff:ff
4: enp6s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether a0:36:9f:22:2d:4c brd ff:ff:ff:ff:ff:ff
5: enp7s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether a0:36:9f:22:2d:4f brd ff:ff:ff:ff:ff:ff
6: enp7s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether a0:36:9f:22:2d:4e brd ff:ff:ff:ff:ff:ff
7: enp11s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether f8:b1:56:a2:29:6b brd ff:ff:ff:ff:ff:ff
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether f8:b1:56:a2:29:68 brd ff:ff:ff:ff:ff:ff
inet 10.0.150.21/24 brd 10.0.150.255 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::fab1:56ff:fea2:2968/64 scope link
valid_lft forever preferred_lft forever
Last edited: