Forum Discussion
Livius
Cirrus
Jun 14, 2018VIP listening on a port range
Hi,
I have the following scenario.
F5: VIP with port range UDP 60007-60029
Pools : same members, with same port range 6007-60029 UDP mapped as follows:
VIP1 : IP1:60007 - POOL : member...
youssef1
Cumulonimbus
Jun 14, 2018Hi I think is a good way.
You can create just one VS with a wildcard port (your pool memeber have to be set in wildcard port too).
If you set a monitor you have to set it in transparent mode.
And create an irule in order to authorize the intended port...
when CLIENT_ACCEPTED {
if { [TCP::local_port] >= 60007 && [TCP::local_port] <= 60029 } {
do nothing
} else {
reject
}
}
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
