This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Active/Active HA for VPN Connections?

Hi,

does anybody have experiences with a scenario with two astaros
in two premises in load balanced mode?
We would like to handle quite a number of VPN connections with two FWs, 
that should work load balanced usually, but if one fails the remaining
box should take over all connections.

As far as I have read, ASG does real active/active only with certain protocols
(http, ftp, ...)

But most of the docs refer to V7, date back from 2010 and older.

So what can V8 do actually now, what will it be able to do soon?

Best Regards


This thread was automatically locked due to age.
  • well, our current state of discussions:
    in each premise terminates on internet uplink (different providers), so we have two
    BGP speaking uplink routers and an AS of our own.

    One link connects the BGP routers directly, and over an IP over IP tunnel they talk their iBPG session and traffic is sent that will have to leave via the other uplink.
    The tunnel is needed if this direct link has to be moved to a backup line.

    Towards the internal net OSPF will be spoken. 
    In each premise one firewall will be located, and now we think about without HA on the firewalls.
    From each fw there is a direct link to an other router: there terminates the OSPF area.
    These two routers/gates to the DMZ do something like da_merlin suggested: they watch each other, and if
    the mate is missing, it's IP comes up on the "lonely box".

    There is one unique DMZ for both premises, connected internally via dark fiber with a backup line of different physics. Each DMZ server has its gateway assigned statically, and if this fails: see above, the remaining will have the requested IP.

    With statically injected routes for the hosts in the local premise we think we can
    force the packets to use only one way forth and back, so conntrack will not fail.

    ok, some details I left out, but hopefully you can imagine our current idea to solve the task.

    Any suggestions, remarks, enhancements, warnings, critics are welcome, as well as questions ;-)
  • I don't get the full picture yet. Maybe you can draw a simple network map with some example IP addresses?

    BTW: The next major version will have complete BGP support. If you are interested, I can send you an alpha version to play with BGP.

    Cheers
     Ulrich
  • Thanks. You guys are really helping me a lot regarding computers.