Forum Discussion
karlg_49229
Jan 21, 2012Nimbostratus
UDP DST Port Range Load Balancing Rule
There is no TCP connection associated with these packets - it is raw UDP only, between port ranges 9000 to 9100 on the DST side, and targeted to a particular IP address.
Can I humbly ask the advice of an iRule expert for the rule syntax? We tried a few and so far no luck.
Best,
Karl G.
3 Replies
Sort By
- Hi Karl,
when CLIENT_ACCEPTED { if {[UDP::local_port] >= 9000 and [UDP::local_port] <= 9100}{ Allow } else { Send the client a reset reject } }
- Great. For performance, it would be a lot more efficient to use a PerfL4 VS.
- Hi Aaron,
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