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 <[email protected]> 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 : [email protected] > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/ > openstack > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
