Hello Mike,<br><br>I am not an expert in IPVS but recently i have setup IPVS with the help of Piranha and i am quite comfortable with IPVS.<br><br>Please let me know your Network diagram and also the output of below mentioned command.<br>
<br>ipvsadm -L -n<br><br>----------------------------------------<br>I think your network diagram should be---<br><br>Linux Director ----(One NIC)--->First Real Server (One NIC)<br>                                       --->Second Real Server (One NIC)<br>
----------------------------------------------<br><br>Your Linux Director and Your real server should be on the same network segment. Please also post your Linux Director's (Where you have installed Piranha) Network cards ip information.<br>
<br><br>Regards<br>Tapan Thapa<br>India<br><br><div class="gmail_quote">On Tue, Nov 3, 2009 at 6:09 AM, mojorising <span dir="ltr"><<a href="mailto:moj0rising@aim.com">moj0rising@aim.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello!<br>
<br>
I have set up a test load balancer with IPVS and Piranha-GUI. For some<br>
reason, when I attempt to connect to one of the two web servers I have<br>
set-up via the load balancer's virtual IP, the load balancer does not<br>
seem to pass those requests on to the real servers.<br>
<br>
The firewall on the Piranha box is off and I can successfully<br>
establish HTTP sessions with netcat and telnet from the Piranha box as<br>
well as from my workstation. So the web services are running and<br>
connectivity to them is good.<br>
<br>
The error I'm getting in /var/log/messages is (public IP changed for privacy):<br>
<br>
Nov  2 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 timed out<br>
Nov  2 14:28:10 omsbuild nanny[13582]: READ to <a href="http://192.168.18.29:80" target="_blank">192.168.18.29:80</a> timed out<br>
<br>
It looks like nanny can't talk to the web servers but I can't figure<br>
out why. That may not be the only problem I have here but it's<br>
probably one of them. All the other services are up and seem to be<br>
running fine.<br>
<br>
I've googled around quite a bit and checked the documentation but I<br>
haven't found anything in those places that gets me to a solution.<br>
<br>
Can anyone out there give me a little push in the right direction as<br>
to what the problem might be?<br>
<br>
<br>
Thank you!<br>
<br>
Mike<br>
<br>
<br>
My lvs.conf file:<br>
<br>
serial_no = 76<br>
primary = 192.168.3.28<br>
service = lvs<br>
backup = 0.0.0.0<br>
heartbeat = 1<br>
heartbeat_port = 539<br>
keepalive = 6<br>
deadtime = 18<br>
network = direct<br>
debug_level = NONE<br>
virtual test1 {<br>
     active = 1<br>
     address = 192.168.0.69 eth0:1<br>
     vip_nmask = 255.255.248.0<br>
     port = 3128<br>
     expect = "HTTP"<br>
     use_regex = 0<br>
     load_monitor = none<br>
     scheduler = lc<br>
     protocol = tcp<br>
     timeout = 6<br>
     reentry = 15<br>
     quiesce_server = 0<br>
     server Speedy {<br>
         address = 192.168.18.29<br>
         active = 1<br>
         port = 80<br>
         weight = 1<br>
     }<br>
     server test1 {<br>
         address = 65.39.169.xxx<br>
         active = 1<br>
         port = 80<br>
         weight = 1<br>
     }<br>
<br>
_______________________________________________<br>
Piranha-list mailing list<br>
<a href="mailto:Piranha-list@redhat.com">Piranha-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/piranha-list" target="_blank">https://www.redhat.com/mailman/listinfo/piranha-list</a><br>
</blockquote></div><br>