Hello,
I just installed proxmox 6.4-14 on Debian 10 on Hetzner dedicated root server.
After many tries I'm finally able to create VM (in routed mode) and everything seems to work fine.
I discovered that when I restart networking service in the host (systemctl restart networking) vmbr0 state become UNKNOWN and consequently all the VM lose the connection with internet.
Is this the expected behaviour? I would expect vmbr comes up instead.
The only way I found to restore the connection on VM is to edit the network configuration of a VM (i.e. delete mac address / change mac address).
Immediately after this operation vmbr0 state goes to UP as expected.
I think it will be rare I have to restart netwroking service on the hosts but in case I'll need to, what should I do?
Is this an intended behaviour? Is it possible to automatically bring up vmbr0 after restarting networking from the host?
Thanks in advance
I just installed proxmox 6.4-14 on Debian 10 on Hetzner dedicated root server.
After many tries I'm finally able to create VM (in routed mode) and everything seems to work fine.
I discovered that when I restart networking service in the host (systemctl restart networking) vmbr0 state become UNKNOWN and consequently all the VM lose the connection with internet.
Is this the expected behaviour? I would expect vmbr comes up instead.
Code:
ip a
26: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether 0a:aa:05:3d:76:65 brd ff:ff:ff:ff:ff:ff
inet x.y.z.237/32 brd x.y.z.237 scope global vmbr0
valid_lft forever preferred_lft forever
The only way I found to restore the connection on VM is to edit the network configuration of a VM (i.e. delete mac address / change mac address).
Immediately after this operation vmbr0 state goes to UP as expected.
Code:
ip a
31: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 9a:71:a2:8c:88:fb brd ff:ff:ff:ff:ff:ff
inet x.y.z.237/32 brd x.y.z.237 scope global vmbr0
valid_lft forever preferred_lft forever
I think it will be rare I have to restart netwroking service on the hosts but in case I'll need to, what should I do?
Is this an intended behaviour? Is it possible to automatically bring up vmbr0 after restarting networking from the host?
Thanks in advance