Forum Discussion

joao's avatar
joao
Icon for Nimbostratus rankNimbostratus
Nov 13, 2019

TFTP Load Balancing

TFTP Load Balancing in version 14.1 ?

 

i try to find some articles for TFTP in release 14.1 but did not find, only for old versions

 

 

br,

jl

5 Replies

  • I found the solution:

     

    One vIP. Port 69. Pool member on port 69. Source persistence. iRule:

    when SERVER_CONNECTED {

       listen {

         proto 17

         timeout 60

         bind [LINK::vlan_id] [IP::local_addr] [serverside {UDP::local_port}]

         server [peer {client_addr}] [peer {UDP::client_port}]

         allow [IP::server_addr]

       }

     }

     

     

    That’s it. Works.

  • in principle an article about an older version should be fine, only new things are added, not that much changes in existing functionalty.

  • Did you find a working config? I still can't get it to work.