Forum Discussion
pallocca_73085
Nimbostratus
Nov 17, 2010wildcard VS with iRule to limit TCP ports it accepts
Instead of creating five VS listening on five different ports I want to create a single "wildcard" VS accepting all ports and use an iRule to limit the ports the VS accepts. 1st. is this a ...
DeVon_Jarvis
Altostratus
Nov 17, 2010This is a good way to go if you need a bunch of ports open. Here is a rule we use...
when CLIENT_ACCEPTED {
if { not ([TCP::local_port] == 4021 || ([TCP::local_port] >= 40000 && [TCP::local_port] <= 41000)) } {
reject
}
}
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