LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Suspecting bug when there is a lot of connections..

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Suspecting bug when there is a lot of connections..
From: Alexandre Cassen <Alexandre.Cassen@xxxxxxxxxx>
Date: Thu, 11 Oct 2001 21:09:32 +0200
Hi hervé,

Used keepalived 0.3.7 (I made some change for this last one not use
ipchains.o)
Works fine...
I will try with heartbeat running.. An let U knwo if I encouter problems
BTW thx for your help..

For info keepalived-0.3.7 (dirty) modifications are things like


+#ifdef KERNEL_2_2
+      /* IPFW cleaner processing */
+      if (vserver->nat_mask.s_addr != HOST_NETMASK)
+       {
+         if (!ipfw_cmd (IP_FW_CMD_DEL, vserver, vserver->svr))
+           return 0;
+       }
+#endif
just removed ipfw_cmd when using 2.4

No problems with your changes into keepalived because NAT is directly done into the LVS code for 2.4 code. So no ipchains nor iptables rules for LVS-NAT, you are right doing that :) Have forgotten update that... will do it...

best regards,
Alexandre



<Prev in Thread] Current Thread [Next in Thread>