Forum Discussion
vkoprivica_9683
Nimbostratus
May 20, 2013Irule - Pool port range
Hi, I need a help creating an Irule for specific pool. I have an irule named Test and I would like to have test_pool accepting only connections in the port range 1024-65535. To be cleared, only above...
Kevin_Stewart
Employee
May 20, 2013Yes, but it'd be easier I think to modify the logic a little bit.
when CLIENT_ACCEPTED {
if { ( [expr [TCP::client_port] > 1024] and [expr [TCP::client_port] < 65535] ) or ( [TCP::client_port] == 135 ) } {
return
} else {
reject
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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