We have two internet Links.And we are using windows2000 based systems.In one of our windows2000 server we have one lan card, and in tcp/ip option i have defined two default gateway ip address (because we have two internet link, so its mean one gateway ip address per internet link)
Example:-
internet Link AAA has ip address 10.4.4.4
internet Link BBB has ip address 10.5.5.5
so these ip address are difined in my tcp/ip dafault gateway optinon.with different metric 1 and 2 respectively.
Where problem is:- If my AAA link goes down then my internet traffic should be routed automatically to BBB link, But it dosen’t work
Even in c:\> route print command it shows default route for both default gateway
0.0.0.0 0.0.0.0 192.68.1.5 10.4.4.4 1
0.0.0.0 0.0.0.0 192.68.1.5 10.5.5.5 2
(192.68.1.5 is my machine ip address)
Pls help
Regards
Purnend