weizhouapache commented on pull request #5078: URL: https://github.com/apache/cloudstack/pull/5078#issuecomment-858029111
> > bridge fdb |egrep "vxlan100 |via" > > root@n01:~# bridge fdb |egrep "vxlan100 |via" > 5e:43:12:74:c9:47 dev vxlan100 master cloudbr1 > 56:df:29:8d:db:83 dev vxlan100 vlan 1 master cloudbr1 permanent > 36:6f:6d:c7:d6:02 dev vxlan100 master cloudbr1 > 56:df:29:8d:db:83 dev vxlan100 master cloudbr1 permanent > 00:00:00:00:00:00 dev vxlan100 dst 239.0.0.100 via cloudbr0 self permanent > 5e:43:12:74:c9:47 dev vxlan100 dst 192.168.0.10 self > 36:6f:6d:c7:d6:02 dev vxlan100 dst 192.168.0.1 self > 00:00:00:00:00:00 dev vxlan2002 dst 239.0.7.210 via cloudbr0 self permanent > 00:00:00:00:00:00 dev vxlan2004 dst 239.0.7.212 via cloudbr0 self permanent > 00:00:00:00:00:00 dev vxlan2001 dst 239.0.7.209 via cloudbr0 self permanent > root@n01:~# @wido the configs look good. In my testing env, it has "via eth1" instead of "via cloudbr*", which causes the connection issue between vms. I need to look into the java code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
