HA firewall with floating ip on AWS

Aus crazylinux.de
Version vom 30. April 2016, 03:34 Uhr von Jonathan (Diskussion | Beiträge) (add)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Setup

We’re going to explore high availability and load balancing using Keepalived and conntrackd.

Keepalived is a routing software designed to provide simple and robust facilities for load balancing and high-availability to Linux systems and Linux-based infrastructures.

In order to overcome the problem, we have to deploy conntrackd in FW1 and FW2. The daemon replicates the state of the connection forwarded by the active node so that the backup can takeover the connection in an appropiate way. We can dump the status of the connections forwarded by the active node:


keepalived as cluster software

https://blog.logentries.com/2014/12/keepalived-and-haproxy-in-aws-an-exploratory-guide/

floating ip on aws

map ElasticIP to cluster instances

iptables with conntrack

http://conntrack-tools.netfilter.org/testcase.html http://conntrack-tools.netfilter.org/manual.html


Links

Alternatives