Hi hotcola,
> From real servers,I can ping outer servers.
> But when I access http://192.168.193.224,it appears :the page is not
> availabe.
> issue ipvsadm on director, the result is :
>
> IP Virtual Server version 0.9.7 (size=4096)
> Prot LocalAddress:Port Scheduler Flags
> -> RemoteAddress:Port Forward Weight ActiveConn InActConn
>
> After I excute the commands manualy:
> ipvsadm -A -t 192.168.193.224 -s wlc
> ipvsadm -a -t 192.168.193.224:80 -r 192.168.194.111 -m
Try: ipvsadm -a -t 192.168.193.224:80 -r 192.168.194.111 -m -w 1
> it appears:
> IP Virtual Server version 0.9.7 (size=4096)
> Prot LocalAddress:Port Scheduler Flags
> -> RemoteAddress:Port Forward Weight ActiveConn InActConn
> TCP C0A8C1E0:0050 wlc
> -> 00000000:0100 Masq 0 0 0
You have no weight, so no new connection gets forwarded. It's a
documented feature.
> What's the trouble?
You successfully found a nice LVS feature :)
> Any suggestion will be appreciate!
HTH,
Roberto Nibali, ratz
--
mailto: `echo NrOatSz@xxxxxxxxx | sed 's/[NOSPAM]//g'`
|