Forum Discussion
Marvin_129795
Jul 05, 2018Nimbostratus
Share source address persistence accross different VS, pools using unique IP addresses
I am looking for a way to share the source address persistence across virtual servers with different IP addresses and different pools assigned using different IP addresses. Likewise the build in func...
Marvin
Jul 05, 2018Cirrocumulus
I think I got it only with hardcoded IP addresses and only using this Irule on the VS2
when LB_SELECTED {
log local0. "client = [IP::client_addr]:[TCP::client_port]"
log local0. "\[persist lookup source_addr [IP::client_addr]\] = [persist lookup
source_addr [IP::client_addr]]"
if { [persist lookup source_addr [IP::client_addr] node] eq "10.0.0.1" } {
LB::reselect node 10.0.0.3 80
log local0. "client = [IP::client_addr] Re-loadbalancing to [LB::server]"
}
}
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