[Openstack] Dual network connections on hypervisor

Balamurugan V G balamuruganvg at gmail.com
Tue May 28 08:36:33 UTC 2013


Hi Tim.

I am assuming that you are using Quantum for networking. And if you
are using Grizzly release you can do it from the Dashboard UI itself.
If not use the command like as shown below:

nova boot --image <img> --flavor <flavor> --nic net-id=<net1-id> --nic
net-id=<net2-id> <vm-name>

Here, net1 and net2 are two different networks to which you want to
hook up your VM.

You can refer to the link
http://docs.openstack.org/trunk/openstack-network/admin/content/advanced_vm.html
for more on this.

Regards,
Balu


On Tue, May 28, 2013 at 1:19 PM, Tim Bell <Tim.Bell at cern.ch> wrote:
>
>
>
> I have a hypervisor running KVM with two network interfaces to two independent networks.
>
>
>
> I could not find any documentation on how to configure a set up such as this so the guests could also be configured with IPs on the two networks.
>
>
>
> Any pointers ?
>
>
>
> Tim
>
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>




More information about the Openstack mailing list