<?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: Route without NAT between DMZs on PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869536#M973394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duh,  I just had the IP any any and totally forgot about ICMP.  Unfortunatly that still hasn't resolved the issue.  After adding this to the access-list I tried it both with the nat 0 option and your static mapping and it still doesn't work either way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your assistance so far by the way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2007 18:36:44 GMT</pubDate>
    <dc:creator>mreed</dc:creator>
    <dc:date>2007-10-19T18:36:44Z</dc:date>
    <item>
      <title>Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869531#M973389</link>
      <description>&lt;P&gt;I have 4 active interfaces on my PIX 520, Outside, Inside, DMZ1BU, and DMZ2BU.  Inside, DMZ1BU and DMZ2BU can nat to outside just fine,  everything on the DMZ has a static mapping to and Outside IP Address. I'm trying to route between the two DMZs and just can't get it to work.  Here is the cut of the relevant part of the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface ethernet0 100full&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;interface ethernet4 auto&lt;/P&gt;&lt;P&gt;interface ethernet5 auto&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif ethernet4 DMZ2BU security50&lt;/P&gt;&lt;P&gt;nameif ethernet5 DMZ1BU security40&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;access-list nonat_dmz1 permit ip host 10.10.15.151 host 10.10.12.145 &lt;/P&gt;&lt;P&gt;access-list nonat_dmz2 permit ip host 10.10.12.145 host 10.10.15.151 &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ip address outside x.y.z.3 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.254.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address DMZ2BU 10.10.12.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address DMZ1BU 10.10.15.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip verify reverse-path interface outside&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;global (outside) 1 x.y.z.5&lt;/P&gt;&lt;P&gt;nat (outside) 0 access-list outside_nat0_inbound outside&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 101&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;nat (itf3) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;nat (DMZ2BU) 0 access-list nonat_dmz2&lt;/P&gt;&lt;P&gt;nat (DMZ2BU) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;nat (DMZ1BU) 0 access-list nonat_dmz1&lt;/P&gt;&lt;P&gt;nat (DMZ1BU) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (DMZ1BU,outside) x.y.z.151 10.10.15.151 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (DMZ2BU,outside) x.y.z.170 10.10.12.145 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;access-group acl_outside in interface outside&lt;/P&gt;&lt;P&gt;access-group acl_dmz2 in interface DMZ2BU&lt;/P&gt;&lt;P&gt;access-group acl_dmz1 in interface DMZ1BU&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 x.y.z.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really think systems on DMZ1 and DMZ2 should be able to ping each other without NATing with this config, but it doesn't work.  Am I missing something really obvious?  I'm attaching the full config in case there in information not here that is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your assistance.  I've been searching online and everything I've found leads me to beleive my config is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:27:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869531#M973389</guid>
      <dc:creator>mreed</dc:creator>
      <dc:date>2019-03-11T11:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869532#M973390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this instead of the nat 0 commands...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no nat (DMZ1BU) 0 access-list nonat_dmz1 &lt;/P&gt;&lt;P&gt;no nat (DMZ2BU) 0 access-list nonat_dmz2 &lt;/P&gt;&lt;P&gt;static (DMZ2BU,DMZ1BU) 10.10.15.0 10.10.15.0 netmask 255.255.255.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 18:16:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869532#M973390</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-10-19T18:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869533#M973391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had tried that also, although I did do it the other way around with static (DMZ1BU,DMZ2BU) 10.10.12.0 10.10.12.0 netmask 255.255.255.0,  and it did not work either.  I just tried it with your exacty commands and 10.10.12.145 could still not ping 10.10.15.151. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to clear xlate after making this change?  I've looked at the xlate table and don't see any entries for this.  I hate doing a full xlate table clear during the day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 18:23:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869533#M973391</guid>
      <dc:creator>mreed</dc:creator>
      <dc:date>2007-10-19T18:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869534#M973392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing in case it matters to someone I am using PIX version 6.3(5) and this is a PIX 520.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 18:25:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869534#M973392</guid>
      <dc:creator>mreed</dc:creator>
      <dc:date>2007-10-19T18:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869535#M973393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have not allowed icmp replies back into the DMZ1 interface....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_dmz1 permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_dmz1 permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 18:27:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869535#M973393</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-10-19T18:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869536#M973394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duh,  I just had the IP any any and totally forgot about ICMP.  Unfortunatly that still hasn't resolved the issue.  After adding this to the access-list I tried it both with the nat 0 option and your static mapping and it still doesn't work either way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your assistance so far by the way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 18:36:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869536#M973394</guid>
      <dc:creator>mreed</dc:creator>
      <dc:date>2007-10-19T18:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869537#M973395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, did you also add...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_dmz2 permit icmp any any&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 18:40:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869537#M973395</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-10-19T18:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869538#M973396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did add it to both.  Interestingly the hitcount is not going up on them when performing a ping.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 18:46:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869538#M973396</guid>
      <dc:creator>mreed</dc:creator>
      <dc:date>2007-10-19T18:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869539#M973397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Weird, this shouln't be this hard. Want to post the new updated config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 18:54:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869539#M973397</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-10-19T18:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869540#M973398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yay, its not just me.  I've done this before and just couldn't figure out what I'm missing this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 19:10:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869540#M973398</guid>
      <dc:creator>mreed</dc:creator>
      <dc:date>2007-10-19T19:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869541#M973399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, that's my bad, I was reading too fast...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no static (DMZ2BU,DMZ1BU) 10.10.15.0 10.10.15.0 netmask 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;static (DMZ2BU,DMZ1BU) 10.10.12.0 10.10.12.0 netmask 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 19:19:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869541#M973399</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-10-19T19:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869542#M973400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done, unfortunatly still no dice.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 19:37:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869542#M973400</guid>
      <dc:creator>mreed</dc:creator>
      <dc:date>2007-10-19T19:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869543#M973401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's crazy. Time to start logging on the pix when you try to ping. You are trying to ping from 10.10.12.x to 10.10.15.x right. Try to get some logging going to see what the pix is saying as you ping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 19:40:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869543#M973401</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-10-19T19:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869544#M973402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm,  ok, doing a debug icmp trace if I ping from 10.10.12.145 to 198.6.1.4 on the outside I see all the records and it looks fine, which is good because that works.  But if from 10.10.12.145 I ping 10.10.15.151, there is no record in the debug,  none at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing that I can think of is that all of these servers have static mapping to outside.  Does that superseed the static (dmz1bu,dmz2bu) ... and the nat 0 lines because it comes first?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 20:06:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869544#M973402</guid>
      <dc:creator>mreed</dc:creator>
      <dc:date>2007-10-19T20:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Route without NAT between DMZs on PIX</title>
      <link>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869545#M973403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever figure this out?  I have a similar issue and am confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 17:18:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/route-without-nat-between-dmzs-on-pix/m-p/869545#M973403</guid>
      <dc:creator>slayerhawk</dc:creator>
      <dc:date>2008-05-14T17:18:36Z</dc:date>
    </item>
  </channel>
</rss>

