Dual ISPs - VIP question
I'm sure this has been asked before, but I'm not finding anything that helps quite yet.
I've got two ISPs connected to a 201. One is a standard business class circuit (where you share a block of addresses with the ISP's gateway), the other is a routed block of addresses (where there is a /30 between you and the ISP and they route you a block of addresses).
I know that a VIP can be used on the routed block to proxy arp for IPs and to forward them along to a private IP. No issues there. The trouble I'm having is with RPF. Since the standard connection is currently being used as the default gateway, connections coming in and hitting the VIP are getting blocked due to the egress route being a different physical interface. I figured that the FortiGate would have the incoming interface in its' session table and be able to return traffic that way, but it looks like it does a route lookup on the way out.
I don't need to load balance across these two links, having one as a backup would be nice but I need both to accept traffic at the same time. I'm sure multi-VDOM can do this but I'd like to avoid it if at all possible.
Thanks!