<?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: Access from dmz to internet, where internet and inside lan a in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431832#M696596</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;You do not need any NAT rule when you are going from lower security&lt;/P&gt;&lt;P&gt;interface to higher security interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 13:40:11 GMT</pubDate>
    <dc:creator>Nagaraja Thanthry</dc:creator>
    <dc:date>2010-08-06T13:40:11Z</dc:date>
    <item>
      <title>Access from dmz to internet, where internet and inside lan are on same interface</title>
      <link>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431824#M696580</link>
      <description>&lt;P&gt; I have a scenerio, my outside and inside network are connected via inside interface of my firewall pix. And dmz is connected via dmz. Inside has security level 100 and dmz has 40,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from dmz i can access inside lan, but not able to access internet. KIndly help.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:21:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431824#M696580</guid>
      <dc:creator>ashish_kandari</dc:creator>
      <dc:date>2019-03-11T18:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Access from dmz to internet, where internet and inside lan a</title>
      <link>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431825#M696582</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;Do you have NAT rules configured to access internet from DMZ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;nat (dmz) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above example, the outside interface IP address will be shared by&lt;/P&gt;&lt;P&gt;both the inside and dmz clients when going to internet. Please make sure&lt;/P&gt;&lt;P&gt;that you have something similar configured. Also you need to check the&lt;/P&gt;&lt;P&gt;following things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- There are no access-list entries on the DMZ to block internet connection&lt;/P&gt;&lt;P&gt;-- You have access to the DNS server (if DNS server is on the inside subnet,&lt;/P&gt;&lt;P&gt;please configure a static NAT rule for the DNS server)&lt;/P&gt;&lt;P&gt;-- If you are using ASA5505 with base license, you will not be able to&lt;/P&gt;&lt;P&gt;communicate between the inside and outside simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:05:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431825#M696582</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-08-06T13:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Access from dmz to internet, where internet and inside lan a</title>
      <link>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431826#M696585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static (inside,dmz) 10.0.0.0 10.0.0.0 netmask 255.0.0.0 0 0&lt;BR /&gt;static (dmz,inside) 10.0.0.0 10.1.1.1 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;nat (dmz) 2 10.2.1.2 255.255.255.248 0 0&lt;BR /&gt;nat (dmz) 2 10.2.3.0 255.255.255.224 0 0&lt;BR /&gt;nat (dmz) 2 10.7.1.32 255.255.255.224 0 0&lt;BR /&gt;global (inside) 2 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will this help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:06:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431826#M696585</guid>
      <dc:creator>ashish_kandari</dc:creator>
      <dc:date>2010-08-06T13:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Access from dmz to internet, where internet and inside lan a</title>
      <link>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431827#M696588</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;Few concerns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,inside) 10.0.0.0 10.1.1.1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement seems to be incorrect. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (inside) 2 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why are you mapping DMZ traffic to inside interface IP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need to statically map DMZ addresses to inside address unless&lt;/P&gt;&lt;P&gt;they are some servers. If you were trying to map the DNS server, your first&lt;/P&gt;&lt;P&gt;statement (static (inside,dmz) 10.0.0.0 10.0.0.0 netmask 255.0.0.0) takes&lt;/P&gt;&lt;P&gt;care of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:12:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431827#M696588</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-08-06T13:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Access from dmz to internet, where internet and inside lan a</title>
      <link>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431828#M696589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i dont have any outside interface configured.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside- router---inside --firewall---dmz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside and inside are on same side of firewall...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this config :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (dmz) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thnk as traffic is movig from lower to higher security level, we need a static nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can i use a static nat for all internet address, there is no option of wild card in static nat..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance..&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:16:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431828#M696589</guid>
      <dc:creator>ashish_kandari</dc:creator>
      <dc:date>2010-08-06T13:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Access from dmz to internet, where internet and inside lan a</title>
      <link>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431829#M696593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;static (dmz,inside) 10.0.0.0 10.1.1.1 netmask 255.255.255.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is becoz..dmz and inside are using approx same kind of ip range means.. 10.*.*&lt;/P&gt;&lt;P&gt;becoz of this command access from dmz to inside is possible, but not towards internet......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my firewall outside interface traffic is not even reaching,.. its getting dead before it.. some natting issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;STRONG&gt;This statement seems to be incorrect.&lt;BR /&gt; &lt;BR /&gt;global (inside) 2 interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;want to so that it will take inside ip addresss to go to internet...&lt;BR /&gt; &lt;BR /&gt;&lt;STRONG&gt;Why are you mapping DMZ traffic to inside interface IP?&lt;BR /&gt; &lt;BR /&gt;You do not need to statically map DMZ addresses to inside address unless&lt;BR /&gt;they are some servers. If you were trying to map the DNS server, your first&lt;BR /&gt;statement (static (inside,dmz) 10.0.0.0 10.0.0.0 netmask 255.0.0.0) takes&lt;BR /&gt;care of it.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:20:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431829#M696593</guid>
      <dc:creator>ashish_kandari</dc:creator>
      <dc:date>2010-08-06T13:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Access from dmz to internet, where internet and inside lan a</title>
      <link>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431830#M696594</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;In that case, you can disable NAT control and remove the existing NAT&lt;/P&gt;&lt;P&gt;configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA#configure terminal&lt;/P&gt;&lt;P&gt;ASA(config)#no nat-control&lt;/P&gt;&lt;P&gt;ASA(config)#clear configure nat&lt;/P&gt;&lt;P&gt;ASA(config)#clear configure global&lt;/P&gt;&lt;P&gt;ASA(config)#clear configure static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you have disabled the NAT requirement, all traffic will go to your&lt;/P&gt;&lt;P&gt;outside router without any NAT. Make sure that the outside router has a rule&lt;/P&gt;&lt;P&gt;to accommodate DMZ subnets in the NAT pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:26:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431830#M696594</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-08-06T13:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Access from dmz to internet, where internet and inside lan a</title>
      <link>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431831#M696595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i can check that, but for that i will need down time... as some connection will also dro&lt;/P&gt;&lt;P&gt;p.. second thing.... for traffic from lower to higher security level, dont we need static nat. ......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:30:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431831#M696595</guid>
      <dc:creator>ashish_kandari</dc:creator>
      <dc:date>2010-08-06T13:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Access from dmz to internet, where internet and inside lan a</title>
      <link>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431832#M696596</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;You do not need any NAT rule when you are going from lower security&lt;/P&gt;&lt;P&gt;interface to higher security interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:40:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-from-dmz-to-internet-where-internet-and-inside-lan-are-on/m-p/1431832#M696596</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-08-06T13:40:11Z</dc:date>
    </item>
  </channel>
</rss>

