<?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: Conduit to ACL conversion in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/conduit-to-acl-conversion/m-p/1280094#M777649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;inside:&amp;nbsp;&amp;nbsp; 10.0.0.254/24&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.0.0 10.0.0.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;The above doesn't make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what you meant by it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is NO network of 192.168.0.0/24 on the inside network.&amp;nbsp; Everything is directly connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the DMZ to see the inside&amp;nbsp; network of 10.0.0.0/24 as 192.168.0.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given this is what I want, is the configuration correct, especially the ACL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Nov 2009 19:24:35 GMT</pubDate>
    <dc:creator>cisco24x7</dc:creator>
    <dc:date>2009-11-29T19:24:35Z</dc:date>
    <item>
      <title>Conduit to ACL conversion</title>
      <link>https://community.cisco.com/t5/network-security/conduit-to-acl-conversion/m-p/1280092#M777611</link>
      <description>&lt;P&gt;I do not have a Pix to test but can someone confirm that these two configurations below are equivalent.&amp;nbsp; Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX 6.3(5)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;outside:&amp;nbsp; 1.1.1.1&lt;BR /&gt;inside:&amp;nbsp;&amp;nbsp; 10.0.0.254/24&lt;BR /&gt;dmz:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.254/23&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.255.255.0&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;static (inside,dmz) 192.168.0.0 10.0.0.0 netmask 255.255.255.0&lt;BR /&gt;access-list outside_acl permit tcp any any log&lt;BR /&gt;access-group outside_acl in interface outside&lt;BR /&gt;conduit permit tcp host 192.168.0.1 eq 389 host 192.168.1.1&lt;BR /&gt;conduit permit tcp host 192.168.0.1 eq 25 host 192.168.1.1&lt;BR /&gt;conduit permit tcp host 192.168.0.1 eq 21 host 192.168.1.1&lt;BR /&gt;conduit permit tcp host 192.168.0.1 eq 135 host 192.168.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA 8.2(1):&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;outside:&amp;nbsp; 1.1.1.1&lt;BR /&gt;inside:&amp;nbsp;&amp;nbsp; 10.0.0.254/24&lt;BR /&gt;dmz:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.254/23&lt;BR /&gt;nat (inside) 1 10.0.0.0 255.255.255.0&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;static (inside,dmz) 192.168.0.0 10.0.0.0 netmask 255.255.255.0&lt;BR /&gt;access-list outside_acl permit tcp any any log&lt;BR /&gt;access-group outside_acl in interface outside&lt;BR /&gt;access-list dmz_acl permit tcp host 192.168.1.1 host 192.168.0.1 eq 389 log&lt;BR /&gt;access-list dmz_acl permit tcp host 192.168.1.1 host 192.168.0.1 eq 25 log&lt;BR /&gt;access-list dmz_acl permit tcp host 192.168.1.1 host 192.168.0.1 eq 21 log&lt;BR /&gt;access-list dmz_acl permit tcp host 192.168.1.1 host 192.168.0.1 eq 135 log&lt;BR /&gt;access-list dmz_acl deny ip any 192.168.0.0 255.255.255.0 log&lt;BR /&gt;access-list dmz_acl permit ip any any log&lt;BR /&gt;access-group dmz_acl in interface dmz&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:43:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-to-acl-conversion/m-p/1280092#M777611</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2019-03-11T16:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conduit to ACL conversion</title>
      <link>https://community.cisco.com/t5/network-security/conduit-to-acl-conversion/m-p/1280093#M777626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;inside:&amp;nbsp;&amp;nbsp; 10.0.0.254/24&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.0.0 10.0.0.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above doesn't make sense.&amp;nbsp; The inside n/w is 10.0.0.0/24 but, then this static says make the inside n/w 192.168.0.0/24 to look like 10.0.0.0/24 in the dmz. May be 192.168.0.0/24 lives on the inside as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if the above is true then the acls are incorrect. The acls are talking about 192.168.0.1 for destination from the dmz which has to be 10.0.0.1 as the dmz will see the 192.168.0.0/24 as 10.0.0.0/24 so the destination should be 10.0.0.1 instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be the static should be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.0.0 192.168.0.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the acl is correct as it stands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Nov 2009 15:10:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-to-acl-conversion/m-p/1280093#M777626</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-11-29T15:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conduit to ACL conversion</title>
      <link>https://community.cisco.com/t5/network-security/conduit-to-acl-conversion/m-p/1280094#M777649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;inside:&amp;nbsp;&amp;nbsp; 10.0.0.254/24&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.0.0 10.0.0.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;The above doesn't make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what you meant by it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is NO network of 192.168.0.0/24 on the inside network.&amp;nbsp; Everything is directly connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the DMZ to see the inside&amp;nbsp; network of 10.0.0.0/24 as 192.168.0.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given this is what I want, is the configuration correct, especially the ACL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Nov 2009 19:24:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-to-acl-conversion/m-p/1280094#M777649</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2009-11-29T19:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Conduit to ACL conversion</title>
      <link>https://community.cisco.com/t5/network-security/conduit-to-acl-conversion/m-p/1280095#M777672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;cisco24x7 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside:&amp;nbsp;&amp;nbsp; 10.0.0.254/24&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.0.0 10.0.0.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;The above doesn't make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what you meant by it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is NO network of 192.168.0.0/24 on the inside network.&amp;nbsp; Everything is directly connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the DMZ to see the inside&amp;nbsp; network of 10.0.0.0/24 as 192.168.0.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given this is what I want, is the configuration correct, especially the ACL?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks okay to me. Presumably the permit ip any any on the DMZ acl is simply to allow DMZ servers to initiate connections outbound to outside ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Nov 2009 19:29:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-to-acl-conversion/m-p/1280095#M777672</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-11-29T19:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Conduit to ACL conversion</title>
      <link>https://community.cisco.com/t5/network-security/conduit-to-acl-conversion/m-p/1280096#M777702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea what I was thinking. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That static looks correct. Thought the global was local.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACL looks good too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Nov 2009 19:45:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/conduit-to-acl-conversion/m-p/1280096#M777702</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-11-29T19:45:03Z</dc:date>
    </item>
  </channel>
</rss>

