Hi All,
I’ve got a scenario and I’m trying to work out possible solutions; I’ve got 2 remote offices, each with 2 WAN links (one fast and one slow). The LANs at both ends need to talk to each other, and currently there is only a single VPN connection which is frequently disturbed.
Now I know the following setup is possible, by setting the default route for traffic going to the remote site’s IP address appropriately:
FASTA → FASTB (1)
SLOWA → SLOWB (2)
But what I’m wondering is, is it possible to model the following for VPN connectivity? - I also want to ensure there is next to no downtime when a connection does go down…
FASTA → FASTB (1)
SLOWA → FASTB (2)
FASTA → SLOWB (3)
SLOWA → SLOWB (4)
Hope that makes sense - if it’s a stupid idea please do say so! Thanks in advance!