LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: ipvsadm 1.1 misuse?

To: linux-virtualserver@xxxxxxxxxxxx
Subject: Re: ipvsadm 1.1 misuse?
From: Jiri Gubik <jgubik@xxxxxxxxxxx>
Date: Thu, 15 Jul 1999 14:16:59 +0400
James CE Johnson wrote:
> 
> Ok, I must be doing something wrong...
> 
> With kernel 2.2.10 and VS 0.6 applied, I do this:
> 
> $ ./ipvsadm -A -t 38.222.97.40:2000
> $ ./ipvsadm -a -t 38.222.97.40:2000 -r 192.168.13.100:23
Here should be 
./ipvsadm -a -t 38.222.97.40:2000 -r 192.168.13.100:23 -m 
in case you are using masquerading.
Do not forget to make
echo 1 > /proc/sys/net/ipv4/ip_forward
otherwise your box will not do any routing (routing on is default for
2.0 kernels).

Regards JiriJames CE Johnson wrote:
> 
> Ok, I must be doing something wrong...
> 
> With kernel 2.2.10 and VS 0.6 applied, I do this:
> 
> $ ./ipvsadm -A -t 38.222.97.40:2000
> $ ./ipvsadm -a -t 38.222.97.40:2000 -r 192.168.13.100:23
Here should be 
./ipvsadm -a -t 38.222.97.40:2000 -r 192.168.13.100:23 -m 
in case you are using masquerading.
Do not forget to make
echo 1 > /proc/sys/net/ipv4/ip_forward
otherwise your box will not do any routing (routing on is default for
2.0 kernels).

Regards Jiri

<Prev in Thread] Current Thread [Next in Thread>
  • Re: ipvsadm 1.1 misuse?, Jiri Gubik <=