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 ...
hoolio
Cirrostratus
Nov 17, 2010Here you go:
when CLIENT_ACCEPTED {
Check the client's destination port to see if it's allowed
switch [TCP::local_port] {
443 -
1352 -
1533 -
8082 -
8088 {
Do nothing as the default action will be to use the VS's default pool
}
default {
drop
}
}
}
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