Forum Discussion
Chuck_Adkins_13
Nimbostratus
Mar 20, 2006presist across two VIPs - SSL and clear - advise
Pretty basic setup where client connections with two connections - one ssl and one clear - and I want them to persist to the same node (obviously different ports). I am thinking that others must be d...
Chuck_Adkins_13
Nimbostratus
Mar 21, 2006this is working:
when HTTP_REQUEST {
log local0. "starting rule"
set LB_CL_NODE [HTTP::header "NodeAddress"]
log local0. "node is $LB_CL_NODE"
pool some_pool member $LB_CL_NODE
log local0. "sending to $LB_CL_NODE"
}
The NodeAddress header is actually "ip.add.re.ss:port". I am thinking I should be able to set persist so that this check isnt performed for every packet
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