<?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 Can you show the output of  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653320#M201307</link>
    <description>&lt;P&gt;Can you show the output of "show run nat" and "show run access-list outside_in" as well as "show run object" for the appropriate objects?&lt;BR /&gt;&lt;BR /&gt;Also, "show run sysopt" - it is possible proxy arp is enabled on the inside interface and intercepting the traffic.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2015 15:38:23 GMT</pubDate>
    <dc:creator>jj27</dc:creator>
    <dc:date>2015-03-09T15:38:23Z</dc:date>
    <item>
      <title>NAT Doesn't Want to Work</title>
      <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653317#M201304</link>
      <description>&lt;P&gt;I am working on an ASA5509 for a customer of ours and we are trying to open ports to LDAP to an outside service. As far as I can tell, the NAT rules and access-list are setup correctly. When I run packet tracer everything comes back fine and I am seeing the data come in as untranslated_hits, but nothing happens when i telnet to the 389 port from the outside, it ends up timing out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE&gt;
access-list outside-in line 16 extended permit tcp any4 object VA-002-MGMT-A eq 398 (hitcnt=1) 0xe057c29f&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE&gt;
object network VA-002-MGMT-A
 nat (inside,outside) static 98.114.x.x&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:36:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653317#M201304</guid>
      <dc:creator>alurasolutions</dc:creator>
      <dc:date>2019-03-12T05:36:45Z</dc:date>
    </item>
    <item>
      <title>Your ACL is referencing port</title>
      <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653318#M201305</link>
      <description>&lt;P&gt;Your ACL is referencing port 398, while you stated you are trying port 389. Is that a typo?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 15:25:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653318#M201305</guid>
      <dc:creator>jj27</dc:creator>
      <dc:date>2015-03-09T15:25:45Z</dc:date>
    </item>
    <item>
      <title>Yeah, that's a typo sorry I</title>
      <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653319#M201306</link>
      <description>&lt;P&gt;Yeah, that's a typo sorry I know that's a big oversight. The odd things is that we have 2 other 1:1 NAT setup and one is working fine and the other now isn't working. (one was for email port 25 and the other https, the https is no longer working).&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 15:34:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653319#M201306</guid>
      <dc:creator>alurasolutions</dc:creator>
      <dc:date>2015-03-09T15:34:50Z</dc:date>
    </item>
    <item>
      <title>Can you show the output of</title>
      <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653320#M201307</link>
      <description>&lt;P&gt;Can you show the output of "show run nat" and "show run access-list outside_in" as well as "show run object" for the appropriate objects?&lt;BR /&gt;&lt;BR /&gt;Also, "show run sysopt" - it is possible proxy arp is enabled on the inside interface and intercepting the traffic.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 15:38:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653320#M201307</guid>
      <dc:creator>jj27</dc:creator>
      <dc:date>2015-03-09T15:38:23Z</dc:date>
    </item>
    <item>
      <title>sh nat</title>
      <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653321#M201308</link>
      <description>&lt;P&gt;sh nat&lt;/P&gt;

&lt;PRE&gt;
Manual NAT Policies (Section 3) 1 (inside) to (outside) source dynamic any interface translate_hits = 106601, untranslate_hits = 28479

&lt;/PRE&gt;

&lt;P&gt;sh run access-list outside-in&lt;/P&gt;

&lt;PRE&gt;

asa5510# sh run access-list outside-in
access-list outside-in extended permit object-group ClearScadaServices any4 object ClearScada
access-list outside-in extended permit icmp any4 any4
access-list outside-in extended permit ip 141.151.34.0 255.255.255.0 any4
access-list outside-in extended permit ip 72.44.171.128 255.255.255.192 any4
access-list outside-in extended permit tcp any4 object Exchange eq pop3 inactive
access-list outside-in extended permit tcp any4 object Exchange eq smtp inactive
access-list outside-in extended permit tcp any4 object Exchange eq 7860 inactive
access-list outside-in extended permit tcp any4 object spam eq pop3
access-list outside-in extended permit tcp any4 object spam eq smtp
access-list outside-in extended permit tcp any4 object video eq 993
access-list outside-in extended permit tcp any4 object video eq https
access-list outside-in extended permit tcp any4 object video eq 587 log
access-list outside-in extended permit tcp any4 object scada-dvr eq 7000
access-list outside-in extended permit tcp any4 object VA-028-NSTWEB object-group DM_INLINE_TCP_1 log disable
access-list outside-in extended permit object-group SolarServices any4 object Solar
access-list outside-in extended permit tcp any4 object VA-002-MGMT-A eq ldap&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sh run sysopt - no output from this command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can PM the full config if you would like?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 15:59:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653321#M201308</guid>
      <dc:creator>alurasolutions</dc:creator>
      <dc:date>2015-03-09T15:59:47Z</dc:date>
    </item>
    <item>
      <title>Try:  sysopt noproxyarp</title>
      <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653322#M201309</link>
      <description>&lt;P&gt;Try: &amp;nbsp;sysopt noproxyarp inside&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See if your traffic works then.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 15:59:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653322#M201309</guid>
      <dc:creator>jj27</dc:creator>
      <dc:date>2015-03-09T15:59:48Z</dc:date>
    </item>
    <item>
      <title>This made no change. And now</title>
      <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653323#M201310</link>
      <description>&lt;P&gt;This made no change. And now again, we have a rule in place to allow 25 out from our internal mail server and for some reason this is now not working. There are too many weird things going on with this ASA.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 16:04:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653323#M201310</guid>
      <dc:creator>alurasolutions</dc:creator>
      <dc:date>2015-03-09T16:04:55Z</dc:date>
    </item>
    <item>
      <title>You may need to clear ARP on</title>
      <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653324#M201311</link>
      <description>&lt;P&gt;You may need to clear ARP on your ASA and inside routing device if it is the ASA intercepting the ARP requests for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go ahead and PM me the whole config if you want and I will give it a glance.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 16:13:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653324#M201311</guid>
      <dc:creator>jj27</dc:creator>
      <dc:date>2015-03-09T16:13:20Z</dc:date>
    </item>
    <item>
      <title>Are the servers on a directly</title>
      <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653325#M201312</link>
      <description>&lt;P&gt;Are the servers on a directly connected network to the ASA or are they behind L3 devices ?&lt;/P&gt;&lt;P&gt;What is the default gateway for the servers ?&lt;/P&gt;&lt;P&gt;If so have you checked the routing.&lt;/P&gt;&lt;P&gt;Unlikely to be the issue if the mail server has just stopped working but worth a check.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 16:16:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653325#M201312</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-03-09T16:16:03Z</dc:date>
    </item>
    <item>
      <title>Oddly, right before you</title>
      <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653326#M201313</link>
      <description>&lt;P&gt;Oddly, right before you posted this, I cleared our ARP on the L3 switch and it fixed the problem. Thanks, I was slowly driving myself crazy over this.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 16:26:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653326#M201313</guid>
      <dc:creator>alurasolutions</dc:creator>
      <dc:date>2015-03-09T16:26:44Z</dc:date>
    </item>
    <item>
      <title>Awesome, glad it is working.</title>
      <link>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653327#M201314</link>
      <description>&lt;P&gt;Awesome, glad it is working. Have a good one.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 16:32:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-doesn-t-want-to-work/m-p/2653327#M201314</guid>
      <dc:creator>jj27</dc:creator>
      <dc:date>2015-03-09T16:32:58Z</dc:date>
    </item>
  </channel>
</rss>

