I have a .net network application , and as part of improving the performance of the software i would like to find the shortest route to the server . When i have more than one network , i need to find the local network ip from these current ip list .
Please help ,i am working in Vb.net
If you look at the article at:
http://en.wikipedia.org/wiki/Private_network
You will note that the network adapter in the range:
192.168.0.0 – 192.168.255.255
OR
172.16.0.0 – 172.31.255.255
OR
10.0.0.0 – 10.255.255.255
indicate that the IP in these ranges is on a local network….