From: Alexandre C. <ale...@ca...> - 2002-06-19 11:53:58
|
> Hi Aneesh, > > >I have put the files at > >http://ssic-linux.sourceforge.net/contrib/ha-lvs.tar.gz . > > > >README.networking is also a part of the above tar.gz . If anybody need > >README.networking I can do a separate check-in of that file alone > > ??? why not using directly Keepalived instead of backporting code to > another tool ? since we have together added support to CI/SSI ? > > I don t understand :/ > > regards, > Alexandre Re, bellow, an example of Keepalived config for use with SSI : ! Configuration File for keepalived ! CI-LINUX configuration sample global_defs { notification_email { lvs...@do... } notification_email_from em...@do... smtp_server 192.168.200.1 smtp_connect_timeout 30 lvs_id CI-LNX } virtual_server 192.168.200.10 80 { delay_loop 10 lb_algo wrr lb_kind DR protocol TCP sorry_server 192.168.200.200 80 real_server 192.168.200.2 80 { weight 1 CI-LINUX } real_server 192.168.200.3 80 { weight 1 CI-LINUX } real_server 192.168.200.4 80 { weight 1 CI-LINUX } real_server 192.168.200.5 80 { weight 1 CI-LINUX } } Regards, Alexandre |