I installed proxmox V2 RC1 on HP proliant BL465c G7 (amd procs) both with the install CD and on top of a fresh debian squeeze.
In both cases The bridge does not work properly with kernel 2.6.32-7-pve (
but it works if I downgrade to kernel* 2.6.32-6-pve).
By does not work i mean that i cannot ssh to or from the server and the web page is unreachable (but surprisingly ping to and from works !!!).
If I suppress the bridge and configure directly eth0, then i get the network back.
So my questions are :
- does somebody had this problem or guess what causes it ?
- is there a way to fix it ?
- what should not work if using kernel 2.6.32-6-pve instead of 2.6.32-7-pve ?
Thanks for your help
F.
Ps : here is my network config... Nothing special !
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto vmbr0
iface vmbr0 inet static
*** address xxx.xxx.xxx.xxx
*** netmask xxx.xxx.xxx.xxx
*** network xxx.xxx.xxx.xxx
*** broadcast xxx.xxx.xxx.xxx
*** gateway xxx.xxx.xxx.xxx
*** dns-nameservers xxx.xxx.xxx.xxx
*** dns-search mydomain.com
*** bridge_ports eth0
*** bridge_fd 0
*** bridge_maxwait 0
*** bridge_stp off
In both cases The bridge does not work properly with kernel 2.6.32-7-pve (
but it works if I downgrade to kernel* 2.6.32-6-pve).
By does not work i mean that i cannot ssh to or from the server and the web page is unreachable (but surprisingly ping to and from works !!!).
If I suppress the bridge and configure directly eth0, then i get the network back.
So my questions are :
- does somebody had this problem or guess what causes it ?
- is there a way to fix it ?
- what should not work if using kernel 2.6.32-6-pve instead of 2.6.32-7-pve ?
Thanks for your help
F.
Ps : here is my network config... Nothing special !
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto vmbr0
iface vmbr0 inet static
*** address xxx.xxx.xxx.xxx
*** netmask xxx.xxx.xxx.xxx
*** network xxx.xxx.xxx.xxx
*** broadcast xxx.xxx.xxx.xxx
*** gateway xxx.xxx.xxx.xxx
*** dns-nameservers xxx.xxx.xxx.xxx
*** dns-search mydomain.com
*** bridge_ports eth0
*** bridge_fd 0
*** bridge_maxwait 0
*** bridge_stp off