Dears, I have a server that runs 10 copies of a service on TCP ports 1000, 2000, 3000 . 10000. I would like to have clients connect to a single IP at TCP port 500 and have a load balancer distribute the incoming requests across ports 1000 ... 10000 at the same machine. I don't want any of the servers have more than 100 concurrent connections. I want to use iptables port redirection with load balancing. How can I do that? Regards, -Mahmood