<div dir="ltr">Hi!<div><br></div><div>I've moved some VMs from Fedora 30 hosts to one running Debian Buster (virsh dumpxml / define).</div><div>The VMs boot fine but their network is not working correctly. I am not sure if their packaged version has different default settings that I am now missing.</div><div><br></div><div>Even the VMs on the same bridge do not reach each other:</div><div><br></div><div>root@vm2021 ~ # ovs-vsctl show<br>32f20e3e-f937-4b42-b426-133e1422638c<br>    Bridge "ovsbr39"<br>        Port "ovsbr39"<br>            Interface "ovsbr39"<br>                type: internal<br>        Port "bond0.39"<br>            Interface "bond0.39"<br>    Bridge "ovsbr40"<br>        Port "ovsbr40"<br>            Interface "ovsbr40"<br>                type: internal<br>        Port "vnet0"<br>            tag: 388<br>            Interface "vnet0"<br>        Port "vnet1"<br>            tag: 388<br>            Interface "vnet1"<br>        Port "bond0.40"<br>            Interface "bond0.40"<br>    ovs_version: "2.10.1"<br></div><div><br></div><div>For example, I can see ARP flow out of the VM -> VLAN -> Bridge -> Bond VLAN (QinQ) -> HW-Switch.</div><div>The VM never receives a reply.</div><div><br></div><div>root@vm2021 ~ # ovs-ofctl dump-ports ovsbr40<br>OFPST_PORT reply (xid=0x2): 4 ports<br>  port LOCAL: rx pkts=433827, bytes=24017868, drop=31, errs=0, frame=0, over=0, crc=0<br>           tx pkts=373, bytes=48450, drop=0, errs=0, coll=0<br>  port  "bond0.40": rx pkts=433188, bytes=25766602, drop=0, errs=0, frame=0, over=0, crc=0<br>           tx pkts=2124, bytes=115925, drop=0, errs=0, coll=0<br>  port  vnet0: rx pkts=1721, bytes=80663, drop=0, errs=0, frame=0, over=0, crc=0<br>           tx pkts=552, bytes=66168, drop=0, errs=0, coll=0<br>  port  vnet1: rx pkts=196, bytes=9624, drop=0, errs=0, frame=0, over=0, crc=0<br>           tx pkts=75, bytes=8741, drop=0, errs=0, coll=0<br></div><div><br></div><div>root@vm2021 ~ # ovs-dpctl show<br>system@ovs-system:<br>  lookups: hit:381405 missed:58486 lost:0<br>  flows: 509<br>  masks: hit:3095782 total:7 hit/pkt:7.04<br>  port 0: ovs-system (internal)<br>  port 1: ovsbr39 (internal)<br>  port 2: bond0.39<br>  port 3: ovsbr40 (internal)<br>  port 4: bond0.40<br>  port 5: vnet0<br>  port 6: vnet1<br></div><div><br></div><div>root@vm2021 ~ # ovs-dpctl dump-flows | grep 129.161<br>recirc_id(0),in_port(5),eth(src=52:54:00:bc:c6:b4,dst=ff:ff:ff:ff:ff:ff),eth_type(0x0806),arp(sip=192.168.129.162,tip=192.168.129.161,op=1/0xff), packets:1651, bytes:69342, used:0.717s, actions:push_vlan(vid=388,pcp=0),3,4,pop_vlan,6<br>recirc_id(0),in_port(6),eth(src=52:54:00:e2:9a:65,dst=ff:ff:ff:ff:ff:ff),eth_type(0x0806),arp(sip=192.168.129.163,tip=192.168.129.161,op=1/0xff), packets:214, bytes:8988, used:0.104s, actions:push_vlan(vid=388,pcp=0),3,4,pop_vlan,5<br>recirc_id(0),in_port(4),eth(src=52:54:00:81:e8:96,dst=ff:ff:ff:ff:ff:ff),eth_type(0x8100),vlan(vid=388,pcp=0),encap(eth_type(0x0806),arp(sip=192.168.129.161,tip=192.168.129.163,op=1/0xff)), packets:35, bytes:2100, used:0.476s, actions:3,pop_vlan,5,6<br></div><div><br></div><div>root@vm2021 ~ # uname -a<br>Linux <a href="http://vm2021.cloud03.srvfarm.net">vm2021.cloud03.srvfarm.net</a> 5.0.21-5-pve #1 SMP PVE 5.0.21-10 (Wed, 13 Nov 2019 08:27:10 +0100) x86_64 GNU/Linux<br><br></div><div>root@vm2021 ~ # ovs-vsctl --version<br>ovs-vsctl (Open vSwitch) 2.10.1<br>DB Schema 7.16.1<br></div><div><br></div><div>root@vm2021 ~ # iptables-save <br># Generated by xtables-save v1.8.2 on Sat Nov 16 11:03:44 2019<br>*filter<br>:INPUT ACCEPT [0:0]<br>:FORWARD ACCEPT [0:0]<br>:OUTPUT ACCEPT [0:0]<br>COMMIT<br># Completed on Sat Nov 16 11:03:44 2019<br></div><div><br></div><div>I am running the same setup on FC30 and it works fine, I tried to get the same working with debian but I failed.</div><div><br></div><div>Any hints whats wrong here?</div><div>I've browsed all logs I found so far but there are no errors.</div><div><br></div><div>Thank you.</div><div><br></div><div>Kind regards</div><div>Kevin</div></div>