Forum Discussion
Pete_Renaud_734
Nimbostratus
Apr 14, 2009Proxies and persistence
Source address persistence profiles don't work when a client traverses through a proxy. Is there some way to incorporate source address and source port in a iRule, basically to persist on the source port being used by the client?
- The_Bhattman
Nimbostratus
I believe you could do this by the following examples using Universal Persistencewhen CLIENT_ACCEPTED { persist uie [concat [IP::remote_addr] [TCP::remote_port]]
when CLIENT_ACCEPTED { persist uie [concat [IP::remote_addr] [UDP::remote_port]]
when CLIENT_ACCEPTED { persist uie [TCP::remote_port]
when CLIENT_ACCEPTED { persist uie [UDP::remote_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