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...
hoolio
Jan 21, 2012Cirrostratus
Hi Karl,
Do you want to allow UDP packets destined for ports 9000 - 9100 and block all others? If so, you can create a virtual server with either a UDP profile or a Performance L4 virtual and use an iRule like this:
when CLIENT_ACCEPTED {
if {[UDP::local_port] >= 9000 and [UDP::local_port] <= 9100}{
Allow
} else {
Send the client a reset
reject
}
}
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