Thanks Joseph and Julian,
By your guides,
I upgrade the kernel and ipvs to kernel 2.2.15 version and IPVS 0.9.13.
I also checked "modprobe ip_masq_ftp".
`ip_masq_ftp' is well loaded.
The configuration is
A (Client)----- B (Director) ----- C (Server)
A: eth0= 211.169.226.144
B: eth0= 211.169.226.145
eth1= 10.1.1.1
C: eth0= 10.1.1.2
But, there are still some problems and phenomina as follows:
1. telnet and http access is OK from client
2. ftp login is ok. but "login is very slow" and "ls" command is not working.
3. I want to work telnet or web at the Director. But, After inserting ftp into
`ipvsadm'
The masqerading status at Director is as follows getting by "netstat -c -M".
IP masquerading entries
prot expire source destination ports
tcp 0:53.88 10.1.1.2 211.169.226.144 ftp-data -> 38122
(ftp-data)
tcp 0:13.56 10.1.1.2 211.169.226.144 * -> * (*)
tcp 13:54.95 10.1.1.2 211.169.226.144 ftp -> 38117 (ftp)
I am confused about it.
I hope your good guide again. :)
sincerely yours.
> Fixed in 0.9.13 - now ports 0..1023 are not covered
> from the ftp service.
>
> > Did I miss something ?
>
> You forgot to upgrade :)
>
----- Original Message -----
From: "Julian Anastasov" <ja@xxxxxx>
To: "Young C. Cho" <jyc@xxxxxxxxxxxxxxx>
Cc: <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>; <Michael.Gavinet@xxxxxxxxxxxxx>;
"Joseph Mack" <mack.joseph@xxxxxxx>
Sent: Friday, September 15, 2000 6:41 AM
Subject: Re: ftp brokes other network services (telnet, http)! plz, helpme.
>
> Hello,
>
> On Thu, 14 Sep 2000, Young C. Cho wrote:
>
> > Dear Sir,
> >
> > I try to use IPVS, but I also have ftp problem...
> ...
> > The linux kerner version is 2.2.14.
> > When I setup as follows:
> > > ipvsadm
> > > IP Virtual Server version 0.9.12 (size=4096)
> > > Prot LocalAddress:Port Scheduler Flags
> > -> RemoteAddress:Port Forward Weight ActiveConn InActConn
> > TCP 211.169.226.145:telnet rr
> > -> 10.1.1.2:telnet Masq 1 0 0
> > TCP 211.169.226.145:www rr
> > -> 10.1.1.2:www Masq 1 0 0
> >
> > It does work well.
> >
> > But, After inserting the ftp service :
> >
> > TCP 211.169.226.145:ftp rr
> > -> 10.1.1.2:ftp Masq 1 0 0
> >
> > or
> >
> > TCP 211.169.226.145:ftp persistence 540
> > -> 10.1.1.2:ftp Masq 1 0 0
> >
> > Any services does not work.
>
> Fixed in 0.9.13 - now ports 0..1023 are not covered
> from the ftp service.
>
> > Did I miss something ?
>
> You forgot to upgrade :)
>
> > If anyone help me, I am appricated with you..
> >
> > sincerely,
> >
> > Young C. Cho
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > Young Cheol Cho, Ph.D.
> > School of Elec. Engr, Seoul Nat'l Univ. Korea
> > Tel: 82-2-874-8256 Fax: 82-2-874-8256
> > Email: jyc@xxxxxxxxxxxxxx, Home: http://cisl.snu.ac.kr/~jyc
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
>
> Regards
>
> --
> Julian Anastasov <ja@xxxxxx>
>
|