Deploy HA pair with two separate gateway
I have a HA pair AX, I want to load balance for Farm servers and DMZ servers (one AX primary for Farm, standby for DMZ, the other one primary for DMZ and standby for Farm). The problem is, there's two different gateway for server in Farm and server in DMZ in this case, no VRRP in gateway router because they work independently. Please advice me how to overcome this issue?
0
Comments
1. What version of code is running on the AX?
2. Are you using separate VLANs to segment the traffic?
Example
ip route 0.0.0.0 /0 10.1.1.254 (for DMZ)
ip route 10.0.0.0 /8 10.0.0.254 (for Internal traffic)
You may have to alter the second route to fit the networks you're trying to route to, but this should work for your deployment. There are other options that require a code upgrade to 2.6.1p4, but this should be your first option.