Forum Discussion
Ja332_355911
Nimbostratus
Mar 16, 2018Redirect 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....
dluzzi
Nimbostratus
Mar 16, 2018If 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
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