JrZDevil11
MIS
I have 2 connections to the internet in my company. I want to set it up so that if DSL line #1 goes down, DSL line #2 kicks on and lets all out going traffic to the net so that it looks like the dsl lines never went down....I believe it is done like this, but I am not a 100% sure...
ip route 0.0.0.0 0.0.0.0 1.2.3.4
ip route 0.0.0.0 0.0.0.0 4.5.6.7 secondary
Anyone know if this is right....