Forum Discussion
Redirect traffic Proxy
Hello,
I have a LTM working as a gateway of a network.
I want all traffic with destination to some port be redirected to a explicit proxy.
For example, a connection with destination 1.23.2.4 tcp/80 be redirected to proxy 192.168.1.1 tcp/8080, so F5 must redirect the connection to 192.168.1.1/8080. I think that with data "CONNECT 1.23.2.4 80 + original content".
I don't know if is possible to do this, anybody knows?
Thanks. Thanks.
- dluzzi
Nimbostratus
If your trying to redirect to different pools you can use an irule similar to this:
rule IP_Address{ when CLIENT_ACCEPTED { if{[[IP::remote_addr] equals "1.2.3.4"]}{ pool 192_pool} else{ pool default_pool} } }
Pool 192_pool would contain host 192.168.1.1:8080
Recent Discussions
Related Content
* 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