08-26-2008 05:27 AM
Hi,
Can anyone share experiences or any info relating to issues that might be encountered when load-balancing sftp protocol?
The goal is to distribute inbound file deposits evenly across SFTP servers.
High-level Overview
Clients -> Internet -> Tier-1 Firewall -> ACE Load-balancer -> SFTP Servers
Many Thanks
08-26-2008 10:30 AM
SFTP is nothing but SSH. It uses a single connection. There are no issues loadbalancing it using traditional Layer 4 load balancing.
So you are good.
On the other hand FTP over SSL (FTPS) can neither offloaded nor loadbalanced using ACE.
FTPS uses multiple channels and Since the control channel is encrypted, ACe is not able to get the port numbers for the data connections.
HTH
Syed Iftekhar Ahmed
05-18-2012 03:12 PM
I would greatly appreciate if you can provide the following documents or links leading to any of these. I have been trying to configure ACE load balancing for SFTP and FTPS protocol.
You sttaed that FTPS can not be load balanced using ACE. Any official doc for this from Cisco.
Really appreciate it!
05-18-2012 11:38 PM
Use a L3 VIP with a sticky group based on source IP and use L4 load balancing; it may work only with FTPS in passive mode.
05-22-2012 12:05 PM
How about FTPS in Active mode. That is what I am trying to achieve.
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