Good day!
I am trying to configure ipvs-0.4.0(direct routing) on a machine running
FreeBSD6.0 to balance the load of our three proxy servers , however, after
creating virtual services that will accept connections on port 3128 and
forward it to either of the three proxy servers, the LVS machine doesn't seem
to accept any connection at all. Only the InActConn is incrementing. Running
sockstat doesn't seem to show any listening daemon on port 3128. I have tried
installing it on FreeBSD 5.4 but still no avail. The actual commands I
performed are:
ipvsadm -At 10.10.8.146:3128 -s rr
ipvsadm -at 10.10.8.146:3128 -r 10.10.8.118:3128 -g
ipvsadm -at 10.10.8.146:3128 -r 10.10.8.119:3128 -g
ipvsadm -at 10.10.8.146:3128 -r 10.10.8.120:3128 -g
No firewall or whatsoever.
Any idea where I went wrong?
Thanks.
|