From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ugo Bellavance Subject: DNAT/NAPT Date: Tue, 23 Nov 2004 14:43:56 -0500 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Hi, I think that it is possible to achieve some kind of load-balancing between two servers using iptables NAPT (Network and port translation, which is usually called port forwarding). I want to run 2 web servers and use my firewall to do some load-balancing between them, but I was wondering if it only forwarded the packets on some round-robin way, even if one host is down. To summarize, I want to know if I can do some automatic failover with iptables. If you need more info, let me know Thanks Ugo