Issue with local routing
Vincent Alloo <[email protected]> Wed, 22 Jul 2009 07:05:48 +0200
| Newsgroups | gmane.linux.highavailability.ultramonkey |
|---|---|
| Message-ID | <[email protected]> |
Hello, I have followed the exact same instructions as in http://www.ultramonkey.org/3/topologies/sl-ha-lb-eg.html. Everything is working fine but forwarding when local resource is not available (I do not know if it is the exact term): In the documentation, we have: /sbin/ipvsadm -L -n Prot LocalAddress:Port Scheduler Flags -> RemoteAddress:Port Forward Weight ActiveConn InActConn TCP 192.168.6.240:443 rr -> 192.168.6.4:443 Route 1 0 0 -> 192.168.6.5:443 Route 1 0 0 In my configuration, I have: /sbin/ipvsadm -L -n Prot LocalAddress:Port Scheduler Flags -> RemoteAddress:Port Forward Weight ActiveConn InActConn TCP 192.168.6.240:443 rr -> 192.168.6.4:443 Local 1 0 0 -> 192.168.6.5:443 Route 1 0 0 So in my setup, if the resource on 192.168.6.4 is not available, the quey on the VIP 192.168.6.240 is still processed by the localhost (192.168.6.4) and not forwarded to 192.168.6.5. When the 2 resources are up, the load balancing is working fine. What's wrong with my setup (ubuntu 8.04, heathbeat and ldirectord from the standard repo). Thanks for your help. -- Vincent Alloo EPISTEMA - IT infrastructure manager http://www.epistema.com [email protected] +33489610930 - +33682130080 _______________________________________________ Ultramonkey-users mailing list [email protected] http://lists.vergenet.net/listinfo/ultramonkey-users