I have posted this on another forum as well as here, I have made a bit of a mess with a subnet and for the life of me can't work out how I have done it.
10.0.0.1 --> 10.0.0.64
64 = 0
32 = 0
16 = 0
8 = 0
4 = 0
2 = 0
1 = 1
0 = 0
64 in binary = 01000000 so we need 7 bits or 11111110 (<-- this is my mistake)
1 = 1
1 = 3
1 = 7
1 = 15
1 = 31
1 = 63
1 = 127
0 = 254
so the subnet is 255.255.255.254 but that is not the correct subnet so I have managed to make a mistake along the lines. Can anyone see where I am going wrong?
My error has been found
How it should look
10.0.0.1 --> 10.0.0.64
63 = 1
31 = 1
15 = 1
7 = 1
3 = 1
1 = 1
0 = 0
0 = 0
= 6bit
1 = 1
1 = 3
0 = 6
0 = 12
0 = 24
0 = 48
0 = 96
0 = 192
255.255.255.192