<?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 NAT ASA5512 8.6(1)2 in and out in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-asa5512-8-6-1-2-in-and-out/m-p/2275980#M391839</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;If I am not mistaken then atleast one big problem is the source interface in the other NAT configuration command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (Inside,Outside) source static DeltaPhoneSystem DeltaPhonePublic no-proxy-arp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet you have this &lt;STRONG&gt;"object network"&lt;/STRONG&gt; and &lt;STRONG&gt;"route"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DeltaPhoneSystem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.1.96.225&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route P2P 10.1.96.0 255.255.255.0 10.2.99.1 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So seems to me that your NAT configuration should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (P2P,Outside) source static DeltaPhoneSystem DeltaPhonePublic no-proxy-arp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just as a side note, I personally prefer to configure Static NAT with Network Object NAT. With those configurations your Static NAT configurations would look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DeltaPhoneSystem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.1.96.225&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (P2P,Outside) static 76.320.333.51&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network AdminPhoneSystem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; host 10.1.99.225&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; nat (Inside,Outside) static 76.320.333.48&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also one very important note, if you are using multiple public subnets on your ASA "Outside" interface then the way this is implemented by your ISP has a lot of meaning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If the ISP has configured one public subnet between its gateway device and your ASA and routed the other subnet(s) towards the ASAs &lt;STRONG&gt;"Outside"&lt;/STRONG&gt; interface IP address then there is no problem.&lt;/LI&gt;&lt;LI&gt;If the ISP has configured both (or all) public subnets on their gateway interface (others as "secondary" subnets) then you will (to my understanding) run into a problem with ARP with nonconnected networks on the ASA.&lt;UL&gt;&lt;LI&gt;To correct this you would require you to either change the setup to the first option with the ISP or update your ASA software to 9.0(2) or possibly 9.1(2) to get access to the command &lt;STRONG&gt;"arp permit-nonconnected"&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the section from the patch notes that also explains the commands purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" id="wp694512table694507" width="80%"&gt;
&lt;TBODY&gt;
&lt;TR align="left" valign="top"&gt;
&lt;TD&gt;
&lt;P&gt; ARP cache additions for non-connected subnets &lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;&lt;A name="wp694584"&gt;&lt;/A&gt;
&lt;P&gt; The ASA ARP cache only contains entries from directly-connected subnets&amp;nbsp; by default. You can now enable the ARP cache to also include&amp;nbsp; non-directly-connected subnets. We do not recommend enabling this&amp;nbsp; feature unless you know the security risks. This feature could&amp;nbsp; facilitate denial of service (DoS) attack against the ASA; a user on any&amp;nbsp; interface could send out many ARP replies and overload the ASA ARP&amp;nbsp; table with false entries. &lt;/P&gt;
&lt;A name="wp694592"&gt;&lt;/A&gt;
&lt;P&gt; You may want to use this feature if you use: &lt;/P&gt;
&lt;A name="wp694593"&gt;&lt;/A&gt;
&lt;P&gt; •&lt;IMG border="0" height="2" src="http://www.cisco.com/en/US/i/templates/blank.gif" width="19" /&gt;Secondary subnets. &lt;/P&gt;
&lt;A name="wp694594"&gt;&lt;/A&gt;
&lt;P&gt; •&lt;IMG border="0" height="2" src="http://www.cisco.com/en/US/i/templates/blank.gif" width="19" /&gt;Proxy ARP on adjacent routes for traffic forwarding. &lt;/P&gt;
&lt;A name="wp694595"&gt;&lt;/A&gt;
&lt;P&gt; We introduced the following command: &lt;STRONG&gt;arp permit-nonconnected&lt;/STRONG&gt;. &lt;/P&gt;
&lt;A name="wp694597"&gt;&lt;/A&gt;
&lt;P&gt; &lt;EM&gt;Also available in 8.4(5).&lt;/EM&gt; &lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to take a look at a NAT 8.3+ document I made here on the CSC then follow this link&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-31116"&gt;https://supportforums.cisco.com/docs/DOC-31116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully the above helps with your problem &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark the reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Jun 2013 06:04:12 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-06-23T06:04:12Z</dc:date>
    <item>
      <title>NAT ASA5512 8.6(1)2 in and out</title>
      <link>https://community.cisco.com/t5/network-security/nat-asa5512-8-6-1-2-in-and-out/m-p/2275979#M391838</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first post so please forgive me if I miss something. I have an ASA5512 running 8.6(1)2 that I am trying to NAT a public IP address from my ISP to multiple phone systems on the inside of my network. One of these phone systems is at the same site as the ASA5512 and I have no problems getting this one to work with my current config. The problem comes when I apply the same type of NAT rule that works at the main site to allow NAT to the other sites. These sites are connected via a point-to-point system from our ISP. The point-to-point does not seem to be an issue as I can ping any device at our other sites and I can RDP into computers and servers at the others sites. I can also call internally between sites but when I try to call the other sites from my cell I cant get through. Also when I forward one of the extensions at the others sites to my cell and then call internally I do not get an outside line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the config below you can see that Ive applied the same NAT and ACL rules to the adminphonesystem and the deltaphonesystem objects. The adminphonesystem can make calls and recieve them with no issues. The deltaphonesystem cannot make or recieve calls from outside our network. Only internal calls are working for the deltaphonesystem. Ive done packet traces in every which way and corrected any issues that I have found with no fix to the problem. So I cleaned up my config and posted it here. Really hope someone can give me a few pointers in getting this problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On another note I have a Cisco ASA5505 with smartnet support. So i throw it in place of the 5512 and call cisco support. A tech calls me back and we get everything working perfectly on the 5505 with a few simple rules. I say thank you and have a nice. Then I throw the 5512 back in and replicate the rules from the 5505 that were working. Both of these units are using the new NAT setup that was released after 8.3. To my surprise the 5512 doesnt work even though I have the same rules as the 5505. If anyone can answer that side question please do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 8.6(1)2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname AdminASA&lt;/P&gt;&lt;P&gt;domain-name&lt;/P&gt;&lt;P&gt;enable password encrypted&lt;/P&gt;&lt;P&gt;passwd encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&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 76.320.333.43 255.255.255.224&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&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 10.1.99.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/3&lt;/P&gt;&lt;P&gt; nameif P2P&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.2.99.2 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/4&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/5&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;clock timezone MST -7&lt;/P&gt;&lt;P&gt;clock summer-time MDT recurring&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name corp.centermh.org&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;object network DeltaNetwork&lt;/P&gt;&lt;P&gt; subnet 10.1.96.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network GunnisonNetwork&lt;/P&gt;&lt;P&gt; subnet 10.1.97.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network MiamiNetwork&lt;/P&gt;&lt;P&gt; subnet 10.1.98.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network NuclaNetwork&lt;/P&gt;&lt;P&gt; subnet 10.1.93.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network TellurideNetwork&lt;/P&gt;&lt;P&gt; subnet 10.1.94.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network AdminPhoneSystem&lt;/P&gt;&lt;P&gt; host 10.1.99.225&lt;/P&gt;&lt;P&gt; description Inside IP Address of Admin Phone System&lt;/P&gt;&lt;P&gt;object network DeltaPhoneSystem&lt;/P&gt;&lt;P&gt; host 10.1.96.225&lt;/P&gt;&lt;P&gt; description Internal IP Address of Delta Phone System&lt;/P&gt;&lt;P&gt;object network AdminPhonePublic&lt;/P&gt;&lt;P&gt; host 76.320.333.48&lt;/P&gt;&lt;P&gt; description Public IP Address of Admin Phone System&lt;/P&gt;&lt;P&gt;object network FastTrackPhone&lt;/P&gt;&lt;P&gt; host 234.213.124.81&lt;/P&gt;&lt;P&gt; description FastTrack SIP Trunk Authtication IP Address&lt;/P&gt;&lt;P&gt;object network FastTrackMonitor&lt;/P&gt;&lt;P&gt; host 290.230.195.8&lt;/P&gt;&lt;P&gt; description FastTrack Monitoring server&lt;/P&gt;&lt;P&gt;object network DeltaPhonePublic&lt;/P&gt;&lt;P&gt; host 76.320.333.51&lt;/P&gt;&lt;P&gt; description Public IP Address of Delta Phone System&lt;/P&gt;&lt;P&gt;object-group icmp-type ICMP-All&lt;/P&gt;&lt;P&gt; icmp-object echo&lt;/P&gt;&lt;P&gt; icmp-object echo-reply&lt;/P&gt;&lt;P&gt; icmp-object information-reply&lt;/P&gt;&lt;P&gt; icmp-object information-request&lt;/P&gt;&lt;P&gt; icmp-object time-exceeded&lt;/P&gt;&lt;P&gt; icmp-object timestamp-reply&lt;/P&gt;&lt;P&gt; icmp-object timestamp-request&lt;/P&gt;&lt;P&gt; icmp-object traceroute&lt;/P&gt;&lt;P&gt; icmp-object alternate-address&lt;/P&gt;&lt;P&gt; icmp-object conversion-error&lt;/P&gt;&lt;P&gt; icmp-object mask-reply&lt;/P&gt;&lt;P&gt; icmp-object mask-request&lt;/P&gt;&lt;P&gt; icmp-object mobile-redirect&lt;/P&gt;&lt;P&gt; icmp-object parameter-problem&lt;/P&gt;&lt;P&gt; icmp-object redirect&lt;/P&gt;&lt;P&gt; icmp-object router-advertisement&lt;/P&gt;&lt;P&gt; icmp-object router-solicitation&lt;/P&gt;&lt;P&gt; icmp-object source-quench&lt;/P&gt;&lt;P&gt; icmp-object unreachable&lt;/P&gt;&lt;P&gt;object-group protocol TCPUDP&lt;/P&gt;&lt;P&gt; protocol-object udp&lt;/P&gt;&lt;P&gt; protocol-object tcp&lt;/P&gt;&lt;P&gt;access-list global_access extended permit icmp object FastTrackMonitor any object-group ICMP-All&lt;/P&gt;&lt;P&gt;access-list Local_access_in extended permit ip any any&lt;/P&gt;&lt;P&gt;access-list MPLS_access_in extended permit ip any any&lt;/P&gt;&lt;P&gt;access-list CTN_access_in extended permit object-group TCPUDP object FastTrackPhone object DeltaPhoneSystem eq sip&lt;/P&gt;&lt;P&gt;access-list CTN_access_in extended permit icmp object FastTrackPhone object DeltaPhoneSystem object-group ICMP-All&lt;/P&gt;&lt;P&gt;access-list CTN_access_in extended permit object-group TCPUDP object FastTrackPhone object AdminPhoneSystem eq sip&lt;/P&gt;&lt;P&gt;access-list CTN_access_in extended permit icmp object FastTrackPhone object AdminPhoneSystem object-group ICMP-All&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 Outside 1500&lt;/P&gt;&lt;P&gt;mtu Inside 1500&lt;/P&gt;&lt;P&gt;mtu P2P 1500&lt;/P&gt;&lt;P&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;ip local pool vpnUsers 10.1.99.200-10.1.99.210 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;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;nat (Inside,Outside) source static DeltaPhoneSystem DeltaPhonePublic no-proxy-arp&lt;/P&gt;&lt;P&gt;nat (Inside,Outside) source static AdminPhoneSystem AdminPhonePublic no-proxy-arp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (P2P,Outside) after-auto source dynamic any interface&lt;/P&gt;&lt;P&gt;nat (Inside,Outside) after-auto source dynamic any interface&lt;/P&gt;&lt;P&gt;access-group Outside_access_in in interface Outside&lt;/P&gt;&lt;P&gt;access-group Inside_access_in in interface Inside&lt;/P&gt;&lt;P&gt;access-group P2P_access_in in interface P2P&lt;/P&gt;&lt;P&gt;access-group global_access global&lt;/P&gt;&lt;P&gt;route Outside 0.0.0.0 0.0.0.0 76.320.333.42 6&lt;/P&gt;&lt;P&gt;route P2P 10.1.93.0 255.255.255.0 10.2.99.1 1&lt;/P&gt;&lt;P&gt;route P2P 10.1.94.0 255.255.255.0 10.2.99.1 1&lt;/P&gt;&lt;P&gt;route P2P 10.1.95.0 255.255.255.0 10.2.99.1 1&lt;/P&gt;&lt;P&gt;route P2P 10.1.96.0 255.255.255.0 10.2.99.1 1&lt;/P&gt;&lt;P&gt;route P2P 10.1.97.0 255.255.255.0 10.2.99.1 1&lt;/P&gt;&lt;P&gt;route P2P 10.1.98.0 255.255.255.0 10.2.99.1 1&lt;/P&gt;&lt;P&gt;route P2P 10.2.93.0 255.255.255.0 10.2.99.1 2&lt;/P&gt;&lt;P&gt;route P2P 10.2.94.0 255.255.255.0 10.2.99.1 2&lt;/P&gt;&lt;P&gt;route P2P 10.2.95.0 255.255.255.0 10.2.99.1 2&lt;/P&gt;&lt;P&gt;route P2P 10.2.96.0 255.255.255.0 10.2.99.1 2&lt;/P&gt;&lt;P&gt;route P2P 10.2.97.0 255.255.255.0 10.2.99.1 2&lt;/P&gt;&lt;P&gt;route P2P 10.2.98.0 255.255.255.0 10.2.99.1 2&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 sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;timeout floating-conn 0:00:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;user-identity default-domain LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;http 10.1.99.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 warmstart&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 10.1.99.0 255.255.255.0 Inside&lt;/P&gt;&lt;P&gt;ssh 192.168.1.0 255.255.255.0 management&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 address 192.168.1.2-192.168.1.254 management&lt;/P&gt;&lt;P&gt;dhcpd enable management&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;ntp server 128.138.140.44 prefer&lt;/P&gt;&lt;P&gt;webvpn&lt;/P&gt;&lt;P&gt; anyconnect image disk0:/anyconnect-win-2.5.2014-k9.pkg 1&lt;/P&gt;&lt;P&gt; anyconnect enable&lt;/P&gt;&lt;P&gt; tunnel-group-list enable&lt;/P&gt;&lt;P&gt;username privilege 15&lt;/P&gt;&lt;P&gt;username privilege 15&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;&amp;nbsp; message-length maximum client auto&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 ftp&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 ip-options&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&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 skinny&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 sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect icmp&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;no call-home reporting anonymous&lt;/P&gt;&lt;P&gt;call-home&lt;/P&gt;&lt;P&gt; contact-email-addr&lt;/P&gt;&lt;P&gt; profile CiscoTAC-1&lt;/P&gt;&lt;P&gt;&amp;nbsp; no active&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; destination address http &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; destination address email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:callhome@cisco.com" target="_blank"&gt;callhome@cisco.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; destination transport-method http&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly 8&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly 8&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;/P&gt;&lt;P&gt;Cryptochecksum:&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:01:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-asa5512-8-6-1-2-in-and-out/m-p/2275979#M391838</guid>
      <dc:creator>jadragna1</dc:creator>
      <dc:date>2019-03-12T02:01:47Z</dc:date>
    </item>
    <item>
      <title>NAT ASA5512 8.6(1)2 in and out</title>
      <link>https://community.cisco.com/t5/network-security/nat-asa5512-8-6-1-2-in-and-out/m-p/2275980#M391839</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;If I am not mistaken then atleast one big problem is the source interface in the other NAT configuration command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (Inside,Outside) source static DeltaPhoneSystem DeltaPhonePublic no-proxy-arp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet you have this &lt;STRONG&gt;"object network"&lt;/STRONG&gt; and &lt;STRONG&gt;"route"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DeltaPhoneSystem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.1.96.225&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route P2P 10.1.96.0 255.255.255.0 10.2.99.1 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So seems to me that your NAT configuration should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (P2P,Outside) source static DeltaPhoneSystem DeltaPhonePublic no-proxy-arp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just as a side note, I personally prefer to configure Static NAT with Network Object NAT. With those configurations your Static NAT configurations would look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network DeltaPhoneSystem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.1.96.225&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (P2P,Outside) static 76.320.333.51&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network AdminPhoneSystem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; host 10.1.99.225&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; nat (Inside,Outside) static 76.320.333.48&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also one very important note, if you are using multiple public subnets on your ASA "Outside" interface then the way this is implemented by your ISP has a lot of meaning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If the ISP has configured one public subnet between its gateway device and your ASA and routed the other subnet(s) towards the ASAs &lt;STRONG&gt;"Outside"&lt;/STRONG&gt; interface IP address then there is no problem.&lt;/LI&gt;&lt;LI&gt;If the ISP has configured both (or all) public subnets on their gateway interface (others as "secondary" subnets) then you will (to my understanding) run into a problem with ARP with nonconnected networks on the ASA.&lt;UL&gt;&lt;LI&gt;To correct this you would require you to either change the setup to the first option with the ISP or update your ASA software to 9.0(2) or possibly 9.1(2) to get access to the command &lt;STRONG&gt;"arp permit-nonconnected"&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the section from the patch notes that also explains the commands purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" id="wp694512table694507" width="80%"&gt;
&lt;TBODY&gt;
&lt;TR align="left" valign="top"&gt;
&lt;TD&gt;
&lt;P&gt; ARP cache additions for non-connected subnets &lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;&lt;A name="wp694584"&gt;&lt;/A&gt;
&lt;P&gt; The ASA ARP cache only contains entries from directly-connected subnets&amp;nbsp; by default. You can now enable the ARP cache to also include&amp;nbsp; non-directly-connected subnets. We do not recommend enabling this&amp;nbsp; feature unless you know the security risks. This feature could&amp;nbsp; facilitate denial of service (DoS) attack against the ASA; a user on any&amp;nbsp; interface could send out many ARP replies and overload the ASA ARP&amp;nbsp; table with false entries. &lt;/P&gt;
&lt;A name="wp694592"&gt;&lt;/A&gt;
&lt;P&gt; You may want to use this feature if you use: &lt;/P&gt;
&lt;A name="wp694593"&gt;&lt;/A&gt;
&lt;P&gt; •&lt;IMG border="0" height="2" src="http://www.cisco.com/en/US/i/templates/blank.gif" width="19" /&gt;Secondary subnets. &lt;/P&gt;
&lt;A name="wp694594"&gt;&lt;/A&gt;
&lt;P&gt; •&lt;IMG border="0" height="2" src="http://www.cisco.com/en/US/i/templates/blank.gif" width="19" /&gt;Proxy ARP on adjacent routes for traffic forwarding. &lt;/P&gt;
&lt;A name="wp694595"&gt;&lt;/A&gt;
&lt;P&gt; We introduced the following command: &lt;STRONG&gt;arp permit-nonconnected&lt;/STRONG&gt;. &lt;/P&gt;
&lt;A name="wp694597"&gt;&lt;/A&gt;
&lt;P&gt; &lt;EM&gt;Also available in 8.4(5).&lt;/EM&gt; &lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to take a look at a NAT 8.3+ document I made here on the CSC then follow this link&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-31116"&gt;https://supportforums.cisco.com/docs/DOC-31116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully the above helps with your problem &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark the reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jun 2013 06:04:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-asa5512-8-6-1-2-in-and-out/m-p/2275980#M391839</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-23T06:04:12Z</dc:date>
    </item>
  </channel>
</rss>

