Forum Discussion
Brian_Thompson
Nimbostratus
Mar 19, 2009LTM Inline to function as basic Proxy
I need for my inline implementation of LTM to function as a web proxy for servers sitting behind it. I'm not sure if this is an iRule or not
But this is one of those issues that is so simple it is hard to find good resources on proper configs. I can't use redirects, because the hosts are sitting behind the F5, it will have to proxy the requests.
How do you accomplish this?
- dennypayne
Employee
Sounds like you just need to use a virtual server and a pool like any other config, unless I'm misunderstanding the question... - Brian_Thompson
Nimbostratus
yeah, the packet dumps I am taking show the requests hitting the VIP, and the "HOST: " header has the actual server the client needs to hit, the servers are physically inline with the BIGIP and the network they are on isn't routable in my core (where the client is), so how do I get the BigIP to connect to the correct host? - L4L7_53191
Nimbostratus
This is almost for sure overly simple for your setup, but it sounds like you're after something fairly simple. Here's an untested little chunk:when HTTP_REQUEST { LB::reselect [HTTP::host] 80 }
- Nat_Thirasuttakorn
Employee
If I understand correctly, you want LTM to perform proxy like function
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