On Mon, Oct 16, 2000 at 05:23:06PM +0900, zhazha wrote:
>
> ----- Original Message -----
> From: "Ted Pavlic" <tpavlic@xxxxxxxxxxx>
> To: "zhaohf" <zhaohf@xxxxxxxxxxxxxxx>; <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
> Cc: <zhaohf@xxxxxxxxxxxxxxx>
> Sent: Friday, October 13, 2000 7:51 PM
> Subject: Re: About ssl and cookies
>
>
> > If you want to simply group ports 80 and 443 together, you need to do
> > something more intuitive. Use FWMARK...
> >
> > ipchains -A input -d 192.168.1.110/32 80 -p tcp -m 1
> > ipchains -A input -d 192.168.1.110/32 443 -p tcp -m 1
> > /sbin/ipvsadm -A -f 1 -p
> > /sbin/ipvsadm -a -f 1 -R 192.168.2.1
> > /sbin/ipvsadm -a -f 1 -R 192.168.2.2
> > /sbin/ipvsadm -a -f 1 -R 192.168.2.3
>
> Which version of LVS supports the parameter '-f '?
I believe that you will need ipvsadm 1.9, whoich shipped with
LVS 0.9.9. Of course you are best off to use the latest version
as per http://www.linuxvirtualserver.org/software/index.html
--
Horms
|