Forum Discussion
Fernando_33356
Nimbostratus
Jul 23, 2010persistence 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
Jul 23, 2010Try 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.Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
