I use for ipvsadm to load balance service http(80) smtp(25) is working well

but when I want to set load balance to use with pop(110) protocol.

It's can not load balance .

I use NAT mode for this solution 
my public vip use for load-balance is 10.x.x.152
my private gateway is 192.x.x.254 
my pop0 server is 192.x.x.7
my pop1 server is 192.x.x.8


I test like this 

Case 1 

when telnet 10.x.x.152
It's can not access 
--------------------------------------------------

Case 2 

when telnet 192.x.x.7 (pop0)
It's can access 
Working well 

------------------------------------------------

and this is config in ldirector.cf

# Global Directives
checktimeout=10
checkinterval=2
#fallback=127.0.0.1:80
autoreload=yes
logfile="/var/log/ldirectord.log"
logfile="local0"
quiescent=yes

# Virtual Server for HTTP
virtual=10.x.x.152:110
        #fallback=127.0.0.1:80
        real=192.x.x.7:110 masq 1 
        real=192.x.x.8:110 masq 1 
        service=pop
       #request="test.html"
       #receive="Test Page"
        scheduler=wrr
        #persistent=600
        protocol=tcp
       checktype=negotiate


How can you help me ?
OS = debian 4.0 r1
ipvs version = 1.2.1




Best regards,

###########################

Watthanachai KEKHUA
NTT Communication (Thailand) Co., Ltd
System Service Group
Office 02-6362707  ต่อ (3155)
Direct +66-(0)2637-6195

###########################
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to