Forum Discussion
Fernando_33356
Nimbostratus
15 years agopersistence when connecting to specific websites
Hi,
my LTM balances traffic to two different routes to go to the Internet usig to different public IP addresses. When a client connect to his webmail application is been disconnected because the...
Chris_Miller
Altostratus
15 years agoTry this:
when HTTP_REQUEST
{ if { [HTTP::host] equals $::sites_with_persistence }
{ persist add source_addr 255.0.0.0 900
persist source_addr }
else { persist none } }
Something like this anyways. You need to use persist add to add an entry to the persistence table and then use persist source_addr to look at the table and persist off of it.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