HPE Morpheus VM Essentials
1825749 Members
2386 Online
109687 Solutions
New Discussion

Network router overlay settings

 
MNM76
New Member

Network router overlay settings

How do I configure a network router so VM's on same network but different physical hosts can reach each other? 

I have tried different settings in the "overlay" part but it does not work.

How should the bridge be configured on the hosts? (netplan). I have 2 hosts with bridge br0 and a slave interface connected directly over to the other:

network:

  bridges:

    br0:

      interfaces:

      - eno2

      openvswitch: {}

  version: 2

What should "overlay network interface" be?

Reallly frustrating

There is something I am missing here...   

1 REPLY 1
MNM76
New Member

Re: Network router overlay settings

Solved! 

Suddenly it worked without overlay.. My guess is some services needed a restart after me creating the bridge..

It takes time to be friends with this hypervisor but we are getting there..