Forum Discussion
amit_128525
Nimbostratus
Mar 14, 2013irule for port redirection not working
Hello all ,
My first question here :-)
I have a public url which works on tcp port 4000 what we are trying to do is use port 80 instead of 4000 , I have created Irule in f5 BIG-IP 1...
Kevin_Stewart
Employee
Mar 15, 2013Just a suggestion, but if you establish pools based on port number then you can apply some pretty robust monitors. So if you check the Host header in the HTTP_REQUEST event you can simply send the traffic to the different pools.
when HTTP_REQUEST {
switch [string tolower [HTTP::header Host]] {
"testapp1.domain.com" { pool app_4000_pool }
"testapp2.domain.com" { pool app_8000_pool }
default { pool default_pool }
}
}
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