Setting different gateways for IE browsing - setting routes problem.

  • Thread starter Thread starter Denis L. Menezes
  • Start date Start date
D

Denis L. Menezes

Hello friends.

I have one gateway for normal browsing : 164.78.78.3
I have one gateway for one specific site( IP range say.. 164.56.45.000/255 )
that we have to go through a dedicated router : 164.78.78.5

Can anyone tell me how I can set up the win2000 computers to find the
correct gateway. I know I have to set the routes on the PCs, but I am mighty
confused how to write this script.

Can someone please help?

Thanks
Denis
 
Denis,

I hope, I read this correct.

set the default gateway to 164.78.78.3
in command prompt box enter "route -p add 164.56.45.0 MASK 255.255.255.0
164.78.78.5"

cheers
chris
 
Back
Top