Hi All,<br>I have some load balancing troubles using lvs/piranha, here is the description :<br>when i use the ipvsadm command to view the statistics here what i get :<br>IP Virtual Server version 1.0.8 (size=65536)<br>Prot LocalAddress:Port Scheduler Flags
<br>  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn<br>UDP  10.11.11.230:radius wrr<br>  -> 10.11.11.20:radius           Masq    1      0          0         <br>  -> 10.11.11.19:radius           Masq    1      0          1 
<br><br>the load balancer keeps forwarding the request to only one server. in addition of that the counter of the connection established is always equal to 1.<br>i've checked also in /var/log/messages, both servers are seen as available.
<br>here is my config file :<br><br>backup_active = 1<br>backup = <a href="http://10.11.11.229">10.11.11.229</a><br>backup_private = <a href="http://10.11.11.121">10.11.11.121</a><br>heartbeat = 1<br>heartbeat_port = 539<br>
keepalive = 6<br>deadtime = 18<br>network = nat<br>nat_router = <a href="http://10.11.11.122">10.11.11.122</a> bond0.499:1<br>debug_level = NONE<br>virtual gw_radius {<br>        active = 1<br>        address = <a href="http://10.11.11.230">
10.11.11.230</a> bond0.498:1<br>        port = 1812<br>        send_program = "radpwtst -s %h -noacct -noauth -auth_port 1812 -secret mysecret -status"<br>        expect = "OK"<br>        use_regex = "0"
<br>        #load_monitor = uptime<br>        scheduler = wrr<br>        protocol = udp<br>        timeout = 6<br>        reentry = 15<br>        quiesce_server = 0<br>        server GW_1 {<br>                address = <a href="http://10.11.11.19">
10.11.11.19</a><br>                active = 1<br>                weight = 1<br>        }<br>        server GW_2 {<br>                address = <a href="http://10.11.11.20">10.11.11.20</a><br>                active = 1<br>
                weight = 1<br>        }<br>        server GW_3 {<br>                address = <a href="http://10.11.11.21">10.11.11.21</a><br>                active = 0<br>                weight = 1<br>        }<br>}<br><br>
<br><br>Thank you for your help<br>Regards<br>