Forum Discussion
zeng_weiliang_2
Nimbostratus
Jun 04, 2007two clients use the same source address persistence table
The traffic is shown as the attachment.
First time, client access one VS on BIGIP, the request is sent to one node, after client receive the response date of server, will access the auth server, after auth, the auth server will connect to the second VS on BIGIP, but we need the traffic must be sent to the node that client connects to on the first time, how can I set the iRule to slove it? BTW, we can insert the client ip into the request that auth server sent to BIGIP.
- Colin_Walker_12Historic F5 AccountIf you can set the client IP to be inserted into a header in the auth server's request, then this should be possible and even pretty straight-forward. That also leads me to believe that we're going to be dealing with HTTP requests here. If that's an incorrect assumption, let me know and I'll re-work my suggestions below.
when CLIENT_ACCEPTED { persist uie [IP::client_addr] }
when HTTP_REQUEST { persist uie [HTTP::header CLIENT_IP_HEADER] node [persist lookup uie [HTTP::header CLIENT_IP_HEADER] node] }
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