Hi all.
I'm struggling with a weird situation.
I've inherited a network.
1 Dc, 1 DR, 10 remote sites.
DC + DR has a 3 FWs cluster (15600), and each remote site has 2 FWs cluster (3200).
We have 2 separate L2 connections between all sites, and Site2Site IPSec VPN on top of that.
Each remote site has static routes as follows:
set static-route default nexthop gateway address <DC Cluster VIP - SDH1> on
set static-route default nexthop gateway address <DC Cluster VIP - SDH2> on
set static-route <FW MGMT network> nexthop gateway address <DC Cluster VIP - SDH1> priority 2 on
set static-route <FW MGMT network> nexthop gateway address <DC Cluster VIP - SDH2> priority 1 on
The DCs has the following static routes to the remote sites:
set static-route <Remote FW network - Internal> nexthop gateway address <Remote Cluster VIP - SDH1> priority 2 on
set static-route <Remote FW network - Internal> nexthop gateway address <Remote Cluster VIP - SDH2> priority 1 on
set static-route <Remote FW 1 - Internal> nexthop gateway address <Remote Cluster VIP - SDH1> priority 4 on
set static-route <Remote FW 1 - Internal> nexthop gateway address <Remote Cluster VIP - SDH2> priority 3 on
set static-route <Remote FW 2 - Internal> nexthop gateway address <Remote Cluster VIP - SDH1> priority 4 on
set static-route <Remote FW 2 - Internal> nexthop gateway address <Remote Cluster VIP - SDH2> priority 3 on
The DCs also has a default route that points to our partners DC.
Once I remove this default route i lose all communication the the LANs in my remote sites.
If I do one of the following:
1. Add a default route to our backbone (he does only L2, and has one IP for management).
2. Add a static route for each remote site with "next hop logical".
everything is working.
I've read and reread all the relevant info I could find, but I still don't get it...
Any insights?