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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ip routes

Status
Not open for further replies.

Riecko

Technical User
Mar 19, 2003
2
US
I need to setup a router on a Windows 2000 machine and i want to be able to access my companies SCO cserver. I know that I need to put the ip address in a file called ip routes but I cannot remember the path that this file needs to go into.

Thanks
 
To set up a default route on your SCO server just create a file called /etc/rc2.d/S99route containing:

[tt]echo "Adding default route..."
route add default 1.2.3.4[/tt]

Then chmod 755 /etc/rc2.d/S99route and run it manually.

If this route needs to be configured on your Windows 2000 server you're asking in the wrong forums! Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top