That fixed it.  I changed from rr to dh and I'm seeing all goodness.  Thanks 
Jeff!

--Steve




________________________________
From: Jeff Tchang <[EMAIL PROTECTED]>
To: LinuxVirtualServer.org users mailing list. 
<[email protected]>
Sent: Thursday, October 23, 2008 7:53:30 PM
Subject: Re: [lvs-users] load balancer IP limit?

> On Wed, 22 Oct 2008, Steve Haneman wrote:
>
>>    for (my $x=11; $x <= 111; $x++)
>>    {
>>            system("/sbin/ipvsadm -A -t 172.16.16.$x:443 -p 1500 -s rr");
>>            system("/sbin/ipvsadm -a -t 172.16.16.$x:443 -r 
>> 192.168.253.$x:443 -m -w 1");
>>            system("/sbin/ipvsadm -a -t 172.16.16.$x:443 -r 
>> 192.168.252.$x:443 -m -w 1");
>>    }

Not sure if this might help but have you tried using different
scheduling algorithms? In particular maybe destination hashing?

-Jeff

_______________________________________________
LinuxVirtualServer.org mailing list - [email protected]
Send requests to [EMAIL PROTECTED]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users



      
_______________________________________________
LinuxVirtualServer.org mailing list - [email protected]
Send requests to [EMAIL PROTECTED]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to