← Back to team overview

openstack team mailing list archive

Re: Dual network connections on hypervisor

 

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@xxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>


References