Forum Discussion
meenny_60187
Nimbostratus
Nov 25, 2013Load Balance HTTP Redirections
Can someone help me out here? I am trying to redirect a front end internal URL to a couple of servers on different ports via round robin. However, I don't want it to redirect to a server or port th...
Jason_40733
Cirrocumulus
Nov 25, 2013Add each of those server+port combos as a pool member. Put a good health check monitor on them that validates they are up correctly.
server1:9081 server1:9082 server2:9083 server2:9084
Example in version 11
ltm pool /Common/POOL_RANDOM_PORTS {
description "Multiple servers Multiple Ports"
members {
/Common/10.10.10.1:9081 {
address 10.10.10.1
}
/Common/10.10.10.1:9082 {
address 10.10.10.1
}
/Common/10.10.10.2:9084 {
address 10.10.10.2
}
/Common/10.10.10.2:9084 {
address 10.10.10.2
}
}
monitor /Common/http
}
meenny_60187
Nimbostratus
Nov 25, 2013I guess I should also add that the server URL is expecting a path in the URI in order for the page to load.
server1:9081 (does not work. web page won't load)
server1:9081/string (works)
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