Forum Discussion
Faizan
Nimbostratus
Oct 06, 2020Source port based load balancing using the persistence least connection
We have 1400 client with define source port from 8000 to 10000 and destination is 2 server for example (x.x.x.x and y.y.y.y) We need irules for 8000 to 8500 source port load balance to x.x.x.x serv...
Oct 06, 2020
Hi Faizan,
You can use less or grater oparators.
when CLIENT_ACCEPTED {
if { [TCP::client_port] >= 8000 && [TCP::client_port] <= 8500 } {
pool pool1
} elseif ...
- FaizanOct 07, 2020
Nimbostratus
Hi Eaa,
Thanks for helping me.
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