<?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 Pix 501 disabling NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-disabling-nat/m-p/566641#M499305</link>
    <description>&lt;P&gt;I have a 2611 Router at home that i use to access my isp the 2 ethernet ports are configured with private ip addresses Ethernet 0 192.168.0.1, Ethernet 0/1 10.0.0.1 Both ports have a static/default route pointing to dialer interface also both interfaces have dynamic nat overloading applied,i have a Pix 501 that i would like to use but i am unsure how to configure it with this setup,would i have to disable nat on the pix. any advice would be greatfully appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 09:03:01 GMT</pubDate>
    <dc:creator>anthonyfloyd</dc:creator>
    <dc:date>2020-02-21T09:03:01Z</dc:date>
    <item>
      <title>Pix 501 disabling NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-disabling-nat/m-p/566641#M499305</link>
      <description>&lt;P&gt;I have a 2611 Router at home that i use to access my isp the 2 ethernet ports are configured with private ip addresses Ethernet 0 192.168.0.1, Ethernet 0/1 10.0.0.1 Both ports have a static/default route pointing to dialer interface also both interfaces have dynamic nat overloading applied,i have a Pix 501 that i would like to use but i am unsure how to configure it with this setup,would i have to disable nat on the pix. any advice would be greatfully appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:03:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-disabling-nat/m-p/566641#M499305</guid>
      <dc:creator>anthonyfloyd</dc:creator>
      <dc:date>2020-02-21T09:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 disabling NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-disabling-nat/m-p/566642#M499307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  ..  if you are trying to use the PIX instead of the router then the only issue is that the PIX 501 will only give you 1 internal subnet as it does not support more than 2 segments ( outside / inside )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could connected then as below  ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet-&amp;gt;Firewall-&amp;gt;Router ( Lan 1 and Lan 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default gateway for the router will be the internal interface of the PIX. The Default gateway of the PIX will be your ISP. And the PIX can be configured as PPPoE client. as per the below link&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_example09186a00801055dd.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00801055dd.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also On the PIX you would need to add a static routes for your internal lans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below config will give internet access from any host connected to the Internal side.&lt;/P&gt;&lt;P&gt;&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 access-list Internet_Access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Internet_Access permit ip x.x.x.x 255.255.255.0  any   ( where x.x.x.x is you internal lan )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps  ..  please rate it if it does !!!&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>Mon, 17 Jul 2006 03:00:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-disabling-nat/m-p/566642#M499307</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2006-07-17T03:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 disabling NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-disabling-nat/m-p/566643#M499309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;access-list noNAT permit ip [PIX_INSIDE_subnet] [mask] any&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list noNAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;static (inside,outside) [PIX_INSIDE_subnet] [PIX_INSIDE_subnet] netmask [mask] 0 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 09:46:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-disabling-nat/m-p/566643#M499309</guid>
      <dc:creator>grant.maynard</dc:creator>
      <dc:date>2006-07-17T09:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 disabling NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-disabling-nat/m-p/566644#M499311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi fernando thanks for taking the time to reply to my post i will try your suggestions and post back as soon as i can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 19:02:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-disabling-nat/m-p/566644#M499311</guid>
      <dc:creator>anthonyfloyd</dc:creator>
      <dc:date>2006-07-17T19:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 disabling NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-disabling-nat/m-p/566645#M499313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grant thanks for the config i will try this at the weekend and post back with results many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 19:06:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-disabling-nat/m-p/566645#M499313</guid>
      <dc:creator>anthonyfloyd</dc:creator>
      <dc:date>2006-07-17T19:06:18Z</dc:date>
    </item>
  </channel>
</rss>

