On Thu, Apr 24, 2014 at 11:00 AM, Neil Schneider <[email protected]> wrote: > I have a virtual machine running OpenNebula and using OpenVswitch to > configure bridges and networks. For my configuration to work. I need to > use OpenNebula to create more VMs on the host. So it needs to reach the > host through the two vlans. I've tested extensively and discovered that > the VLANs are working correctly. If I create another VM for testing I can > access one VM from another VM through the VLAN. So I know the ovswitch is > working. What I cannot do is access the host through the VLANs. I checked > the FAQ again, but didn't see anything that applies. Do I need to add > another virtual port for the host? Any pointer showing how to make this > work, would be appreciated. > > Thanks for any help you can render.
So you want an IP address on the host in a VLAN, right? Look at 'man ovs-vsctl' and search for: [--may-exist] add-br bridge parent vlan And then you will set an IP address for "bridge" in the above command. > > > -- > Neil Schneider pacneil_at_linuxgeek_dot_net > > This is your life. Do what you love, and do it often. If you don’t like > something, change it. If you don’t like your job, quit. If you don’t have > enough time, stop watching TV. If you are looking for the love of your > life, stop; they will be waiting for you when you start doing things you > love.” > > _______________________________________________ > discuss mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/discuss _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
