Hello, I have an enormous problem with the configuration ofv the "director" for LVS TUN
The network: Multiple server in netcenter (different networks!) Virtual IP: 87.98.190.253 Director IP: 91.121.78.111 Real Server1: 91.121.7.129 Real Server2: 87.98.250.2 All the server use a "Kernel 2.6" out of Debian 4.0. The director has Kernel 2.6 compiled with IPVS (dmesg: "IPVS: ipvs loaded.") Orders on the Director: echo "1" /proc/sys/net/ipv4/ip_foward ifconfig eth0:1 87.98.190.253 broadcast 87.98.190.253 netmask 255.255.255.255 //Respond to ping !! //Configuration of ipvs ipvsadm -A -t 87.98.190.253:80 -s wlc ipvsadm -a -t 87.98.190.253:80 -r 91.121.7.129:80 -i -w 1 ipvsadm -a -t 87.98.190.253:80 -r 87.98.250.2:80 -i -w 1 I think well of having made the configuration of the director but there is no process with listening of port 80! Even with "/etc/init.d/ipvsadm start". A solution? Thank ! No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.484 / Virus Database: 269.12.10/976 - Release Date: 27/08/2007 18:20 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.484 / Virus Database: 269.12.10/976 - Release Date: 27/08/2007 18:20 _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
