LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: a local network lvs problem

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: a local network lvs problem
From: Graeme Fowler <graeme@xxxxxxxxxxx>
Date: Wed, 17 Jan 2007 09:52:50 +0000
On 17/01/2007 09:03, x d wrote:
<snip>
it seem the http server on rs* can't recive package.

They're probably receiving them, but the responses in your setup at the moment don't go back to the director to be un-NATted.

On the RS you could try (on a console... if you do this via an SSH session you'll get disconnected):

route delete -net 192.168.0.0 255.255.0.0
route delete -net default gw 192.168.1.1
route add -net default gw 192.168.1.97

That way you force *all* of the traffic from the realservers to go via the director.

Remember - in LVS-NAT, realserver response traffic MUST go through the director, or the NAT traversal won't be completed.

Graeme

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