Forum Discussion
foobar01010101_
Nimbostratus
Sep 13, 2013Adding Port Range For Members
Hello,
I am attempting to add pool members that are listening/balancing on multiple ports while the VIP listens on a single port. e.g.:
VIP:2000
node1:2000
node1:2001
node1:2002
...
StephanManthey
Nacreous
Sep 13, 2013How about configuring your poolmembers to port :0?
With an iRule you can modify the destination port. Here is a working example:when LB_SELECTED {
if {[LB::server port] == 0} {
LB::reselect
node [LB::server addr] 80
}
}
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