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
|