floating ip management
which agent manages the pool of floating IPs? How should i give openstack a pool of floating IPs, assuming i have free ip addresses in the physical network?
First time here? Check out the FAQ!
which agent manages the pool of floating IPs? How should i give openstack a pool of floating IPs, assuming i have free ip addresses in the physical network?
Neutron server managing external and private networks.
Pool of floating IPs you have to provide during external network creation.
See example, using 10.230.26.0/24 with floating IP address range 10.230.26.20 to 10.230.26.200:
neutron subnet-create ext-net 10.230.26.0/24 --name ext-subnet \
--allocation-pool start=10.230.26.20,end=10.230.26.200 \
--disable-dhcp --gateway 10.230.26.250
Good luck!
Asked: 2015-12-02 12:22:53 -0600
Seen: 104 times
Last updated: Dec 02 '15
Connect VM directly to external network in openstack Icehouse
DNS server on private IP and floating IP
neutron-kilo: floatingip-delete does not delete the IP
How to assign a fixed external ip to a vm?
Can a non-admin add a fixed floating ip from Heat [closed]
Access RabbitMQ using floating IP associated with the VM
Trystack: why sometime the floating IP has been allocated, but not able to ping/ssh
openstack mitaka on VM, can not ping floatingip of inner guest VM