Forum Discussion
STRIDER_88405
May 13, 2011Nimbostratus
Xforwarded Property
Hi All;
I am trying to implement LB on Avaya Call Center Systems (Voice Portal & IVR Applications) There is one LB in front of two IBM WebSphere Application Servers (v6.1.0.21). There are sp...
hooleylist
May 13, 2011Cirrostratus
Hi Huseyin,
You can log the X-Forwarded-For value using an iRule to make sure it's being inserted:
when HTTP_REQUEST priority 501 {
log local0. "XFF's: [HTTP::header values X-Forwarded-For]"
}
I wonder if Avaya can't handle multiple XFF header values. If that's the case, you could have LTM remove any existing XFF headers using a custom HTTP profile with the header to remove set to X-Forwarded-For and the header to insert set to X-Forwarded-For: [IP::client_addr].
If that's not it and you see the XFF being inserted from LTM, I'd try contacting Avaya again.
Aaron
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