<?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: Help Configuring a 3 Interface PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483659#M534203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scenario tested in home network lab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list all permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 120 permit ip 10.0.0.0 255.0.0.0 20.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 120&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 10.1.1.0 10.1.1.0 netmask 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group all in interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to configure the NAT 0 &lt;/P&gt;&lt;P&gt;I used NAT exemption &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope It would help ypu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;swamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2005 05:18:29 GMT</pubDate>
    <dc:creator>arumugasamy</dc:creator>
    <dc:date>2005-08-22T05:18:29Z</dc:date>
    <item>
      <title>Help Configuring a 3 Interface PIX</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483652#M534196</link>
      <description>&lt;P&gt;I've recently setup a PIX and I know the INSIDE - OUTSIDE translation was working properly but I'm having difficulty configuring the new 'REMOTE' interface on the PIX.  I've attached a (very) basic drawing of the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order for the REMOTE LAN to have FULL communication (including PING) with the INSIDE LAN, what commands need to be configured?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For full two-way communication between INSIDE and REMOTE:&lt;/P&gt;&lt;P&gt;Static (inside,remote) 10.11.1.0 10.11.1.0 netmask  - no translation between subnets&lt;/P&gt;&lt;P&gt;Access-list 101 permit ip 10.11.1.0 255.255.255.0 10.10.0.0 255.255.0.0 &lt;/P&gt;&lt;P&gt;Access-group 101 in interface remote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done this and it still doesn't work.  What am I forgetting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Million thank you's,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:19:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483652#M534196</guid>
      <dc:creator>tpopejr</dc:creator>
      <dc:date>2020-02-21T08:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help Configuring a 3 Interface PIX</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483653#M534197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this out pls : &lt;/P&gt;&lt;P&gt;static (inside,remote) 10.10.0.0 10.10.0.0 netmask 255.255.0.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2005 18:22:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483653#M534197</guid>
      <dc:creator>mehrdad</dc:creator>
      <dc:date>2005-08-14T18:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help Configuring a 3 Interface PIX</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483654#M534198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need a nat 0 statement in addtion to what you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX(config)#nat (remote) 0 10.11.1.0 255.255.255.0 0 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2005 19:31:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483654#M534198</guid>
      <dc:creator>cruz-a</dc:creator>
      <dc:date>2005-08-14T19:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help Configuring a 3 Interface PIX</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483655#M534199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a read of the following document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008015efa9.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008015efa9.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This document gives example of configuring PIX with Mail server access on the DMZ, you can substitute the mail server for your remote LAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help and let me know how you get on, please rate post if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2005 20:11:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483655#M534199</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2005-08-14T20:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help Configuring a 3 Interface PIX</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483656#M534200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The article did not address my main issue.  Full two-way communication between INSIDE and DMZ (or REMOTE in my example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, do I have to list the two subnets in between the PIX and the remote network (it's across a T1 - hopping two 1760 routers)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2005 12:56:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483656#M534200</guid>
      <dc:creator>tpopejr</dc:creator>
      <dc:date>2005-08-16T12:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help Configuring a 3 Interface PIX</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483657#M534201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not need to list the intermediate subnets, but the PIX does need to know how to get to the 10.11.1.0 network&lt;/P&gt;&lt;P&gt;route REMOTE 10.11.1.0 255.255.255.0 192.168.253.2&lt;/P&gt;&lt;P&gt;Otherwise, it will use the default route.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2005 22:32:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483657#M534201</guid>
      <dc:creator>rsmith</dc:creator>
      <dc:date>2005-08-19T22:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help Configuring a 3 Interface PIX</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483658#M534202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post the config&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 01:25:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483658#M534202</guid>
      <dc:creator>jackko</dc:creator>
      <dc:date>2005-08-22T01:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help Configuring a 3 Interface PIX</title>
      <link>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483659#M534203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scenario tested in home network lab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list all permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 120 permit ip 10.0.0.0 255.0.0.0 20.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 120&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 10.1.1.0 10.1.1.0 netmask 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group all in interface dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to configure the NAT 0 &lt;/P&gt;&lt;P&gt;I used NAT exemption &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope It would help ypu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;swamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 05:18:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-configuring-a-3-interface-pix/m-p/483659#M534203</guid>
      <dc:creator>arumugasamy</dc:creator>
      <dc:date>2005-08-22T05:18:29Z</dc:date>
    </item>
  </channel>
</rss>

