Hello,
I want to install a load-balancing on using two servers :
First Server : Redhat (Kernel 2.4.20 : I compiled a new kernel and installed it)
External Network : 192.168.1.78
Virtual network : 172.16.0.2
Second server : RedHat (Kernel 2.4.20)
Virtual network : 172.16.0.1
The connection between the both servers is on a crossed cable
I tried these commands:
ipvsadm -A -t 192.168.1.78:80 -s wlc
ipvsadm -a -t 192.168.1.78:80 -r 172.16.0.1:80 -i -w 1
when I tried http://192.168.1.78 i have no result.
But I try this command afterward :
ipvsadm -a -t 192.168.1.78:80 -r 172.16.0.2:80 -i -w 2
I have the default page of the first server.
Can u help me?
Best regards
|