Forum Discussion
AndOs
Oct 05, 2016Cirrostratus
Connection events for ftp data channel
Hi!
I'm making an irule for an ftp service that's load balanced.
The VIP is using the standard ftp profile.
But I'm not seeing any connection events triggering when the data channel is created.
Using this simplified irule just logs the first connection to the control channel (port 21), not anything when client connects to VIP for PASV or server connecting to LTM responding to a PORT command.
when CLIENT_ACCEPTED {
set client_ip [IP::client_addr]
set client_port [TCP::client_port]
set vip_addr [IP::local_addr]
set vip_port [TCP::local_port]
log local1. "$client_ip:$client_port -> $vip_addr:$vip_port"
}
Is there any way to get CLIENT_ACCEPTED triggering for the data channel?
Thanks
No RepliesBe the first to reply
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