Forum Discussion
J_46981
Nimbostratus
Aug 02, 2007Loadbalancing TFTP requests
We are attempting to build some fault-tolerance into our PXE environment. One item I wanted to review would be the use of BigIP to abstract a number of TFTP servers , but not require us to manage tha...
ndecaris_66201
Nimbostratus
Aug 20, 2010it works fine for me, Marcos : check your configuration. Here is mine :
virtual V_TFTP_NAT_VS {
destination 10.6.62.10:tftp
snatpool V_QC_SNAT
ip protocol udp
pool V_TFTP_NAT_POOL
rule irule_TFTP_Server
}
monitor V_TFTP_MONITOR {
defaults from udp
}
pool V_TFTP_NAT_POOL {
monitor all V_TFTP_MONITOR
member 10.6.12.20:tftp
member 10.6.12.21:tftp
}
rule irule_TFTP_Server {
when SERVER_CONNECTED {
listen {
proto 17
timeout 60
bind [LINK::vlan_id] [IP::local_addr] [peer {UDP::client_port}]
server [peer {client_addr}] [peer {UDP::client_port}]
allow [IP::server_addr]
}
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
