Can anyone suggest how to set persistent route on Win95?
Following is the example which works on WinNT & win2k but not on Win95
route add -p 192.168.1.0 mask 255.255.255.0 192.168.32.1
You cant add persistent routes in Windows 95. But since this was posted in a win2k server forum, i am guessing it is logging on to a win2k server. Add the line:
route add 192.168.1.0 mask 255.255.255.0 192.168.32.1
into the logon script stored on the netlogon share.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.