LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: [lvs-users] load balancing works... kinda

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [lvs-users] load balancing works... kinda
From: Graeme Fowler <graeme@xxxxxxxxxxx>
Date: Wed, 13 Feb 2008 20:14:50 +0000
On Wed, 2008-02-13 at 15:07 -0500, Charlie Williams wrote:
> yes I setup the 3rd machine with all the same interfaces as the first two,
> the loopback for the vip is there.

Time to break out good ole trusty tcpdump, then.

On the 3rd server, assuming eth0 is the interface that the client
requests will arrive on and that $VIP and $RIP are known :) do:

/usr/sbin/tcpdump -qnieth0 host $VIP or host $RIP

Make a client request. See if the traffic arrives, if it gets handled,
whether the machine responds - that sort of thing.

You *should* see:

SYN, ACK, SYN/ACK, RST, FIN (more or less in that order) from the
director to the RIP as ldirectord does its thing.

The same from the client. Although, obviously, you probably won't.

Graeme



<Prev in Thread] Current Thread [Next in Thread>