Re: [Openstack] br100 ip assigned problem

2011-09-27 Thread Vishvananda Ishaya
the network host for a 'normal' network will always get the gateway ip, but it doesn't delete the existing ip. It should also show the original ip if you do: ip addr show One thing to keep in mind though, you will need to mark that ip reserved in the database if don't want it assigned to the vm

Re: [Openstack] br100 ip assigned problem

2011-09-27 Thread Michael Basnight
I typically go in to the db and delete the ips I don't need. The cidr mapping will insert all the ips in that range, so go clean them out in fixed_ips in the db. Sent from my iPhone On Sep 27, 2011, at 1:08 AM, "DeadSun" mailto:mwjpi...@gmail.com>> wrote: Hi, erveryone: I used FLATDHCP netwo