Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to set persistent route on Win95

Status
Not open for further replies.

nimesh007

Technical User
Jan 18, 2002
16
US
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.
 
You can also add the command to the autoexec.bat file on the Win95 machine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top