----- Original Message -----
发件人: Horms <horms@xxxxxxxxxxxx>
收件人: hewt <hewt@xxxxxxxxxx>
抄送: <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
发送时间: 2000年7月22日 1:06
主题: Re: HELP----Qmail clustering
> On Fri, Jul 21, 2000 at 03:44:44PM +0800, hewt wrote:
> > I encountered a problem and need your help now.
> >
> > I want to balance the load of qmail using LVS,
> > now I can send mail to outside while cannot receive mail
> > from outside, I opened 25 port on the director machine,
> >
> > I have already turned off identd on realserver and director,
> > while when I send mail from outside to the cluster,
> > ipvsadm -ln still shows:
> >
> > Prot LocalAddress:Port Scheduler Flags
> > -> RemoteAddress:Port Forward Weight ActiveConn InActConn
> > TCP 172.16.100.1:25 wlc persistent 360
> > -> 192.168.6.3:25 Masq 1 0 1
> >
> > I cannot understand why the connection is InActConn?
>
> Do you have the linux director set up to masquerade the real server?
>
> ipchains -A forward -j MASQ -s 192.168.6.3
>
thanks, I found the problem does not deal with LVS, but qmail. that is,
it is about the files in /var/qmail/control. :(
>
> --
> Horms
>
|