LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: FTP problems

To: Ted Pavlic <tpavlic_list@xxxxxxxxxxx>
Subject: Re: FTP problems
Cc: Linux Virtual Server Mailing List <linux-virtualserver@xxxxxxxxxxxx>
From: Wensong Zhang <wensong@xxxxxxxxxxxx>
Date: Fri, 02 Jul 1999 08:38:02 +0800
Hi,

Please try to use Persistent Client Connection scheduling. PCC
scheduling
is a current solution to solve connection affinity (sticky connection)
problem.

The configuration example is as follows:
    ipvsadm -A -t <VIP>:0 -s pcc
    ipvsadm -a -t <VIP>:0 -R <your server>
    ...

Wensong


Ted Pavlic wrote:

> Does anyone have FTP working properly on their LinuxDirector?
>
> *) Port FTP. Whenever I go through my VLS to contact my FTP server, I can
> connect fine and even do one LIST. However, when I try to do another LIST,
> the connection just sits and sits and sits... When I connect directly to the
> server without the LinuxDirector, FTP works fine. LIST after LIST after
> LIST...
>
> *) Passive FTP. I just plain have not gotten it to work. I've even set my
> FTP server to give its real address to the host... and still I get:
> "Connection refused" from my FTP client when I try to LIST under passive
> FTP.
>
> Thanks for the help. All the best --
> Ted
>



<Prev in Thread] Current Thread [Next in Thread>