madgarin wrote: » Quick and dirty answer is that a subnet mask has to be all 1's from left to right in binary before you get to any 0's. Meaning you cannot have any 1's to the right of a zero. for example 255.255.225.0 = 11111111.11111111.11100001.0000000 255.255.191.0= 11111111.11111111.101111111.00000000 255.255.127.0= 11111111.11111111.01111111.0 255.255.64.0= 11111111.11111111.01000000.0 Seeing it spelled out like this, we see that none of them work as a subnet mask. Subnetting always easier when converted to binary. Hope this helps.