Forum Discussion
Mia_27938
Nimbostratus
Mar 23, 2016Redirect FTP traffic which used random port.
Hi All,
I want to redirect FTP traffic which used random wild ports to specific ftp_pool. I am trying to create a iRule like this;
when CLIENT_ACCEPTED {
TCP::collect
}
when CLIENT_DATA {
set payload [TCP::payload]
binary scan $payload cSS rtype sslver rlen
if { $payload contains "????????" } {
pool ftp_pool
}
TCP::release
}
I think...I need to assign some value to "????????" Anybody have a iRule or the link related?
Thanks Mia.
1 Reply
- iaine
Nacreous
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