Forum Discussion
Herman2024
Cirrostratus
Jan 26, 2026Can one create one virtual server with two pool members with multiple services running on it?
Hi, we have servers with multiple services running on it. Can we just create one virtual server with a customized port list. Can create a tcp port list under shared object? Can someone please advise?...
- Jan 26, 2026
something like this might work
when CLIENT_ACCEPTED { switch -- [TCP::local_port] { 80 { pool pool_80 } 8080 { pool pool_8080 } 8443 { pool pool_8443 } default { reject } } }
Herman2024
Cirrostratus
Jan 26, 2026Hi Injeyan_Kostas , only different service port, same hostname. Thanks.
Injeyan_Kostas
Nacreous
Jan 26, 2026something like this might work
when CLIENT_ACCEPTED {
switch -- [TCP::local_port] {
80 {
pool pool_80
}
8080 {
pool pool_8080
}
8443 {
pool pool_8443
}
default {
reject
}
}
}
- Herman2024Jan 26, 2026
Cirrostratus
Thanks Injeyan_Kostas so much!
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