On Wed, 2008-02-13 at 10:41 -0500, Charlie Williams wrote: > I've setup the ultra monkey package on two machines running RHEL4 64 bit. > For testing purposes I have the load balancers running on two different > machines, loadb1 and loadb2 and I also have an apache server running on port > 8080 of the loadb1 machine.
Try to ensure that Apache is only bound to 127.0.0.1:8080 on loadb1. If you let it "Listen *:8080" or similar, it'll bind to the virtual IP too. Graeme _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
