Hello,
i get a problem with IPVS+ipvsadm, certainly i have not well config my
load balancer.
My architecture is a load balancer with 2 interfaces eth0: 192.168.0.1
and eth1: 192.168.1.1
and 2 real server 192.168.1.2 and 192.168.1.3.
So on the load balancer i do a:
ipvsadm -A -t 192.168.0.1:telnet -s rr
ipvsadm -a -t 192.168.0.1:telnet -r 192.168.1.2:ssh
ipvsadm -a -t 192.168.0.1:telnet -r 192.168.1.3:ssh
but when i'm on the load balancer and try a :
telnet 192.168.0.1
Trying 192.168.0.1...
telnet: Unable to connect to remote host: Connection refused
Perhaps an iptables problem? ip_forward is allow (echo 1 > /proc/sys/....)
do you have an idea?
|