How to allow active FTP on a Cisco ASA

How to allow active FTP on a Cisco ASA.

This took me forever to figure out for some reason:

class-map inspection_default
 match default-inspection-traffic
!
!
policy-map asa_global_fw_policy
 class inspection_default
 inspect ftp
!
service-policy asa_global_fw_policy global

Link: http://www.elifulkerson.com/articles/cisco-asa-ftp-fixup-snippet.php

Tags: , ,

10.Feb.09 geek View Comments