Hi,

I'm currently setting-up a fully redundant gateway under OpenBSD (4.3) with IPSEC, CARP, PF, SA Sync, ...) and would like to benefit of failover over 2 wans connections (for outgoing connections of course).

I already have a round robin on the 2 external links:
pass in log on $IntIf route-to { ($ExtIf_1 $ExtGw_1), ($ExtIf_2 $ExtGw_2) } round-robin from $IntNet to any

and wish to be able to get true failover (if one connection goes down, all the trafic is handeled by a single one).

An interesting look seems to be ifstatd.

Did anyone setup such a gateway ?

Thanks

Laurent

Reply via email to