> -----Original Message-----
> From: lvs-users-bounces@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:lvs-users-bounces@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Horms
> Sent: Thursday, October 27, 2005 12:42 AM
> To: LinuxVirtualServer.org users mailing list.
> Subject: Re: LVS-DR/Squid
>
> In regards to Piranah, that is a front-end to LVS developed by RH. I'm
> not sure if it actually supports LVS-DR. In any case, it has its own
> support lists, somewhere on redhat.com I believe, you can probably
> find more piranha-savy people there.
Thanks
I dug in to redhat's site and I found this:
http://www.redhat.com/docs/manuals/haserver/RHHAS-1.0-Manual/x4011.html
>From the bottom of that page, I think all I have to do is this. I'll give it
a try.
********************
Enabling Direct Routing
On each real server, enable a route to each virtual server address. For
example, the following command aliases virtual server 1.2.3.1 to adapter
eth0:
ifconfig eth0:0 1.2.3.1 up
You also need to hide virtual server routes from ARP broadcasts. For
example, these commands hide any virtual server addresses on device eth0:
echo 1 > /proc/sys/net/ipv4/conf/all/hidden
echo 1 > /proc/sys/net/ipv4/conf/eth0/hidden
|