I currently have both a DSL and a T1 coming into my location. Here is what I have setup currenlty.
Everything besides port 80 and 443 requests are going though the DSL. VoIP and my L2TP traffic is running over the T1.
I need a script to monitor my next hop on both the T1 and the DSL. If the DSL goes down, it needs to change the gateway for my DSL Routing table to the gateway of my T1, then when it comes back up, it needs to change it accordingly.
Same differance with the T1, if it goes down, it will change the default gateay of my T1 routing table to my DSL IP.
I’m looking to accomplish the same thing. I’ve got the basic failover/LB working, but it would be nice if someone had a sample script that would enable/disable the protocol/association with an interface if it goes down…