Forum Discussion
SysTopher
Nimbostratus
Jun 13, 2016F5 VIP forward to backend on certain ports
Hey everyone,
I'm looking to accomplish something, but not sure how yet. I've got two virtual servers that are configured for the same IP address, but different ports. I'm proxying these conne...
Yann_Desmarest
Cirrus
Jun 13, 2016You can also use a datagroup instead of just a static ip addr :
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals NOT_PROXYIED_CLIENT] } {
SSL::disable
HTTP::disable
node y.y.y.y 80
}
}
- Vijay_EJun 21, 2016
Cirrus
I haven't read the complete requirements but to add to Yann's previous iRule, I would recommend using a separate pool with the right member in it instead of the node command as it can break persistence, if required and I have seen it cause issues when migrating between code versions.
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