Hello:
It seems that VIP 65.103.190.107 on my LVS is NOT responding!
I have setup a simple LVS. Two Virtual servers (vs1.tib.com &
vs2.tib.com) and one Real Server (rs1.tib.com) on CentOS 5.3. Now when
I trying to display a test Web site (on rs1), the request times out.
On vs1 there is nothing in the logs. No error message. Just nothing.
From VS1, I can display any outside (http://www.msn.com) but can't
display internal web (http://www.tib.com) pages.
I have a hunch that the virtual setting for HTTP in piranha-gui is not
correct. But what? After two days, I need direction.
===========================
/etc/sysconfig/ha/lvs.cf
serial_no = 17
primary = 65.103.190.106
primary_private = 192.168.1.1
service = lvs
backup_active = 1
backup = 65.103.190.108
backup_private = 192.168.1.2
heartbeat = 1
heartbeat_port = 539
keepalive = 6
deadtime = 18
network = nat
nat_router = 192.168.1.254 eth1:1
nat_nmask = 255.255.255.0
debug_level = NONE
monitor_links = 0
syncdaemon = 0
virtual HTTP {
active = 1
address = 65.103.190.107 eth0:1
vip_nmask = 255.255.255.248
port = 80
send = "GET / HTTP/1.0\r\n\r\n"
expect = "HTTP"
use_regex = 0
load_monitor = none
scheduler = wlc
protocol = tcp
timeout = 6
reentry = 15
quiesce_server = 0
server rs1 {
address = 192.168.1.10
active = 1
weight = 1000
}
}
_______________________________________________
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
|