Forum Discussion
kunalPatel_3157
Cirrus
Jun 25, 2018How can I select pool through FQDN for other ports than 80.
Limiting the use of public IP addresses
I have done something new in our production Environment to save public IP address like url server1.xyz.com and server2.xyz.com both will have same DNS e...
Anesh
Cirrostratus
Jun 25, 2018The tcp payload will not have the FQDN, why not make decisions based on port, for non http events like below
when CLIENT_ACCEPTED {
if { [TCP::local_port] equals "22" } {
pool test_22_pool
} elseif { [TCP::local_port] equals "5666"} {
pool test_5666_pool
}
}
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
