How to save Static Route via command line 'route'

G

Guest

Guest
Archived from groups: microsoft.public.win2000.advanced_server (More info?)

I'm running a basic Windows 2000 server. I have a number of routes set
up but the computer is not a router. The routes are simply local
routes to tell the server where to send data when a request comes in.

Example:
The server default gateway is 10.1.1.254
A request comes from 10.1.2.90
Server response through 10.1.1.252 (NOT the default gateway)

All works well. Then I reboot the server and it forgets the static
routes I set up with the route command.

How can I save the static local routing table so it survives a reboot?

Thanks!
Jason Morrill
IT Manager
Child & Family Agency
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.advanced_server (More info?)

On 15 Oct 2004 06:55:35 -0700, jrmorrill@yahoo.com (Jason Morrill) wrote:

>I'm running a basic Windows 2000 server. I have a number of routes set
>up but the computer is not a router. The routes are simply local
>routes to tell the server where to send data when a request comes in.
>
>Example:
>The server default gateway is 10.1.1.254
>A request comes from 10.1.2.90
>Server response through 10.1.1.252 (NOT the default gateway)
>
>All works well. Then I reboot the server and it forgets the static
>routes I set up with the route command.
>
>How can I save the static local routing table so it survives a reboot?
>
>Thanks!
> Jason Morrill
> IT Manager
> Child & Family Agency


See tip 4220 in the 'Tips & Tricks' at http://www.jsiinc.com


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.advanced_server (More info?)

Either 'route help' or 'route /?' or 'route -h' provides more help. Read
about -p switch and proper syntax.