Forum Discussion
atoth
Cirrus
May 11, 2013Doing redirects from VIPs on one loadbalancer to VIPs on another.
I might not need the solution to this problem anymore, but this has been driving me crazy for the past week.
I've got a VIP on load balancer which has and irule. With a certain URI, it redirect...
atoth
Cirrus
May 16, 2013Had a coworker look at it. Figured out what went wrong. I needed to do a SNAT statement like so.
when HTTP_REQUEST {
if {[HTTP::uri] contains "/foo/BAR" }
snat "ip address of my-vip"
pool my-vip-redirect
} else {
pool my-vip
}
}
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