dynamik wrote: » All you have to do is determine the range of IPs in that subnet. /28 will give you the following as available options: 192.168.1.0-15 192.168.1.16-31 192.168.1.32-47 192.168.1.48-63 192.168.1.64-79 etc. You can do a binary AND to arrive at the correct range as well. Since you are given the router's IP, it's obvious which other IP falls within that range.
Johnny Johnson wrote: » Could you be more specific as to how you go about finding the ranges/available options? (0-15, 16-31, etc.)
Johnny Johnson wrote: » That makes sense! Thank you!