Tagged Questions
6
votes
2answers
1k views
Is there native .NET type for CIDR subnets?
It's simple enough to code up a class to store/validate something like 192.168.0.0/16, but I was curious if a native type for this already existed in .NET? I would imagine it would work a lot like ...
3
votes
5answers
5k views
How to convert CIDR to network and IP address range in C#?
I have been looking around quite a bit to find some C# code to convert a network in CIDR notation (72.20.10.0/24) to an IP address range, without much luck. There are some threads about CIDR on ...
1
vote
2answers
2k views
List IP all addresses in a subnet
I need to get all of the IP addresses contained in within a subnet and I'm trying to do it using http://ipnetwork.codeplex.com/.
For example the subnet 192.168.1.0/29 would have the following output:
...