Forum Discussion
Allim_63326
Nimbostratus
Sep 24, 2009LTM VIP for port range and specific ports
I have a strange request that I need do, I have to create a VIP for port range (10000-10100) and some specific ports (6427, 6813, 6837)
I know how to create a rule for port range but I ...
Allim_63326
Nimbostratus
Sep 28, 2009Here is the iRule that doesn't work
when CLIENT_ACCEPTED {
Check if requested port is outside 6427, 6813, 6837, 10000 - 10100
if { [TCP::client_port] != 6427 or [TCP::client_port] != 6813 or [TCP::client_port] != 6837 or [TCP::client_port] < 10000 or [TCP::client_port] > 10100 }{
drop
}
}
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