Hi,
I've been meaning to install Proxmox on a Dell R200 dedicated server but I'm facing some issues.
Each time I boot on the 2.6.18-2-pve kernel the server stop to answer to the ping, I tried to but on rescue (with a netboot).
It seems that with the kernel 2.6.18-2-pve the network card stop to work when on the other hand with the original one (2.6.309 no problem at all.
I tried to search on the forum and i checked that the driver for the Broadcom is installed.
Following the wiki I edited (with netboot) the /etc/udev/rules.d/70-persistent-net.rules file and checked that each card has it own name.
The info in /etc/network/interfaces are correct.
Have someone here been experimenting that kind of issue?
Regards
Guillaume
I've been meaning to install Proxmox on a Dell R200 dedicated server but I'm facing some issues.
Each time I boot on the 2.6.18-2-pve kernel the server stop to answer to the ping, I tried to but on rescue (with a netboot).
It seems that with the kernel 2.6.18-2-pve the network card stop to work when on the other hand with the original one (2.6.309 no problem at all.
I tried to search on the forum and i checked that the driver for the Broadcom is installed.
Following the wiki I edited (with netboot) the /etc/udev/rules.d/70-persistent-net.rules file and checked that each card has it own name.
Code:
# PCI device 0x14e4:0x1659 (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="a4:ba:Db:Df:1c:e4", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x14e4:0x1659 (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="a4:ba:Db:Df:1c:e5", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# PCI device 0x14e4:0x1659 (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="a4:ba:Db:Df:1c:e5", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"
# PCI device 0x14e4:0x1659 (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="a4:ba:Db:Df:1c:e4", ATTR{type}=="1", KERNEL=="eth*", NAME="eth3"
~
Have someone here been experimenting that kind of issue?
Regards
Guillaume