<?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: Hello, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/no-matching-global/m-p/4060500#M1068903</link>
    <description />
    <pubDate>Tue, 07 Apr 2020 19:28:36 GMT</pubDate>
    <dc:creator>jroy777</dc:creator>
    <dc:date>2020-04-07T19:28:36Z</dc:date>
    <item>
      <title>No matching global</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-global/m-p/2902212#M153538</link>
      <description>&lt;P&gt;I have an outdate ASA 5510 with 8.0 OS.&lt;/P&gt;
&lt;P&gt;With the old command set, I created inside, DMZ and outside. The DMZ provides a web server host az 172.28.0.15, the translation from outside to DMZ works very well.&lt;/P&gt;
&lt;P&gt;The problem is the access from the inside interface to the web server at the DMZ. The ASDM packet tracer comes through until NAT, then the tool generates the following message:&lt;/P&gt;
&lt;P&gt;"nat (inside) 101 192.168.10.0 255.255.255.0 match ip inside 192.168.10.0 255.255.255.0 DMZ any dynamic translation to pool 101 (No matching global) translate_hits = 15, untranslate_hits = 0" statement. Unfortunately, I have no idea how to resolve this...&lt;/P&gt;
&lt;P&gt;Here is my config, where I would appreciate any hint:&lt;/P&gt;
&lt;P&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.10.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;nameif DMZ&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;ip address 172.28.0.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0 &lt;BR /&gt;&amp;nbsp;ip address 1.2.3.4 255.255.255.0 (not true, just as example) &lt;BR /&gt;!&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;/P&gt;
&lt;P&gt;access-list out2dmz extended permit tcp any any eq www &lt;BR /&gt;access-list out2dmz extended permit tcp any any eq https &lt;/P&gt;
&lt;P&gt;global (outside) 101 interface&lt;/P&gt;
&lt;P&gt;nat (inside) 101 192.168.10.0 255.255.255.0&lt;BR /&gt;nat (DMZ) 101 172.28.0.0 255.255.255.0&lt;BR /&gt;static (DMZ,outside) tcp interface www 172.28.0.15 www netmask 255.255.255.255 &lt;BR /&gt;static (DMZ,outside) tcp interface https 172.28.0.15 https netmask 255.255.255.255 &lt;BR /&gt;access-group out2dmz in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 &amp;lt;external IP&amp;gt; 1&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:48:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-global/m-p/2902212#M153538</guid>
      <dc:creator>ASA.M.Oss</dc:creator>
      <dc:date>2019-03-12T07:48:05Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-global/m-p/2902213#M153539</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The problem you are getting is caused by nat control which is a feature in old code as 8.0 this means that basically you have to have a nat rule for everything, the no matching global means that although you have nat ( inside) x statement you do not have a matching global (dmz) for the dmz to make a translation, an easy way to fix this is creating a static nat for inside and dmz like the following:&lt;/P&gt;
&lt;P&gt;Static(inside,DMZ) 192.168.10.0 192.168.10.0 netmask 255.255.255.0&lt;/P&gt;
&lt;P&gt;Static(DMZ,inside) 172.28.0.0 &amp;nbsp;172.28.0.0 netmask 255.255.255.0&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 17:11:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-global/m-p/2902213#M153539</guid>
      <dc:creator>Kornelia Gutierrez</dc:creator>
      <dc:date>2016-05-25T17:11:47Z</dc:date>
    </item>
    <item>
      <title>Hi Kornelia,</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-global/m-p/2902214#M153541</link>
      <description>&lt;P&gt;Hi Kornelia,&lt;/P&gt;
&lt;P&gt;thanks a lot for working on it. I tried your static entries, but as soon as I wr mem the updated configuration, the Internet access does not work anymore. Seems like all traffic is then sent to the DMZ interface?&lt;/P&gt;
&lt;P&gt;Where did I make the mistake?&lt;/P&gt;
&lt;P&gt;Thanks for supporting,&lt;BR /&gt;Mario&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 08:39:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-global/m-p/2902214#M153541</guid>
      <dc:creator>ASA.M.Oss</dc:creator>
      <dc:date>2016-05-26T08:39:55Z</dc:date>
    </item>
    <item>
      <title>Hello Mario,</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-global/m-p/2902215#M153543</link>
      <description>&lt;P&gt;Hello Mario,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is odd, the two nat statements that I provided should only affect the traffic between the inside and DMZ interface and not the internet traffic. You mention that if you save the configuration the internet breaks, what happens if you do not save it?&lt;/P&gt;
&lt;P&gt;The following nat, that was already in place takes care of the internet traffic:&lt;/P&gt;
&lt;P&gt;global (outside) 101 interface&lt;/P&gt;
&lt;P&gt;nat (inside) 101 192.168.10.0 255.255.255.0&lt;BR /&gt;nat (DMZ) 101 172.28.0.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;The &amp;nbsp;other two nat rules &amp;nbsp;affect the traffic between the Inside and DMZ server&lt;/P&gt;
&lt;P&gt;Static(inside,DMZ) 192.168.10.0 192.168.10.0 netmask 255.255.255.0&lt;/P&gt;
&lt;P&gt;Static(DMZ,inside) 172.28.0.0 &amp;nbsp;172.28.0.0 netmask 255.255.255.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could you kindly please run the following two packet tracers and share the outputs?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; packet-tracer input inside tcp&amp;nbsp;192.168.10.100 1026 8.8.8.8 80&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;packet-tracer input&amp;nbsp;DMZ tcp &amp;nbsp;172.28.0.16&amp;nbsp;1028&amp;nbsp;8.8.8.8 80&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;packet-tracer input inside tcp&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;192.168.10.100 1025&amp;nbsp;&lt;SPAN&gt;172.28.0.15 80&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 03:09:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-global/m-p/2902215#M153543</guid>
      <dc:creator>Kornelia Gutierrez</dc:creator>
      <dc:date>2016-05-27T03:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Mario,</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-global/m-p/4059163#M1068770</link>
      <description />
      <pubDate>Tue, 07 Apr 2020 19:17:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-global/m-p/4059163#M1068770</guid>
      <dc:creator>jroy777</dc:creator>
      <dc:date>2020-04-07T19:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hello,</title>
      <link>https://community.cisco.com/t5/network-security/no-matching-global/m-p/4060500#M1068903</link>
      <description />
      <pubDate>Tue, 07 Apr 2020 19:28:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-matching-global/m-p/4060500#M1068903</guid>
      <dc:creator>jroy777</dc:creator>
      <dc:date>2020-04-07T19:28:36Z</dc:date>
    </item>
  </channel>
</rss>

