<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ASA 5505 blocking inbound FTP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-blocking-inbound-ftp/m-p/1376729#M730612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. You are using .73 as inbound but your reply will go out&lt;/P&gt;&lt;P&gt;with the 74 that you are using in the global (Outside)&amp;nbsp; Port forwarding is not bi.directionl but the&lt;/P&gt;&lt;P&gt;normal static is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So If you have static (IN,OUT) X Y&amp;nbsp; your inside server will be accessed with the X ip and it will go to the internet with th X as well.&lt;/P&gt;&lt;P&gt;If you have static (IN,OUT) tcp X 21 Y 21 this will work only for inbound connections, this way will use the global that you have configured in you case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2010 21:22:45 GMT</pubDate>
    <dc:creator>Diego Armando Cambronero Arias</dc:creator>
    <dc:date>2010-02-11T21:22:45Z</dc:date>
    <item>
      <title>ASA 5505 blocking inbound FTP</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-blocking-inbound-ftp/m-p/1376725#M730555</link>
      <description>&lt;P&gt;I am trying to work on a ASA5505 that is preventing connection to a FTP server on the inside interface. I have gone through the config and config examples on the site, but I'm missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The server is at 192.168.3.205 internally. There are static maps and access list entries for ftp, ftp-data, and a range of ports (41100-41110) that were configured for passive FTP connections. Still, whenever you attempt to connect from outside, it just times out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the config (IPs and such obscured obviously). Any suggestions would be well appreciated to get this thing working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA5505 Config: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 7.2(2) &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname My-ASA&lt;/P&gt;&lt;P&gt;domain-name group.local&lt;/P&gt;&lt;P&gt;enable password xxxxxxxx&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.3.254 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 1.2.3.73 255.255.255.248 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd xxxxxxxx encrypted&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name group.local&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq ftp-data &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq ftp &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq www &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq https &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 5481 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 23232 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 24242 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 41100 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 41101 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 41102 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 41103 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 41104 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 41105 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 41106 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 41107 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 41108 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 41109 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.73 eq 41110 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.74 eq smtp &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.74 eq www &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.74 eq imap4 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.74 eq https &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.74 eq 993 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.74 eq 3389 &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.75 eq ftp-data &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.75 eq ftp &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.75 eq ssh &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.75 eq www &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.75 eq https &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.76 eq www &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.76 eq https &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.77 eq www &lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.77 eq https &lt;/P&gt;&lt;P&gt;access-list outside_cryptomap_20.20 extended permit ip any 192.168.133.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip 192.168.3.0 255.255.255.0 192.168.133.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list vpn_splitTunnelAcl standard permit 192.168.3.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;ip local pool vpn 192.168.133.10-192.168.133.50 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-522.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;nat-control&lt;/P&gt;&lt;P&gt;global (outside) 1 1.2.3.74&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 ftp-data 192.168.3.205 ftp-data netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 ftp 192.168.3.205 ftp netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 www 192.168.3.210 www netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 https 192.168.3.199 https netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 5481 192.168.3.3 5481 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 23232 192.168.3.210 ssh netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 24242 192.168.3.199 ssh netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 41100 192.168.3.205 41100 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 41101 192.168.3.205 41101 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 41102 192.168.3.205 41102 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 41103 192.168.3.205 41103 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 41104 192.168.3.205 41104 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 41105 192.168.3.205 41105 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 41106 192.168.3.205 41106 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 41107 192.168.3.205 41107 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 41108 192.168.3.205 41108 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 41109 192.168.3.205 41109 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.73 41110 192.168.3.205 41110 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.74 smtp 192.168.3.1 smtp netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.74 www 192.168.3.1 www netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.74 imap4 192.168.3.1 imap4 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.74 https 192.168.3.1 https netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.74 993 192.168.3.1 993 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.74 3389 192.168.3.2 3389 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.75 ftp-data 192.168.3.201 ftp-data netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.75 ftp 192.168.3.201 ftp netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.75 ssh 192.168.3.201 ssh netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.75 www 192.168.3.201 www netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.75 https 192.168.3.201 https netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.76 www 192.168.3.202 www netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.76 https 192.168.3.202 https netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.77 www 192.168.3.203 www netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.77 https 192.168.3.203 https netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 1.2.3.78 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server LDAP-AD protocol ldap&lt;/P&gt;&lt;P&gt;aaa-server LDAP-AD host 192.168.3.1&lt;/P&gt;&lt;P&gt; timeout 5&lt;/P&gt;&lt;P&gt; ldap-scope onelevel&lt;/P&gt;&lt;P&gt;group-policy vpn internal&lt;/P&gt;&lt;P&gt;group-policy vpn attributes&lt;/P&gt;&lt;P&gt; wins-server value 192.168.3.1&lt;/P&gt;&lt;P&gt; dns-server value 192.168.3.1&lt;/P&gt;&lt;P&gt; vpn-tunnel-protocol IPSec &lt;/P&gt;&lt;P&gt; split-tunnel-policy tunnelspecified&lt;/P&gt;&lt;P&gt; split-tunnel-network-list value vpn_splitTunnelAcl&lt;/P&gt;&lt;P&gt; default-domain value group.local&lt;/P&gt;&lt;P&gt;group-policy VPN-RA internal&lt;/P&gt;&lt;P&gt;username admin password xxxxxxxx encrypted privilege 15&lt;/P&gt;&lt;P&gt;username ra password xxxxxxxx encrypted&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.3.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac &lt;/P&gt;&lt;P&gt;crypto ipsec transform-set raVPN esp-aes-256 esp-md5-hmac &lt;/P&gt;&lt;P&gt;crypto dynamic-map dyn1 1 match address outside_cryptomap_20.20&lt;/P&gt;&lt;P&gt;crypto dynamic-map dyn1 1 set transform-set raVPN&lt;/P&gt;&lt;P&gt;crypto dynamic-map dyn1 1 set reverse-route&lt;/P&gt;&lt;P&gt;crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map&lt;/P&gt;&lt;P&gt;crypto map mymap 1 ipsec-isakmp dynamic dyn1&lt;/P&gt;&lt;P&gt;crypto map mymap interface outside&lt;/P&gt;&lt;P&gt;crypto isakmp enable outside&lt;/P&gt;&lt;P&gt;crypto isakmp policy 1&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption aes-256&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 43200&lt;/P&gt;&lt;P&gt;crypto isakmp policy 10&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption aes-256&lt;/P&gt;&lt;P&gt; hash sha&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; group 5&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto isakmp nat-traversal&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;tunnel-group vpn type ipsec-ra&lt;/P&gt;&lt;P&gt;tunnel-group vpn general-attributes&lt;/P&gt;&lt;P&gt; address-pool vpn&lt;/P&gt;&lt;P&gt; default-group-policy vpn&lt;/P&gt;&lt;P&gt;tunnel-group vpn ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt;telnet 192.168.3.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 192.168.3.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225 &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context &lt;/P&gt;&lt;P&gt;Cryptochecksum:4458ffc7d53415403e1ce4b0b328325b&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:08:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-blocking-inbound-ftp/m-p/1376725#M730555</guid>
      <dc:creator>jeremy.lebeau</dc:creator>
      <dc:date>2019-03-11T17:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 blocking inbound FTP</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-blocking-inbound-ftp/m-p/1376726#M730572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;Inspection ftp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 20:27:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-blocking-inbound-ftp/m-p/1376726#M730572</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-02-11T20:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 blocking inbound FTP</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-blocking-inbound-ftp/m-p/1376727#M730585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If for any reason that doesn't work try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.74 ftp-data 192.168.3.205 ftp-data netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.2.3.74 ftp 192.168.3.205 ftp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.74 eq ftp-data&lt;/P&gt;&lt;P&gt;access-list 101 extended permit tcp any host 1.2.3.74 eq ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 20:35:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-blocking-inbound-ftp/m-p/1376727#M730585</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-02-11T20:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 blocking inbound FTP</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-blocking-inbound-ftp/m-p/1376728#M730598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I think that worked. I took out the access-list rules and static maps to the .73 address and put them back in for the .74 and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions why? Because outbound traffic is coming from the .74 address so it mismatches when the ftp server replies?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 21:04:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-blocking-inbound-ftp/m-p/1376728#M730598</guid>
      <dc:creator>jeremy.lebeau</dc:creator>
      <dc:date>2010-02-11T21:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 blocking inbound FTP</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-blocking-inbound-ftp/m-p/1376729#M730612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. You are using .73 as inbound but your reply will go out&lt;/P&gt;&lt;P&gt;with the 74 that you are using in the global (Outside)&amp;nbsp; Port forwarding is not bi.directionl but the&lt;/P&gt;&lt;P&gt;normal static is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So If you have static (IN,OUT) X Y&amp;nbsp; your inside server will be accessed with the X ip and it will go to the internet with th X as well.&lt;/P&gt;&lt;P&gt;If you have static (IN,OUT) tcp X 21 Y 21 this will work only for inbound connections, this way will use the global that you have configured in you case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 21:22:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-blocking-inbound-ftp/m-p/1376729#M730612</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-02-11T21:22:45Z</dc:date>
    </item>
  </channel>
</rss>

