Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 02:30 PM
Is there a tool which can take a list of IP addresses and provide a list of CIDR blocks which will cover them all, but with no block greater than 1000 addresses? ChatGPT gave me a Python script, but I was hoping for something more runnable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 07:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 07:45 AM
Sorry, while that was useful background information, I was looking to take this to the next level - given a list (say 700) of ip addresses (servers), does anyone have a tool which will provide an optimal range of CIDR blocks which will encompass all of the ip addresses, with the additional constraint that no CIDR block can be larger than 1000 addresses. This will allow me to create discovery schedules which will cover all of the known servers in the environment