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
|