Forum Discussion
BIG IP LTM - Multiple application on single VIP with multiple ports allowed.
HEllo ,
You can configure a virtual server to listen on a range of ports, or a list of specific ports, instead of a single port. Currently, this must be done using iRules. For security reasons, when you configure an iRule to specify a range of ports, or a list of specific ports, for a virtual server, you should use the reject iRules command because it triggers the BIG-IP LTM system to reject connections that do not fall within the specified range of ports, or matches the specific ports listed.
when CLIENT_ACCEPTED {
if {([TCP::local_port] >= <start port> && [TCP::local_port] <= <end port> ) } {
return )
else reject
}
BR
Aswin
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
