Yep,
I know this issue (ARP). Finally, the problem is this line in
sysctl.conf file (Debian distro):
# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.conf.default.forwarding=1
I uncommented the line... but.. doesn't work!
I added 'net.ipv4.ip_forward = 1' and executed 'sysctl -p' and...
bualah!
Thanks Glen
Jordi
On Thu, 2008-01-31 at 20:41 -0800, Glen Kendell wrote:
> If you use the direct routing method, your real servers need to have the
> virtual IP as a secondary address with ARP suppressed. Also make sure the
> default gateway is the router and not the director.
>
>
> On 1/30/08 12:35 AM, "Jordi Garcia" <jgarcia@xxxxxxxxxxxx> wrote:
>
> > Hello,
> >
> > I'm trying to configure a HA+LB environment with heartbeat+ldirectord.
> > I followed this doc:
> > http://www.ultramonkey.org/3/topologies/hc-ha-lb-eg.html
> >
> > heartbeat 2.0.7-2
> > ldirectord 1.2.5-3
> > kernel 2.6.18-5-686
> >
[...]
|