No network in vms after upgrade to 6.x

Kage

Active Member
Mar 29, 2016
40
5
28
34
Hello,

after upgrade from latest 5.x to 6.x , VMs on hosts do not have access to network, whole is on ovs bridges, any clue where to investigation ?

Best Regards
 
It could be that your interface names have changed (check with 'ip address', we received multiple reports of this happening on 6.x upgrades). If so, you might have to rename them in your Linux and OVS configuration ('/etc/network/interfaces').

Otherwise, post the output of 'ip address' and your VM config file(s).
 
Hi,

looks like ovs someway not adding interface to vmbr0 properly , there is no physical dev in vmbr0 bridge, but IP is still reachable, when i add manualy enp2s0f0 to vmbr0, the VM's get connection, but whole host network going crazy.

allow-vmbr0 enp2s0f0
iface enp2s0f0 inet manual
ovs_type OVSPort
ovs_bridge vmbr0

auto vmbr0
iface vmbr0 inet static
address 192.168.14.164
netmask 255.255.252.0
ovs_type OVSBridge
ovs_ports enp2s0f0


root@hutivu:/home/psobota# ifconfig enp2s0f0
enp2s0f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::d685:64ff:fec9:1ef2 prefixlen 64 scopeid 0x20<link>
ether d3:84:62:c9:3e:f2 txqueuelen 1000 (Ethernet)
RX packets 1463999 bytes 176637924 (168.4 MiB)
RX errors 0 dropped 147298 overruns 0 frame 0
TX packets 127796 bytes 109992410 (104.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

root@hutivu:/home/psobota# ovs-vsctl list-ports vmbr0
tap302i0
tap302i1
tap303i0
tap305i0
tap305i1
tap305i2
tap310i0
tap313i0
tap315i0
tap317i0
tap317i1
tap317i2
tap328i0
tap356i0
tap358i0
tap367i0
tap382i0
tap395i0
tap423i0
tap425i0

root@hutivu:/home/psobota# ifconfig vmbr0
vmbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.14.164 netmask 255.255.252.0 broadcast 192.168.15.255
inet6 fe80::f44a:bdff:fe0f:994c prefixlen 64 scopeid 0x20<link>
ether f6:4a:bd:0f:99:4c txqueuelen 1000 (Ethernet)
RX packets 985391 bytes 109920657 (104.8 MiB)
RX errors 0 dropped 1269 overruns 0 frame 0
TX packets 136453 bytes 26235251 (25.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
 
Hi,

problem was that other interface with vlan starting before this bridge... this works ok with proxmox 5.x and on 6.x i move order of starting interface, topic can be closed.

Best Regards
 
Glad to see you resolved your issue!

If you go the first post of the thread, click on edit and then advanced edit, you can mark the question as [SOLVED].
 
HI,

im blind, i do not see advanced edit when im trying to edit on first post to close thread
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!