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 14, 2013We do have firewalls in our environment, which I don't have access to. As to IP filters, I'm not sure where I'd look for that.
With the VIP in place, I can access the base URL directly. The second VIP's url I can also access directly, without the redirect.
virtual myvip-443 {
snat automap
pool myvip-443
destination "ipaddress1":https
ip protocol tcp
rules myvip-rules
persist source_addr
profiles {
http {}
serverssl {
serverside
}
myvip-client {
clientside
}
tcp {}
}
}
VIP on other side.
virtual othervip-8443 {
snat automap
destination "ipaddress2::pcsync-https
ip protocol tcp
rules otherrules-443
persist cookie
profiles {
Othervip-client {
clientside
}
http {}
serverssl {
serverside
}
tcp {}
}
}
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