|
Nanny [...] X.X.X.X:80 Time Out - Error
Hello:
I am getting:
nanny[….]: Read to 192.168.1.10:80 timed out
FYI; Real Server (rs1) eth0: gateway is set to NAT Router IP address
192.168.1.254.
From the virtual server vs1 I can PING:
65.103.190.106
65.103.190.107
192.168.1.10
192.168.1.254
From the real server rs1 (IP: 192.168.1.10) I can PING:
65.103.190.106
65.103.190.107
192.168.1.1
192.168.1.254
How to fix it?
=====================
lvs.cf file:
serial_no = 55
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 = 10
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.0rnrn"
expect = "HTTP"
use_regex = 0
load_monitor = none
scheduler = wlc
protocol = tcp
timeout = 45
reentry = 15
quiesce_server = 0
server rs1 {
address = 192.168.1.10
active = 1
weight = 1000
}
}
|