I have two ipaddress - first and last in range. How to get netmask?
Example: 123.45.67.5 - 123.45.67.15 - known values
Answer: 255.255.255.128 - i want to get this value (netmask).
I have two ipaddress - first and last in range. How to get netmask?
Example: 123.45.67.5 - 123.45.67.15 - known values
Answer: 255.255.255.128 - i want to get this value (netmask).
Got the code correct on 1st attempt