LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: LVS-NAT

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: LVS-NAT
From: Horms <horms@xxxxxxxxxxxx>
Date: Thu, 6 Nov 2003 16:58:33 +0900
On Thu, Nov 06, 2003 at 03:42:15PM +0800, Salah Abdulla wrote:
> Hi,
> 
> I just download and installed kernel-2.4.20-20.7.hidd.ipvs110.i686.rpm and
> ipvsadm-1.21-7.i386.rpm.
> 207.175.44.110 is DIR and 192.168.10.1,2,3,4,5 are real server. Run the
> following command
> 
>        ipvsadm -A -t 207.175.44.110:80 -s rr
>        ipvsadm -a -t 207.175.44.110:80 -r 192.168.10.1:80 -m
>        ipvsadm -a -t 207.175.44.110:80 -r 192.168.10.2:80 -m
>        ipvsadm -a -t 207.175.44.110:80 -r 192.168.10.3:80 -m
>        ipvsadm -a -t 207.175.44.110:80 -r 192.168.10.4:80 -m
>        ipvsadm -a -t 207.175.44.110:80 -r 192.168.10.5:80 -m
> 
> Tested it and it is not working. Run netstat -a and cannot see port http is
> listening. Any advise please.

LVS hooks into Linux's routing infastructure and forwards packets.
LVS does not bind to ports id does not need to as it does not
terminate connections. You can examine the status of lvs using
ipvsadm -L -n [options]

-- 
Horms -> No Email. No Life.
<Prev in Thread] Current Thread [Next in Thread>