On Thu, Apr 17, 2003 at 09:22:26AM +0300, Rommel, Florian wrote:
> this is when both servers are down:
>
> [root@momentum ]# ipvsadm -Ln
> IP Virtual Server version 1.0.7 (size=4096)
> Prot LocalAddress:Port Scheduler Flags
> -> RemoteAddress:Port Forward Weight ActiveConn InActConn
> TCP x.x.x.151:80 wlc
> -> x.x.x.150:80 Local 1 0 0
>
> and this when they are both up:
>
> [root@momentum ]# ipvsadm -Ln
> IP Virtual Server version 1.0.7 (size=4096)
> Prot LocalAddress:Port Scheduler Flags
> -> RemoteAddress:Port Forward Weight ActiveConn InActConn
> TCP x.x.x.151:80 wlc
> -> x.x.x.117:80 Route 5 0 0
> -> x.x.x.118:80 Route 5 0 0
>
> Why does it show LOCAL on the fallback?
That means that x.x.x.150 is a local IP address on that host.
That is, the host has an interface for that IP address.
The Local forwdaring mechanism is an optimisation
in the LVS kernel code. It is set automatically by LVS.
--
Horms
|