Hi,

I'm using Ubuntu 12.04 + Heartbeat 3.0.5-3ubuntu2 + Ldirector 3.9.2-5ubuntu4.1 to provide high availability and load balancing for DNS .

I'm trying to use "checktype = negotiate", but I can not make it work. Can anyone help me find what I'm doing wrong?

Configuration in ldirectord.cf with "checktype = negotiate"
virtual6=[2001:db8:0:0:0:0:0:2006]:53
    real6=[2001:db8:0:0:0:0:0:af5a]:53 gate 888
    scheduler=wlc
    protocol=udp
    service=dns
    failurecount=3
    checktype=negociate
    request="my.host.com"
    recieve="2001:db8::2006"


With this configuration in ldirectord.cf everything works (checktype = on) :
virtual6=[2001:db8:0:0:0:0:0:2006]:53
    real6=[2001:db8:0:0:0:0:0:af5a]:53 gate 888
    scheduler=wlc
    protocol=udp
    service=dns
    failurecount=3
    checktype=on


Thanks!
--
Thiago Henrique
www.adminlinux.com.br
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to