> >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