在ldirectord.cf 中配置成: virtual=10.11.1.172:80 #fallback=127.0.0.1:80 real=10.11.2.221:81 gate 3 service=http request="lvs.html" receive="lvs.html" scheduler=wlc #persistent=1200 protocol=tcp checktype=negotiate
访问vip的80端口,返回real ip 81端口的web内容 我测试了一下,没有成功 请教是否可以实现,谢谢
jakey
周四, 2007-12-13 10:32
Permalink
查了一下,可以使用nat模式,ldirectord.cf 改成: virtual=10.11.1.172:80 #fallback=127.0.0.1:80 real=10.11.2.221:81 masq 3 service=http request="lvs.html" receive="lvs.html" scheduler=wlc #persistent=1200 protocol=tcp checktype=negotiate
但真实webserver上的启动程序怎么写?
There are currently 0 users online.
jakey
周四, 2007-12-13 10:32
Permalink
查了一下,可以使用na
查了一下,可以使用nat模式,ldirectord.cf 改成:
virtual=10.11.1.172:80
#fallback=127.0.0.1:80
real=10.11.2.221:81 masq 3
service=http
request="lvs.html"
receive="lvs.html"
scheduler=wlc
#persistent=1200
protocol=tcp
checktype=negotiate
但真实webserver上的启动程序怎么写?