<?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 So it looks like it is in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/external-nat-getting-blocked/m-p/3044595#M145841</link>
    <description>&lt;P&gt;So it looks like it is hitting a NAT before that takes precedence, any suggestions?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;fw# packet-tracer input outside tcp 8.8.8.8 1234 174.78.8.xxx 4558&lt;/P&gt;
&lt;P&gt;Phase: 1&lt;BR /&gt;Type: UN-NAT&lt;BR /&gt;Subtype: static&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;object network 1.25&lt;BR /&gt; nat (inside,outside) static 1.25-ext&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface inside&lt;BR /&gt;Untranslate 174.78.221.138/4558 to 192.168.1.25/4558&lt;/P&gt;
&lt;P&gt;Phase: 2&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: DROP&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Result:&lt;BR /&gt;input-interface: outside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: inside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;</description>
    <pubDate>Sun, 12 Mar 2017 17:44:33 GMT</pubDate>
    <dc:creator>davidblumberg</dc:creator>
    <dc:date>2017-03-12T17:44:33Z</dc:date>
    <item>
      <title>External NAT getting blocked</title>
      <link>https://community.cisco.com/t5/network-security/external-nat-getting-blocked/m-p/3044593#M145837</link>
      <description>&lt;P&gt;We have a user trying to access a local machine from the Internet and they are getting blocked by our ASA firewall. &amp;nbsp;We can access the internal machine from inside the network. &amp;nbsp;Our nat statements are getting blocked as follows:&lt;/P&gt;
&lt;P&gt;Commands&lt;/P&gt;
&lt;P&gt;object network obj_192.168.1.20&lt;BR /&gt;&amp;nbsp; &amp;nbsp;host 192.168.1.20&lt;BR /&gt;&amp;nbsp; &amp;nbsp;nat (inside,outside) static 174.78.221.138 service tcp 4570 4570&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;access-list outside_access_in extended permit tcp any host 192.168.1.20 eq https&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 192.168.1.20 eq www&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 192.168.1.20 eq 4570&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Trace&lt;/P&gt;
&lt;P&gt;befw# packet-tracer input outside tcp 8.8.8.8 1234 192.168.1.20 4570&lt;/P&gt;
&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: input&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;in 192.168.1.0 255.255.255.0 inside&lt;/P&gt;
&lt;P&gt;Phase: 2&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: log&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 192.168.1.20 eq 4570&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 3&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 4&lt;BR /&gt;Type: IP-OPTIONS&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 5&lt;BR /&gt;Type: VPN&lt;BR /&gt;Subtype: ipsec-tunnel-flow&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Phase: 6&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: rpf-check&lt;BR /&gt;Result: DROP&lt;BR /&gt;Config:&lt;BR /&gt;object network obj_192.168.1.20&lt;BR /&gt; nat (inside,outside) static 174.78.8.xxx service tcp 4570 4570&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Result:&lt;BR /&gt;input-interface: outside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: inside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:03:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/external-nat-getting-blocked/m-p/3044593#M145837</guid>
      <dc:creator>davidblumberg</dc:creator>
      <dc:date>2019-03-12T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Hi </title>
      <link>https://community.cisco.com/t5/network-security/external-nat-getting-blocked/m-p/3044594#M145839</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you do again your packet-tracer but using your public ip instead of 192.168 IP?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could you paste the output you have?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;PS: Please don't forget to rate and mark as correct answer if this answered your question&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2017 14:58:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/external-nat-getting-blocked/m-p/3044594#M145839</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-03-12T14:58:11Z</dc:date>
    </item>
    <item>
      <title>So it looks like it is</title>
      <link>https://community.cisco.com/t5/network-security/external-nat-getting-blocked/m-p/3044595#M145841</link>
      <description>&lt;P&gt;So it looks like it is hitting a NAT before that takes precedence, any suggestions?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;fw# packet-tracer input outside tcp 8.8.8.8 1234 174.78.8.xxx 4558&lt;/P&gt;
&lt;P&gt;Phase: 1&lt;BR /&gt;Type: UN-NAT&lt;BR /&gt;Subtype: static&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;object network 1.25&lt;BR /&gt; nat (inside,outside) static 1.25-ext&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface inside&lt;BR /&gt;Untranslate 174.78.221.138/4558 to 192.168.1.25/4558&lt;/P&gt;
&lt;P&gt;Phase: 2&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: DROP&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;/P&gt;
&lt;P&gt;Result:&lt;BR /&gt;input-interface: outside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: inside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2017 17:44:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/external-nat-getting-blocked/m-p/3044595#M145841</guid>
      <dc:creator>davidblumberg</dc:creator>
      <dc:date>2017-03-12T17:44:33Z</dc:date>
    </item>
    <item>
      <title>Hi </title>
      <link>https://community.cisco.com/t5/network-security/external-nat-getting-blocked/m-p/3044596#M145842</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The internal ip shown on the output is ending by 25 while your acl on your first post shows ip ending by 20.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please attach your config (remove all confidential stuff)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: Please don't forget to rate and mark as correct answer if this answered your question&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 04:00:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/external-nat-getting-blocked/m-p/3044596#M145842</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-03-13T04:00:50Z</dc:date>
    </item>
  </channel>
</rss>

