Forum Discussion

Scott_Burgin_82's avatar
Scott_Burgin_82
Icon for Nimbostratus rankNimbostratus
Jun 15, 2006

load balancing tftpd

First post - did try the search engine first though, so be kind !

 

 

Big-IP version 9.11 - trying to load balance tftpd across two Linux RHE servers.

 

 

Virtual is defined on a 'SNATS' vlan with SNAT Automap enabled.

 

two servers live on a different VLAN.

 

 

Googling found a suggestion for using a rule as follows:

 

when SERVER_CONNECTED {

 

listen {

 

proto UDP

 

timeout 5

 

bind [LINK::vlan_id] [IP::local_addr] [peer {UDP::client_port}]

 

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

 

allow [IP::server_addr]

 

}

 

}

 

 

This does appear to be handling the translations, but things are still not working. Any known issues/caveats with tftpd ?
No RepliesBe the first to reply