Routes added with "netsh" are not displayed in the "route print" output

M

Mathias Gummert

I have a Win2K workstation which I configured for RAS.

I added some persistent static routes over the RAS interface using
netsh (e.g. netsh routing ip add persistent route dest=172.20.0.0
mask=255.255.0.0 name=Internal nhop=192.20.0.1.) netsh told me "OK"
after I entered the command.

After that I did "netsh routing ip update name="Internal".

I can see the routes in the "netsh routing ip show persistent routes"
output list.

I cannot see these routes in the "route print" output list.

Plus: the routes don´t work.

What´s wrong?

Mathias...
 
J

Jorge Coronel

Is this a w2k box? or a W2k3 box? AFIK netsh doesn't work on W2K; you might
want to try route.ese (ie. route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1
METRIC 3 IF 2)
Thanks
JC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top