View Single Post
  #15 (permalink)  
Old 2006-12-11
membree membree is offline
Junior Member
 
Join Date: 2006-05-01
Location: Halifax, Nova Scotia, Canada
Posts: 6
Rep Power: 0
membree has an average reputation (10+)
Default Re: FTP over SSL fails with VPN-1/FireWall-1

FTP over TLS is not recognizable as FTP by VPN-1 because the control traffic is encrypted. The solution is to create a FTP control service but do not specify a Protocol Type, or specify the type "FTP_BASIC", and explicitly allow any required data ports.

Since the firewall can't decrypt FTPS control traffic, it can't dynamically allow the required ports for FTP data inbound or outbound so we only allow PASV FTPS and have configured our FTPS servers for a specific range of PASV DATA ports that are explicitly allowed by the rule.


The new FTPS standard is very Firewall unfriendly, it is too bad that the opportinity wasn't taken to fix the FTP protocol so that it was firewall friendly.
Reply With Quote