Forums.ATC.no
Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm
-
Cisco router refuses to set the correct subnet mask, complaining about "Bad mask /xx for address y.y.y.y".
Both the address and the subnet mask has been double-checked and is valid.
-
Enable "subnet-zero" under config like this:
"conf t"
"ip subnet-zero"
"end"
"wr"
You should now be able to set the subnet mask.