Forum Discussion
Thanadon_Wattan
Nimbostratus
Oct 31, 2006need help: https 1 VS to multiple pools by client IP
I would like to send traffic to different pool for different client IP in https connection. but I have no idea that I can write i-rule like this :
when CLIENT_ACCEPTED {
if { ( [IP::client_addr] == 10.20.30.40 ) and
( [TCP::local_port] == 443 ) } {
use pool gateway_3260
} else {
use pool gateway_443
}
}
Is it possible to do same as http in https connection
or i need to write it different.
more information :-
virtual server port : 443
F5 should not break ssl connection between client & server
or ssl should not terminate at F5
Thank you in advance for any idea,comment and help.
or let me know if you need more information.
- hoolio
Cirrostratus
If you want to have BIG-IP load balance the traffic to a pool of servers, you should be able to set up a standard TCP VIP on port 0 (any) and use the rule you listed above to route traffic based on client IP address and the requested port.
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