I'd like a program that I can write in an IP address and give it the Subnet mask and have it divide the networks in C level networks.
Thanks.
Something that I can download please, not a website.
feedback
|
|
EDIT: There's how to run it on windows (it's a perl script) | |||
|
feedback
|
|
http://www.subnet-calculator.com/cidr.php is pretty good. Also, there are no network classes anymore, so a C class network is an antiquated term. You want to divide it into smaller /24 subnets. | |||||
feedback
|
|
Have you looked at Solarwinds Subnet Calculator? Google will also point you to lots of online calculators. | |||
|
feedback
|
|
I wrote one that you give a starting network and mask and then tell it the number of hosts per net and number of nets in your new scheme. Lets say you start with 172.16.0.0 /12 and tell it you want 10 nets with 254 hosts. Here are the results.
| |||
|
feedback
|
|
There's also: http://subnetmask.info/ This has a lot more options than http://www.subnet-calculator.com/cidr.php mentioned by MarkM, but it's also uglier and not as simple. Which ever one suits your needs. | |||
|
feedback
|