keep track of IP addres usage?

8 posts / 0 new
Last post
#1 Fri, 01/15/2010 - 08:35
SoftDux

keep track of IP addres usage?

hi,

How, or where, can I see IP address usage for all systems in the cloud?

Fri, 01/15/2010 - 12:19
JamieCameron

There's no single page where you can see all systems and their IPs .. however, you can get this information from the command line with a command like :

cloudmin list-systems --multiline | grep -e "^[a-z0-9]" -e "IP address:"

''

Fri, 01/15/2010 - 13:20
SoftDux

Thanx Jamie,

Is it possible to add a page that could list all IP addresses, show to which servers / instances, and maybe even owners they belong?

Fri, 01/15/2010 - 14:50 (Reply to #3)
JamieCameron

Actually, I just realized that you can see all systems and their owners and primary IP on the "List Managed Systems" page already. However, you need to configure which columns are shown - this is set at Cloudmin Settings -> Module Config.

In the next release, I will add an option to show all IPs for all systems, not just the main IP.

''

Fri, 01/15/2010 - 14:57
SoftDux

Thank you Jamie,

What I would like to see (maybe as a proposal?) is to be able to quickly scan through the IP's, and see which are used & which are free. But also to see which IP's belong to which instances / hosts / owners. I.e. IP 192.168.2.8 belongs to Bob, and is used to VP7, and belongs to host4 - for example.

But also, I want to see that 192.168.2.54 - 72 is free, and 192.168.2.45 - 50 is on host6.

Or something to that order?

Sat, 01/16/2010 - 01:08 (Reply to #5)
JamieCameron

That's a pretty good idea, and not too hard to implement .. I will see about adding it in the next release or two.

''

Sat, 01/16/2010 - 03:09
SoftDux

awesome! Thank you Jamie :)

Sun, 01/17/2010 - 00:45 (Reply to #7)
JamieCameron

I've just implemented this feature for inclusion in Cloudmin 3.9 ..

''

Topic locked