Hi,
I have several proxmox and have installed 2 new servers in debian 10.7 recently with pve 6.3.3
When I start the server I can't reach it. The configuration is however similar to my other servers.
/etc/network/interfaces:
auto bond0
iface bond0 inet manual
bond-slaves eth0 eth2
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
bond-lacp-rate 1
bond-min-links 1
auto bond1
iface bond1 inet static
address 10.90.11.177/24
bond-slaves eth1 eth3
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
bond-lacp-rate 1
bond-min-links 1
auto vmbr0
iface vmbr0 inet static
address 10.20.2.131/24
gateway 10.20.2.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
bond0 and bond1 is UP just like vmbr0 and other interfaces. However the servers do not join their gateway. (It's ok for bond1)
if I delete the vmbr0 and recreate it at that moment the connectivity works properly. But if I restart the server is unreachable again.
works only when I delete the vmbr0 and re-create it manually:
sudo ip link set down vmbr0
sudo brctl delbr vmbr0
sudo brctl addbr vmbr0
sudo brctl addif vmbr0 bond0
sudo ip addr add 10.20.2.131/24 dev vmbr0
sudo ip link set up vmbr0
sudo route add default gw 10.20.2.1 vmbr0
Do you have a idea ?
Best regards
Benjamin
I have several proxmox and have installed 2 new servers in debian 10.7 recently with pve 6.3.3
When I start the server I can't reach it. The configuration is however similar to my other servers.
/etc/network/interfaces:
auto bond0
iface bond0 inet manual
bond-slaves eth0 eth2
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
bond-lacp-rate 1
bond-min-links 1
auto bond1
iface bond1 inet static
address 10.90.11.177/24
bond-slaves eth1 eth3
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
bond-lacp-rate 1
bond-min-links 1
auto vmbr0
iface vmbr0 inet static
address 10.20.2.131/24
gateway 10.20.2.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
bond0 and bond1 is UP just like vmbr0 and other interfaces. However the servers do not join their gateway. (It's ok for bond1)
if I delete the vmbr0 and recreate it at that moment the connectivity works properly. But if I restart the server is unreachable again.
works only when I delete the vmbr0 and re-create it manually:
sudo ip link set down vmbr0
sudo brctl delbr vmbr0
sudo brctl addbr vmbr0
sudo brctl addif vmbr0 bond0
sudo ip addr add 10.20.2.131/24 dev vmbr0
sudo ip link set up vmbr0
sudo route add default gw 10.20.2.1 vmbr0
Do you have a idea ?
Best regards
Benjamin