This is an FAQ. Check <http://www.linuxvirtualserver.org/arp.html>. To
put it briefly, there are two approches:
1. Configure the VIP interfaces hidden on the real servers.
echo 1 > /proc/sys/net/ipv4/conf/all/hidden
echo 1 > /proc/sys/net/ipv4/conf/<if_name>/hidden
2. Remove the VIP interfaces, and use transparent proxying instead on
the real servers.
ipchains -A input -j REDIRECT <port> -d <VIP> <port> -p tcp
On Wed, May 16, 2001 at 09:19:34AM +0200, Xavier Mertens wrote:
> I've the following config:
>
> SMTP balanced between 3 boxes connected on a Cisco Catalyst:
>
> ---- LVS ----- SMTP1 x.y.z.10 (Linux Alpha)
> SMTP2 x.y.z.11 (Solaris)
> SMTP3 x.y.z.12 (Solaris)
>
> I've the following problem:
>
> The Linux system is know in the Cisco switch as the box responding to the IP
> address of the lvs!!! Any idea how to fix that?
>
> X
>
> --
> Xavier Mertens &Wanadoo Belgium "Contrary to popular belief, Unix is
> NOC Manager a subsidiary of userfriendly. It just happens to be
> XM1-6BONE XM3-RIPE France Telecom selective about who it makes friends
> with"
>
>
> _______________________________________________
> LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
> Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
> or go to http://www.in-addr.de/mailman/listinfo/lvs-users
--
Wenzhuo
|