Sorry for a late reply..

On Fri, Apr 29, 2005 at 02:15:04AM -0700, Steve Langasek wrote:
> So far, I am not able to reproduce this bug against 2.4.27-2-686 or
> 2.6.8-2-686-smp, using either the sarge or sid version of keepalived.

Strange, since Alexander has confirmed this..

> Is
> there a simple keepalived.conf I could configure in order to trigger it?

I guess this one is close enough to what I tried at the beginning.

| global_defs {
|    lvs_id MAILIN
| }
| 
| virtual_server 10.0.16.18 25 {
|     delay_loop 60
|     lb_algo rr
|     lb_kind NAT
|     protocol TCP
| 
|     real_server 10.0.16.40 10025 {
|         weight 1
|         inhibit_on_failure
|         SMTP_CHECK {
|             host {
|                 connect_ip 10.0.16.40
|                 connect_port 10025
|                 bindto 10.0.16.18
|             }
|             connect_timeout 30
|             retry 2
|             retry 2
|             delay_before_retry 5
|             helo_name "mailin-checker.exprozone"
|         }
|     }
| 
|     real_server 10.0.16.41 10025 {
|         weight 1
|         inhibit_on_failure
|         SMTP_CHECK {
|             host {
|                 connect_ip 10.0.16.41
|                 connect_port 10025
|                 bindto 10.0.16.18
|             }
|             connect_timeout 30
|             retry 2
|             delay_before_retry 5
|             helo_name "mailin-checker.exprozone"
|         }
|     }
| 
| }

regards,

Marcin
-- 
Marcin Owsiany
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to