From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ian Douglas" Subject: RE: using iptables for poor-man's load balancing? Date: Wed, 19 Feb 2003 10:47:23 -0800 Sender: netfilter-admin@lists.netfilter.org Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-reply-to: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Andrej Ricnik , netfilter@lists.netfilter.org > >Just curious if the following rules would work to round-robin the > >connections: > To my understanding it's not robin-go-round but distributing > new requests to the currently least used IP (the one with the > smallest number of active connections), which should pretty > much do what you want, anyway. Tink, That didn't seem to work, all requests kept going to the same machine (first one listed). Any other ideas on how I can balance port 80 and port 443 across multiple machines with iptables? -id