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 ...
The_Bhattman
Nimbostratus
Apr 15, 2009I believe you could do this by the following examples using Universal Persistence
Both Client and source port
when CLIENT_ACCEPTED {
persist uie [concat [IP::remote_addr] [TCP::remote_port]]
or
when CLIENT_ACCEPTED {
persist uie [concat [IP::remote_addr] [UDP::remote_port]]
or
Just the source ports
when CLIENT_ACCEPTED {
persist uie [TCP::remote_port]
or
when CLIENT_ACCEPTED {
persist uie [UDP::remote_port]
Hope this helps
CB
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
