On Mon, 2008-03-10 at 13:47 +0530, Venkatesh R wrote: > [EMAIL PROTECTED] ha.d]# /sbin/ipvsadm -L -n > IP Virtual Server version 1.0.8 (size=65536) > Prot LocalAddress:Port Scheduler Flags > -> RemoteAddress:Port Forward Weight ActiveConn InActConn > UDP 192.168.1.240:5060 wlc persistent 600 > -> 192.168.1.82:5060 Local 1 0 0 > -> 192.168.1.253:5060 Tunnel 1 0 0
...which all looks perfectly fine. When someone tries to make a UDp connection to port 5060 on the VIP, what do you see? What's the output from ipvsadm when that's happening? Note also that SIP uses both TCP and UDP (assuming, from port 5060, that you're trying to setup a SIP farm). It uses TCP for the registration and command channel, UDP for data. The UDP part can move around dramatically too, it isn't always on UDP/5060 (in fact it almost never is). Sip is a beast to load balance. Graeme _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
