Forum Discussion
JT_144596
Aug 19, 2015Nimbostratus
forwarding virtual server, with a port range?
Hi,
I have used forwarding virtual servers in various ways but i have a reqt to forward traffic with a port range.
For example, traffic will be going to a network destination but will be request...
Robert_Luechte2
Aug 19, 2015Cirrus
You should be able to do this by setting up a wildcard forwarding virtual server and then applying an iRule to restrict the ports allowed. Something like this:
when CLIENT_ACCEPTED {
if { ([TCP::local_port] < 10000) || ([TCP::local_port] > 12000) } {
drop
}
}
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