Two sites with two DSL internet connections each (static IP from ISP), I need to :
Create VPN tunnel to make the two LAN reachable each other (usually I use GRE with RIP)
Internet navigation
Failover/load-balancing/higher-speed using both connection each site.
How can I achieve all three together ??
I’m able to share two connections with PCC, to set up a VPN over a single one, but never tried all this together.
When I declare a remote IP endpoint for VPN , what if there are two on remote site ?
How can I keep VPN up if one of the endpoint becomes unreachable ?
You could use policy routing (routing mark) along with PCC so that each VPN is run across the desired WAN.
Regarding tunnels, once VPNs are established you are in control of both ends, opening possibilities; you can use nth to “spread” over available VPNs, or you can use BCP
So, you’re talking about multiple VPN , one per WAN connection ? Or better…like I supposed, run two tunnels , one each wan , and manage traffic between lan by routing over existing tunnels ??
I should have no problem to run a single (gre) tunnel on a single wan connection (i.e. a.a.a.a to c.c.c.c) and leave load balancing for internet purpose, but it would be interesting to achieve also failover for VPN other than simply internet… (or better , failover would be preferable for VPN rather than internet bandwidth..)