I am having problems trying to create a route to 2 subnets and i get the following error:
H:\>route add 10.0.1.0 mask 255.255.0.0 10.0.0.4
The route addition failed: The specified mask parameter is invalid. (Destination
& Mask) != Destination.
Our internal network is setup as such:
10.0.0.0 servers isa server is on this segment
10.0.1.0 printers
10.0.2.0 end user pc's
the mask that was setup before i arrived is 255.255.0.0
the network seems to be fine, don't seem to experience any problems, should the mask be set to a class 3
255.255.255.0
need help figuring this out
H:\>route add 10.0.1.0 mask 255.255.0.0 10.0.0.4
The route addition failed: The specified mask parameter is invalid. (Destination
& Mask) != Destination.
Our internal network is setup as such:
10.0.0.0 servers isa server is on this segment
10.0.1.0 printers
10.0.2.0 end user pc's
the mask that was setup before i arrived is 255.255.0.0
the network seems to be fine, don't seem to experience any problems, should the mask be set to a class 3
255.255.255.0
need help figuring this out