Round Robin to 2 Proxy's and Leastconn to 2 FTP Servers possible?

Hi Lukas,

It seems to work although I’m getting the below message:

227 Entering Passive Mode (192,168,1,11,195,105)
Server sent passive reply with unroutable address. Using server address instead.

The FTP server seems to send it’s own internal ip instead of it’s external ip.

When I looked at the documentation for the balance source it says:

This algorithm hashes the source IP and divides it by the total weight of running servers. The same client IP always reaches the same server as long as no server goes down or up. If the hash result changes due to the changing number of running servers, clients are directed to a different server. This algorithm is generally used in TCP mode where cookies cannot be inserted. It’s also static by default.

The default weight of each server is 1 if I’m not mistaken so does this mean it will send every client with a new source ip in a round-robin like way, but will stick to the same ftp server if it has a known source ip?

Regards,

Nathan