← Back to team overview

openstack team mailing list archive

Re: Multiple Floating IPs per multiple instance interfaces

 

No it is not possible to do this with flaoting ips. Floating ips are not visible to the instance and they are natted by the network host to the first fixed ip of the guest.

It is possible to configure nova to give multiple fixed ips to a single vm on different interfaces, but configuring it is a bit tricky.

Vish

On Aug 21, 2012, at 5:12 AM, Juris <juris@xxxxxx> wrote:

> Hi all,
> 
> Is it possible to assign floating IP to some particular instance's interface.
> Let's say we have Instance1 with 2 interfaces (nic1 and nic2) and two
> pools of floating IP addresses (pool1 and pool2). So how can I assign
> IP from pool1 to point to nic and IP from pool2 to nic2?
> 
> Thank you in advance.
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp



References