[Openstack] Multiple floating IPs one instance

Paras pradhan pradhanparas at gmail.com
Tue May 1 15:06:37 UTC 2018


Look for  nova add-fixed-ip and nova add-floating-ip

* add a private fixed ip for an instance:  nova add-fixed-ip instance_id
neutron_network_id
* On instance : ip address add private_fixed_ip_address/24 dev eth0
* add fip: nova add-floating-ip --fixed-address private_fixed_ip_address
instance_id floating_ip_address

Thanks
Paras.

On Fri, Apr 27, 2018 at 1:47 PM, Torin Woltjer <torin.woltjer at granddial.com>
wrote:

> Is it possible to run an instance with more than one floating IPs? It is
> not immediately evident how to do this, or whether it is even possible. I
> have an instance that I would like to have address on two separate
> networks, and would like to use floating IPs so that I can have that are
> capable of living longer than the instance itself.
>
> *Torin Woltjer*
>
> *Grand Dial Communications - A ZK Tech Inc. Company*
>
> *616.776.1066 ext. 2006*
> * <http://www.granddial.com>www.granddial.com <http://www.granddial.com>*
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20180501/f9daae1e/attachment.html>


More information about the Openstack mailing list