On Wed, 4 Aug 2004, Giovanni Costagliola wrote: > Q1: Does iptables allow a state-balancing? Or it simple span the packets on > the range of IPs? (I further guess: Has it any reasonable sense?) iptables does not have any reasonable sense for load balancing. It is not what it is designed for. > Q2: What happens in the case a target IPs doesn't respond yet? In other > words Is iptables able to recognize an host failure? Not the job of iptables, but there is plenty of other software doing this. > Q3: Provided my needs, and supposing I'll receive negative answers, does > exists some free/gpled solution feasible to me For the low-level load balancing look into Linux Virtual Server / IPVS. Standard part of the Linux kernel. For the host monitoring see LVS/IPVS related software (there is several good options). > Q4: Provided iptables fit positively to Q1 and Q2, does anyone experimented > the solution? Any feedback to the regard? Have played with implementing NAT based load balancing ontop of netfilter NAT. It is technically doable but is missing some small pieces of accounting to make it work in a nice manner. Regards Henrik