12-15-2010 09:57 AM
I have an FTP transfer that fails after what appears to be exactly one hour through a transparent ACE. ACE is not natting to the rservers. When I put the server infront of the ACE, the transfer completes fine. Does anyone know what is causing this error?
Solved! Go to Solution.
12-16-2010 02:44 PM
Try creating a parameter-map type connection to increase the inactivity timeout. By default for TCP is 3600 sec.
It looks like this:
parameter-map type connection CONNECTION-PARAMETER
set timeout inactivity 7200
12-15-2010 11:16 AM
Hi Robert,
Are you using stickyness and ftp inspect ?
We're using a config similar to below and it works ok so hope this helps.
probe ftp FTP-21-PROBE
interval 2
passdetect interval 2
passdetect count 1
expect status 220 220
rserver host Server1
ip address x.x.x.x
inservice
rserver host Server2
ip address x.x.x.x
inservice
serverfarm host FTP-21-SF
probe FTP-21-PROBE
rserver Server1
inservice
rserver Server2
inservice
sticky ip-netmask 255.255.255.255 address source FTP-21-SG
timeout 60
replicate sticky
serverfarm FTP-21-SF
class-map match-all FTP-21-CM
2 match virtual-address x.x.x.x tcp eq ftp
policy-map type loadbalance first-match FTP-21-PM
class class-default
sticky-serverfarm FTP-21-SG
policy-map multi-match FTP-INPUT-POLICY
class FTP-21-CM
loadbalance vip inservice
loadbalance policy FTP-21-PM
loadbalance vip icmp-reply active
inspect ftp
12-16-2010 02:44 PM
Try creating a parameter-map type connection to increase the inactivity timeout. By default for TCP is 3600 sec.
It looks like this:
parameter-map type connection CONNECTION-PARAMETER
set timeout inactivity 7200
12-16-2010 02:58 PM
That was the fix. Thanks a lot
12-16-2010 11:28 PM
What version do you run ?
As long as traffic is going through the data channel, the FTP connection should not time out.
Gilles.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide