Forum Discussion
Shazee
Altocumulus
Oct 04, 2019configure virtual server in LTM interface IP
Configuring a BIGIP LTM in AWS where the AWS architects does not guarantee any reservation of IP address. Even the management address and self ip address. Is there a possibility to configure all...
Oct 04, 2019
Hi Shazeetcs,
You can use iRule for incoming port .
K6018: Configuring a BIG-IP virtual server to listen on a port range:
https://support.f5.com/csp/article/K6018
when CLIENT_ACCEPTED {
if {([TCP::local_port] >= 9000) || ([TCP::local_port] <= 9002)} {
pool pool_abc
} elseif {([TCP::local_port] == 9090)} {
pool pool_xyz
}
else {
reject
}
}Shazee
Altocumulus
Oct 05, 2019Thank you,, ill check this and update further
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
