Forum Discussion
joao
Nov 13, 2019Nimbostratus
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
Cybertri
Apr 29, 2020Altostratus
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.
- boneyardApr 29, 2020MVP
great, thanks for sharing
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