<?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 NAT issues in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-nat-issues/m-p/1220801#M841022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you are trying to allow inbound access to your server fixitserv1 correct. Your static NAT is correct however the access list needs to allow inbound access to the PUBLIC IP rather than to the private 192.X.X.X. You access list needs to be modified as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host 203.222.69.26 eq smtp&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host 203.222.69.26 eq https&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host 203.222.69.26 eq ftp&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host 203.222.69.26 eq ftp-data&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host 203.222.69.26 eq www&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit gre any any&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit icmp any any echo &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to the ICMP part you might need to enable icmp inspection which is disabled by default on the global policy map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# policy-map global_policy &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config-pmap)# class inspection_default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config-pmap-c)# inspect icmp &lt;/P&gt;&lt;P&gt;hostname(config-pmap-c)# inspect icmp error &amp;lt;- you might not need this one&lt;/P&gt;&lt;P&gt;hostname(config-pmap-c)# exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From enabled mode type clear xlate and test it again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps  ..  please rate helpful posts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2009 10:26:16 GMT</pubDate>
    <dc:creator>Fernando_Meza</dc:creator>
    <dc:date>2009-05-19T10:26:16Z</dc:date>
    <item>
      <title>ASA NAT issues</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issues/m-p/1220800#M841021</link>
      <description>&lt;P&gt;Hi..  We are having real problems trying to get NAT to work on our ASA.  I have 2 problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. With the below config I cannot ping out to an internet address of though I can browse the internet?&lt;/P&gt;&lt;P&gt;2. I cannot reach port 25 or any other Port.  They are allow though my acl's.. is there something wrong with the way I have set up NAT??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;domain-name default.domain.invalid&lt;/P&gt;&lt;P&gt;enable password AHg/jZkGOJYyOC6O encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;name 192.168.1.4 fixitserv1&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.1.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; pppoe client vpdn group 1&lt;/P&gt;&lt;P&gt; ip address pppoe setroute&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;!&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 2KFQnbNIdI.2KYOU 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 default.domain.invalid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; icmp-object echo&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host fixitserv1 eq smtp&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host fixitserv1 eq https&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host fixitserv1 eq ftp&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host fixitserv1 eq ftp-data&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host fixitserv1 eq www&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit gre any any&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit icmp any any echo&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&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;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 interface&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) 203.222.69.26 fixitserv1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-group ACLOUTSIDE in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 203.222.69.26 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;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.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;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;vpdn group 1 request dialout pppoe&lt;/P&gt;&lt;P&gt;vpdn group 1 localname &lt;A href="mailto:fixit-it2@connexus.net.au" target="_blank"&gt;fixit-it2@connexus.net.au&lt;/A&gt;&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp authentication chap&lt;/P&gt;&lt;P&gt;vpdn username fixit-it2.connexus.net.au password ********* store-local&lt;/P&gt;&lt;P&gt;vpdn username &lt;A href="mailto:fixit-it2@connexus.net.au" target="_blank"&gt;fixit-it2@connexus.net.au&lt;/A&gt; password *********&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&lt;/P&gt;&lt;P&gt;  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;  inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  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:a5bec26d26a65c047c5106b595fc949c&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:33:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issues/m-p/1220800#M841021</guid>
      <dc:creator>andypearce33</dc:creator>
      <dc:date>2019-03-11T15:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: ASA NAT issues</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-issues/m-p/1220801#M841022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you are trying to allow inbound access to your server fixitserv1 correct. Your static NAT is correct however the access list needs to allow inbound access to the PUBLIC IP rather than to the private 192.X.X.X. You access list needs to be modified as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host 203.222.69.26 eq smtp&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host 203.222.69.26 eq https&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host 203.222.69.26 eq ftp&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host 203.222.69.26 eq ftp-data&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit tcp any host 203.222.69.26 eq www&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit gre any any&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list ACLOUTSIDE extended permit icmp any any echo &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to the ICMP part you might need to enable icmp inspection which is disabled by default on the global policy map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# policy-map global_policy &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config-pmap)# class inspection_default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config-pmap-c)# inspect icmp &lt;/P&gt;&lt;P&gt;hostname(config-pmap-c)# inspect icmp error &amp;lt;- you might not need this one&lt;/P&gt;&lt;P&gt;hostname(config-pmap-c)# exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From enabled mode type clear xlate and test it again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps  ..  please rate helpful posts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 10:26:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-issues/m-p/1220801#M841022</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2009-05-19T10:26:16Z</dc:date>
    </item>
  </channel>
</rss>

