Hello,
I have set up lvs on centos servers. I am able to ping the VIP but am not
able to connect via port 80.
My lvs.cf is:
serial_no = 82
primary = 174.121.60.26
service = lvs
backup_active = 0
backup = 0.0.0.0
heartbeat = 1
heartbeat_port = 539
keepalive = 3
deadtime = 25
network = direct
debug_level = NONE
virtual HTTP {
active = 1
address = 174.121.60.28 eth0:1
vip_nmask = 255.255.255.0
port = 80
send = "GET / HTTP/1.1rnrn"
expect = "HTTP"
use_regex = 0
load_monitor = none
scheduler = rr
protocol = tcp
timeout = 4
reentry = 4
quiesce_server = 0
server VM1 {
address = 174.121.60.50
active = 1
port = 80
weight = 1
}
}
the apache is up on the real server. The only thing that looks amiss to me
is the /var/log/messages file which outputs:
Feb 23 05:03:13 www1 avahi-daemon[3110]: Withdrawing address record for
fe80::226:b9ff:fe7c:df0c on eth1.
Feb 23 05:03:13 www1 avahi-daemon[3110]: Withdrawing address record for
174.121.60.27 on eth1.
Feb 23 05:03:13 www1 avahi-daemon[3110]: Withdrawing address record for
fe80::226:b9ff:fe7c:df0b on eth0.
Feb 23 05:03:13 www1 avahi-daemon[3110]: Withdrawing address record for
174.121.60.26 on eth0.
Feb 23 05:03:13 www1 avahi-daemon[3110]: Host name conflict, retrying with
<www1-253>
Feb 23 05:03:13 www1 avahi-daemon[3110]: Registering new address record for
fe80::226:b9ff:fe7c:df0c on eth1.
Feb 23 05:03:13 www1 avahi-daemon[3110]: Registering new address record for
174.121.60.27 on eth1.
Feb 23 05:03:13 www1 avahi-daemon[3110]: Registering new address record for
fe80::226:b9ff:fe7c:df0b on eth0.
Feb 23 05:03:13 www1 avahi-daemon[3110]: Registering new address record for
174.121.60.28 on eth0.
Feb 23 05:03:13 www1 avahi-daemon[3110]: Registering new address record for
174.121.60.26 on eth0.
Feb 23 05:03:13 www1 avahi-daemon[3110]: Registering HINFO record with
values 'I686'/'LINUX'.
Not sure what the host name conflict means. I am wonderring if that is the
reason for the failure or it is a red herring?
--
View this message in context:
http://old.nabble.com/LVS-virtual-IP-question-tp27701637p27701637.html
Sent from the LVS mailing list archive at Nabble.com.
_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/
LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
or go to http://lists.graemef.net/mailman/listinfo/lvs-users
|