I have a question that might sound stupid but I come from a software programming background and currently I'm working on a project that involves some IP range checking, so here's my issue.
Let's assume a this is the range case we have:
1.2.10-20.30-40
What IP addresses would fit that range and which ones would not fit the range, let me give you some IP examples and please tell me which one fits in and which one does't:
1.2.15.34
1.2.15.44
1.2.25.34
1.2.25.44
My understanding is the IP range that I provided contains the IP addresses in the following order:
1.2.10.30
1.2.10.31
1.2.10.32
1.2.10.33
.
.
.
1.2.11.30
1.2.11.31
.
.
.
And so on...
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.