Forum Discussion
rodrigo_Benzaqu
Nimbostratus
Jun 06, 2005Loosing IP from the client
Hi Guys, I have a rule that checks if the URL start with FD, and if it match, send the traffic to a specific pool.
rule FD_FETCH {
when HTTP_REQUEST {
if { [HTTP::uri]...
drteeth_127330
Jun 06, 2005Historic F5 Account
If you're trying to preserve the client IP in the connection to the back-end server, then be sure to set the oneconnect source mask to 255.255.255.255. This means that only connections originating from the same client IP will be reused. Of course, this greatly reduces the efficacy of OneConnect. If an HTTP header containing the original IP is sufficient, then you can enable the HTTP profile option for inserting an x-forwarded-for header instead. No iRule is required.
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