now I use ipvsadm for ipvs0.9.7.
But i can't still access the page .
The status is:
[root@alpha2 /root]# ipvsadm -ln
IP Virtual Server version 0.9.7 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 192.168.193.224:80 wlc
-> 192.168.194.111:80 Masq 1 0 0
[root@alpha2 /root]# ipvsadm
IP Virtual Server version 0.9.7 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 192.168.193.224:www wlc
-> bigmac.linuxlab.org:www Masq 1 0 0
It seems that can't active the connections.
How can I do to make it working?
|