Forum Discussion
wbbigdave_97776
Nimbostratus
Oct 02, 2012Using an iRule to redirect traffic to different Virtual Servers
Hi,
I wondered if it was possible to redirect incoming connections to a single virtual server to different virtual servers on the LTM?
Basically we want one VS to rule them al...
Richard__Harlan
Oct 02, 2012Historic F5 Account
you could do something like the following
when CLIENT_ACCEPTED {
if {[TCP::remote_port] == 80} {
virtual HTTP_virtual
}
}
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