If you have access to your cloudstack db, check for nics table in cloud database. select * from cloud.nics; You can check also individually for each vm IP in the UI Click on instances -> NICS
-----Original Message----- From: Derek Cole [mailto:[email protected]] Sent: Tuesday, September 23, 2014 7:21 PM To: [email protected] Subject: Re: Active IP's in the reserved range Where do I check the nics table? On Tue, Sep 23, 2014 at 12:12 AM, Saksham Srivastava < [email protected]> wrote: > Check you nics table for the IP. > It could be used by any Guest VM or VR/RVR. SSVM and CPVM won't have > a nic in guest network. > You could consider using persistent network offering to create your > network. Then the need to deploy a user vm to bring the network to > implemented state will be eliminated. > > Thanks, > Saksham > > -----Original Message----- > From: Matthew Midgett [mailto:[email protected]] > Sent: Tuesday, September 23, 2014 3:56 AM > To: [email protected] > Subject: RE: Active IP's in the reserved range > > Disable your zone and destroy the 2 console, ssvm, and the router if > you have spun any vms up. These system vm must be using those ip's > > > Sent on a Sprint Samsung Galaxy S® III > > <div>-------- Original message --------</div><div>From: Derek Cole < > [email protected]> </div><div>Date:09/22/2014 4:32 PM (GMT-05:00) > </div><div>To: [email protected] </div><div>Subject: Active > IP's in the reserved range </div><div> </div>Hello, > > I originally set up a guest network as 10.1.1.0/24 > > I wanted to change that CIDR to 10.1.1.0/26 to allow for some static > IPs for me to use, as is mentioned here: > > http://docs.cloudstack.apache.org/projects/cloudstack-administration/e > n/4.4/networking/ip_reservation_in_guest_networks.html?highlight=reser > ved > > When I try to make this change, I get the following in a popup: > > Active IPs like 10.1.1.127 exist outside the Guest VM CIDR. Cannot > apply reservation > > What is my problem here? I don't have any active VMs in my cloudstack > install except for the system vm's at the moment - so I have no idea > where > 10.1.1.127 is. > > Thanks >
