Forum Discussion
EBS_Support_258
Nimbostratus
Dec 06, 2007How to use IRule to determine client ip after pass through Proxy
Hi All,
I'm very new to F5 products and thus know only a little about iRules.
I use this irule to load balance my HTTP traffic
(x.x.x.x) is IP for exclusive that will us...
Nicolas_Berthie
Dec 06, 2007Historic F5 Account
Bluecoat proxy can add X-Forwarded-For header that is "de facto" standard header to insert real client IP address. If header inserted is "X-Remote-Addr" you can use this iRule :
when HTTP_REQUEST {
if { [HTTP::header "X-Remote-Addr"] equals "x.x.x.x"}
{
pool Pool_A
}
else
{
pool Pool_B
}
}
Hope this help.
Regards,
Nicolas
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
