F
Fred Marshall
If I run this command:
route -p ADD 172.020.109.012 MASK 255.255.255.252 192.168.109.254 METRIC
3
It responds with:
The route addition failed: The specified mask parameter is invalid.
(Destination
& Mask) != Destination.
But, if I run this command:
route -p ADD 172.20.109.12 MASK 255.255.255.252 192.168.109.254 METRIC 3
it works.....
Is this a bug or don't I understand?
Thanks,
Fred
route -p ADD 172.020.109.012 MASK 255.255.255.252 192.168.109.254 METRIC
3
It responds with:
The route addition failed: The specified mask parameter is invalid.
(Destination
& Mask) != Destination.
But, if I run this command:
route -p ADD 172.20.109.12 MASK 255.255.255.252 192.168.109.254 METRIC 3
it works.....
Is this a bug or don't I understand?
Thanks,
Fred