Adding to routing table centrally?

  • Thread starter Thread starter Brian Muth
  • Start date Start date
B

Brian Muth

On our workstations at one of our branch sites, I need to add a particular
entry to the routing table of each workstation:

route add xxx.xxx.xxx.xxx mask 255.255.255.0 10.12.7.202(gateway)

Is there some way of rolling this out centrally, such as through group
policy? It's a pain to remember to do this each time a workstation is
re-configured.

Open to recommendations.....
 
You could put the command in a batch file and run it as a startup script
with Group Policy/Computer Configuration/Windows Settings/Scripts.

Or, if these machines have a default gateway and you want all machines using
that gateway to have this route, you could simply configure the route on the
gateway computer/device .

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
 
Or, if these machines have a default gateway and you want all machines using
that gateway to have this route, you could simply configure the route on the
gateway computer/device .

Simple and elegant. Thanks, Doug.
 
Back
Top