Hi,
I migrated to Proxmox because I wanted to get rid of ESXi, but I can't get the Intel X520-DA2 card in it working. It does not make sense to me since the card is recognized by Debian, but just won't connect when I put the network cable in it.
Can someone please help me with getting this card running? I am rather new to Linux, so maybe I did something stupid.
Some information:
eth0 = Intel X520-DA2 10 Gb/s
eth1 = Intel i354 1 Gb/s
eth2 = Intel i354 1 Gb/s
eth3 = Intel X520-DA2 10 Gb/s
eth4 = Intel i354 1 Gb/s
eth5 = Intel i354 1 Gb/s
I used eth1 for the vmbr0 bridge in my testenvironment (where I don't have 10 Gb/s switches), that worked perfectly. In the primary rack I connected the Intel X520 to the switch and nothing happened. Another cable from another host (which works) also does not work and the intended cable from this host works on other hosts.
What did I do wrong?
A lot of thanks in advance!
I migrated to Proxmox because I wanted to get rid of ESXi, but I can't get the Intel X520-DA2 card in it working. It does not make sense to me since the card is recognized by Debian, but just won't connect when I put the network cable in it.
Can someone please help me with getting this card running? I am rather new to Linux, so maybe I did something stupid.
Some information:
Code:
root@x:~# pveversion
pve-manager/4.4-5/c43015a5 (running kernel: 4.4.35-1-pve)
Code:
root@x:~# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
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: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 90:e2:ba:5e:78:48 brd ff:ff:ff:ff:ff:ff
3: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 90:e2:ba:5e:78:49 brd ff:ff:ff:ff:ff:ff
4: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether 0c:c4:7a:08:a2:a4 brd ff:ff:ff:ff:ff:ff
5: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr1 state UP group default qlen 1000
link/ether 0c:c4:7a:08:a2:a5 brd ff:ff:ff:ff:ff:ff
6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 0c:c4:7a:08:a2:a6 brd ff:ff:ff:ff:ff:ff
7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 0c:c4:7a:08:a2:a7 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 0c:c4:7a:08:a2:a4 brd ff:ff:ff:ff:ff:ff
inet 10.0.2.1/16 brd 10.0.255.255 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::ec4:7aff:fe08:a2a4/64 scope link
valid_lft forever preferred_lft forever
9: vmbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 0c:c4:7a:08:a2:a5 brd ff:ff:ff:ff:ff:ff
inet 10.1.2.1/16 brd 10.1.255.255 scope global vmbr1
valid_lft forever preferred_lft forever
inet6 fe80::ec4:7aff:fe08:a2a5/64 scope link
valid_lft forever preferred_lft forever
10: zt0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 2800 qdisc pfifo_fast state UNKNOWN group default qlen 1000
link/ether 96:c3:30:87:15:af brd ff:ff:ff:ff:ff:ff
inet 10.100.0.10/16 brd 10.100.255.255 scope global zt0
valid_lft forever preferred_lft forever
inet6 fde5:cd7a:9e1c:c8ce:9599:930d:f89b:8bd5/88 scope global
valid_lft forever preferred_lft forever
inet6 fe80::94c3:30ff:fe87:15af/64 scope link
valid_lft forever preferred_lft forever
11: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UNKNOWN group default qlen 1000
link/ether 22:02:b3:1a:72:e7 brd ff:ff:ff:ff:ff:ff
12: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr1 state UNKNOWN group default qlen 1000
link/ether 5a:03:33:6a:84:d8 brd ff:ff:ff:ff:ff:ff
13: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UNKNOWN group default qlen 1000
link/ether 52:3c:ed:73:72:d7 brd ff:ff:ff:ff:ff:ff
14: tap102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UNKNOWN group default qlen 1000
link/ether 5a:34:a9:e8:b4:7a brd ff:ff:ff:ff:ff:ff
Code:
root@x:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface eth1 inet manual
iface eth0 inet manual
iface eth2 inet manual
iface eth3 inet manual
iface eth4 inet manual
iface eth5 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.2.1
netmask 255.255.0.0
gateway 10.0.0.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 10.1.2.1
netmask 255.255.0.0
gateway 10.1.0.1
bridge_ports eth2
bridge_stp off
bridge_fd 0
eth0 = Intel X520-DA2 10 Gb/s
eth1 = Intel i354 1 Gb/s
eth2 = Intel i354 1 Gb/s
eth3 = Intel X520-DA2 10 Gb/s
eth4 = Intel i354 1 Gb/s
eth5 = Intel i354 1 Gb/s
I used eth1 for the vmbr0 bridge in my testenvironment (where I don't have 10 Gb/s switches), that worked perfectly. In the primary rack I connected the Intel X520 to the switch and nothing happened. Another cable from another host (which works) also does not work and the intended cable from this host works on other hosts.
What did I do wrong?
A lot of thanks in advance!
Last edited: