Re: FTP load balancing?

From: Alberto Giménez <lagimenez#gmail.com>
Date: Thu, 22 May 2008 17:12:18 +0200


On Thu, May 22, 2008 at 4:30 PM, Willy Tarreau <w#1wt.eu> wrote:
> On Thu, May 22, 2008 at 04:27:51PM +0200, Alberto Giménez wrote:
>
> that means you're doing passive FTP if the client wants to connect to the
> server.

Hi again,

I think I didn't explain myself very well. I meant that packets were travelling between server and client directly, without passing by the haproxy bos, so the conversation goes like this:

client -> haproxy (21)
client <- haproxy (21) (and so on...)

but when I make a "ls" on the client side and it performs the PORT operation, tcpdump tells:

FTPserver (20) -> client (P)
FTPserver (20) <- client (P)

So It seems the rule is not taking effect... Any other idea? Could you show some parts of your configuration to see if I'm missing something?

Thanks a lot.

-- 
Alberto Giménez
Received on 2008/05/22 17:12

This archive was generated by hypermail 2.2.0 : 2008/05/22 17:15 CEST