<?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: Allowing some ports from a DMZ system to Nondms system in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allowing-some-ports-from-a-dmz-system-to-nondms-system/m-p/1435411#M645445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, I assume your outside interface has a security level of 0 so both the DMZ and INSIDE interfaces will be able to go outside since their security levels are higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To allow the DMZ to talk to a host on the INSIDE, then you must create an access-group and and access-list for the DMZ network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume that the DB is a mysql server running on 192.168.1.100 on port 3306 and you have interfaces with DMZ and INSIDE as names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group DMZ_access_in in interface DMZ&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp any host 192.168.1.100 eq 3306&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you can be more specific with your ACL by adding a host instead of the keyword any, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp host 172.16.10.10 host 192.168.1.100 eq 3306&lt;/P&gt;&lt;P&gt;&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;Conor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 21:30:07 GMT</pubDate>
    <dc:creator>Conor Cunningham</dc:creator>
    <dc:date>2010-08-06T21:30:07Z</dc:date>
    <item>
      <title>Allowing some ports from a DMZ system to Nondms system</title>
      <link>https://community.cisco.com/t5/network-security/allowing-some-ports-from-a-dmz-system-to-nondms-system/m-p/1435410#M645441</link>
      <description>&lt;P&gt;I want to allow a system in the DMZ (75) access to a&lt;/P&gt;&lt;P&gt;database server in a higher security (100) and also still allow the server in the DMZ access to the internet from inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the inside out to the internet works fine unless I change the access rules.. is there an acl that I use for this or how do I do this. The ports are from internal systems 172.16.10.10(DMZ) to 172.16 20.10(NONDMZ) and need ports 1433,5151, and some in the 14000 range. Can anyone assist me? &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:22:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-some-ports-from-a-dmz-system-to-nondms-system/m-p/1435410#M645441</guid>
      <dc:creator>pskipton01</dc:creator>
      <dc:date>2019-03-11T18:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing some ports from a DMZ system to Nondms system</title>
      <link>https://community.cisco.com/t5/network-security/allowing-some-ports-from-a-dmz-system-to-nondms-system/m-p/1435411#M645445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, I assume your outside interface has a security level of 0 so both the DMZ and INSIDE interfaces will be able to go outside since their security levels are higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To allow the DMZ to talk to a host on the INSIDE, then you must create an access-group and and access-list for the DMZ network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume that the DB is a mysql server running on 192.168.1.100 on port 3306 and you have interfaces with DMZ and INSIDE as names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group DMZ_access_in in interface DMZ&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp any host 192.168.1.100 eq 3306&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you can be more specific with your ACL by adding a host instead of the keyword any, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list DMZ_access_in extended permit tcp host 172.16.10.10 host 192.168.1.100 eq 3306&lt;/P&gt;&lt;P&gt;&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;Conor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 21:30:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-some-ports-from-a-dmz-system-to-nondms-system/m-p/1435411#M645445</guid>
      <dc:creator>Conor Cunningham</dc:creator>
      <dc:date>2010-08-06T21:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing some ports from a DMZ system to Nondms system</title>
      <link>https://community.cisco.com/t5/network-security/allowing-some-ports-from-a-dmz-system-to-nondms-system/m-p/1435412#M645450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should help nicly thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 22:26:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-some-ports-from-a-dmz-system-to-nondms-system/m-p/1435412#M645450</guid>
      <dc:creator>pskipton01</dc:creator>
      <dc:date>2010-08-06T22:26:53Z</dc:date>
    </item>
  </channel>
</rss>

