Hi Clayton, Are you receiving the error when you create the IP range, or are you seeing it when you spin up the first instance for a networking belonging to that account? In the latter case, please check in the user_ip_address table the addresses in the range you have are marked as 'allocated', even if you haven't used them. Something similar happened to me recently, but I was working on the latest trunk, which is much more instable!
If that is the case, this might be a bug, and it would be great if you can report it on bugs.cloudstack.org. For a workaround, try UPDATE user_ip_address set allocated=NULL where account_id=<your_account_id> to work around. Salvatore > -----Original Message----- > From: Clayton Weise [mailto:[email protected]] > Sent: 24 April 2012 18:02 > To: '[email protected]' > Cc: '[email protected]' > Subject: Adding a public range for an account > > In CS 3.0.1 with advanced networking. I was trying to add a new public IP > range for a specific account. I went into the physical network, added a new > range and specified the domain and account that it was to belong to. It was a > brand new account so it didn't have any existing instances, nor did it have a > virtual router. When adding the first instance I got the following error: > > http://paste.cloudstack.org/SSEO/ > > Did I do something wrong? Is there an additional step I should have done in > order to associate a new IP range with a specific account? > > Thanks, > Clayton
