Forum Discussion
yuanqiang_22112
May 14, 2016Nimbostratus
A large number of port mapping
Hello everyone
I have a server needs to be mapped,the server ports range is " 9000-9999 ",I need add too many members for pool and configure Virtral Server . I think it's too hard to do this ...
- May 14, 2016
Hello,
You can build a VS and pool members that listen on any port.
Then, you assign an irule to allow connection to the VS for tbe port range only.
Or you can use the iControl API to deploy each pool, pool members and VS for each listening port
Yann_Desmarest_
May 14, 2016Nacreous
You can use an irule like the one below :
when CLIENT_ACCEPTED { if { ! ([TCP::local_port] > 9000 and [TCP::local_port] < 9999) } { reject } }
- yuanqiang_22112May 15, 2016Nimbostratusthank you
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