<?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: problem to enter from inside to dmz in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-to-enter-from-inside-to-dmz/m-p/1656762#M557055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for ur help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. So&amp;nbsp; if i want that interface that have a higher level go to a lower level&amp;nbsp; i have to&amp;nbsp; make a simple PAT&amp;nbsp;&amp;nbsp; as you said,&lt;/P&gt;&lt;P&gt;I did what u said and works but&amp;nbsp; with that configuration&amp;nbsp; pc on the dmz can enter to inside or i have to do something else?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.If&amp;nbsp; i want&amp;nbsp; that only pc from dmz access to inside&amp;nbsp; what&amp;nbsp; i have to do&amp;nbsp; because i want to access from lower interface to higher interface ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2011 19:19:30 GMT</pubDate>
    <dc:creator>BENJAMIN FUERTES</dc:creator>
    <dc:date>2011-04-28T19:19:30Z</dc:date>
    <item>
      <title>problem to enter from inside to dmz</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-enter-from-inside-to-dmz/m-p/1656759#M557043</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In my inside network we have more than 2 vlans&amp;nbsp; and we want that the inside network access to the server that are in the dmz.&lt;/P&gt;&lt;P&gt;I have try many ways and i would like if some can help to understand&amp;nbsp; how i have to do it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;dmz network: 192.169.120.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group LAN&lt;BR /&gt;172.10.10.0 /24&lt;BR /&gt;172.10.20.0 /24&lt;BR /&gt;172.10.30.0 /24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Inside extended permit ip object-group LAN 192.169.120.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list DMZ extended permit ip any any&lt;/P&gt;&lt;P&gt;access-group Inside in interface inside&lt;BR /&gt;access-group DMZ in interface dmz&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;for example we made this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list INSIDE extended permit ip host 192.168.120.5 192.168.120.0 255.255.255.240 &lt;BR /&gt;access-list DMZ extended permit ip any any&lt;/P&gt;&lt;P&gt;static (inside,DMZ) 192.168.120.5 172.10.10.4 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;the ip 172.10.10.4&amp;nbsp; pc of my inside network&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;witch that example y could access to dmz switch. &lt;BR /&gt;but when i tray to to this:&lt;BR /&gt; static (inside,DMZ) access-lis INSIDE&amp;nbsp; 172.10.10.4 netmask 255.255.255.255 &lt;BR /&gt;I have and error : ERROR: access-list used in static has different local addresses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help that can provide me.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:26:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-enter-from-inside-to-dmz/m-p/1656759#M557043</guid>
      <dc:creator>BENJAMIN FUERTES</dc:creator>
      <dc:date>2019-03-11T20:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem to enter from inside to dmz</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-enter-from-inside-to-dmz/m-p/1656760#M557051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want only traffic from the inside to be initiated to the DMZ and not backwards, you can just apply a simple PAT, if the inside interface has a higher security level than the DMZ, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same NAT you have for internet access (In case you have) would be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can just add the following global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (DMZ) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same as the other cases, best troubleshooting tool to check where the access is being broken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input inside tcp &lt;INSIDE_IP&gt; 1025 &lt;DMZ_IP&gt; 80&lt;/DMZ_IP&gt;&lt;/INSIDE_IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would give you the information about the packet, where and when it is being dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 21:54:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-enter-from-inside-to-dmz/m-p/1656760#M557051</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2011-04-27T21:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem to enter from inside to dmz</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-enter-from-inside-to-dmz/m-p/1656761#M557053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do had the same problem, and it got resolved by your answer given for this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Very Much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Kumar CH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 10:25:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-enter-from-inside-to-dmz/m-p/1656761#M557053</guid>
      <dc:creator>kiran kumar Chamakura</dc:creator>
      <dc:date>2011-04-28T10:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem to enter from inside to dmz</title>
      <link>https://community.cisco.com/t5/network-security/problem-to-enter-from-inside-to-dmz/m-p/1656762#M557055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for ur help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. So&amp;nbsp; if i want that interface that have a higher level go to a lower level&amp;nbsp; i have to&amp;nbsp; make a simple PAT&amp;nbsp;&amp;nbsp; as you said,&lt;/P&gt;&lt;P&gt;I did what u said and works but&amp;nbsp; with that configuration&amp;nbsp; pc on the dmz can enter to inside or i have to do something else?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.If&amp;nbsp; i want&amp;nbsp; that only pc from dmz access to inside&amp;nbsp; what&amp;nbsp; i have to do&amp;nbsp; because i want to access from lower interface to higher interface ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 19:19:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-to-enter-from-inside-to-dmz/m-p/1656762#M557055</guid>
      <dc:creator>BENJAMIN FUERTES</dc:creator>
      <dc:date>2011-04-28T19:19:30Z</dc:date>
    </item>
  </channel>
</rss>

