Forum Discussion
veato
Oct 01, 2015Nimbostratus
Opening a Port Range
This may be quite simple for the BIGIP pros but I'm not sure of the best way to do what I need.
I have an FTP site in IIS with a data channel port range defined (30000-30300) and the IP address ...
IheartF5_45022
Nacreous
I would try a network forwarding virtual server with an iRule similar to this attached;-
when CLIENT_ACCEPTED {
if {!([TCP::local_port] >= 30000 && [TCP::local_port] <= 30300)} {
reject
}
}
veato
Oct 01, 2015Nimbostratus
As I also have a virtual server for 443 traffic to the same server would this iRule intefere with that and reject the 443?
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