Hi,
>Good Day.
>
>I'd successfully setup the LVS but I face this problem. Client from same VLAN
>with the Director weren't able to connect to the Director. Nevertheless,
>clients
>who are outside the Director's VLAN able to connect into Director.
>
>Here is the structure:
>Director: 10.0.13.199
>Realserver: 10.0.13.180, 10.0.13.190, 10.0.13.195
>Clients: 10.0.13.x
>
>Anybody may solve this problem?
If you use LVS-NAT, this does not work normally.
Your clients are at the same VLAN with your realserver. Then
your realservers will reply to clients directly, not via default
gw, so this can't work correctly for LVS-NAT.
You can force your realservers send all packets out via default
gw or use LVS-DR.
|