<?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: Established through PIX - CLEAR GUIDELINES in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/established-through-pix-clear-guidelines/m-p/325998#M552315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's almost there with just a couple of inaccuracies in the static and access list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be: &lt;/P&gt;&lt;P&gt;static (dmzhigh,dmzlow) 10.20.2.0 10.20.2.0 netmask 255.255.255.240 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_dmzlow permit ip 192.168.0.0 255.255.255.0 10.20.2.0 255.255.255.240&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A definitive guide is available here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml" target="_blank"&gt;http://cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes better sense with the basics of NAT and access through the PIX:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/mngacl.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/mngacl.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think of high security as &amp;#145;inside&amp;#146; and lower as &amp;#145;outside&amp;#146; even if dealing with DMZ&amp;#146;s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco print a good book dealing with PIX but I&amp;#146;m not aware of any downloadable from the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jan 2005 21:21:49 GMT</pubDate>
    <dc:creator>turnbull</dc:creator>
    <dc:date>2005-01-24T21:21:49Z</dc:date>
    <item>
      <title>Established through PIX - CLEAR GUIDELINES</title>
      <link>https://community.cisco.com/t5/network-security/established-through-pix-clear-guidelines/m-p/325997#M552313</link>
      <description>&lt;P&gt;I'm looking for clear guidelines, as the Cisco command ref, config guides etc do not cover all the combination of options for established from low to high and high to low security interface, NAT (inside/outside), Indentity NAT, Outside keep same IP addresses, use of Statics, DNS doctoring etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there some guidelines on the Internet or that someone has written and can share?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example is this use of static correct to enable establishing a session from 192.168.0.11 on a low security dmz to a higher dmz address 10.20.2.2 without NAT translation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address dmzlow 192.168.0.254 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address dmzhigh 192.168.6.1 255.255.255.252&lt;/P&gt;&lt;P&gt;route 10.20.2.0 255.255.255.240 192.168.6.2 1&lt;/P&gt;&lt;P&gt;access-list acl_dmzlow permit ip 192.168.0.0 255.255.255.0 192.168.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-group dmzlow in interface dmzlow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmzlow,dmzhigh) 10.20.2.0 10.20.2.0 netmask 255.255.255.240 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:53:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/established-through-pix-clear-guidelines/m-p/325997#M552313</guid>
      <dc:creator>mrrussell</dc:creator>
      <dc:date>2020-02-21T07:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Established through PIX - CLEAR GUIDELINES</title>
      <link>https://community.cisco.com/t5/network-security/established-through-pix-clear-guidelines/m-p/325998#M552315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's almost there with just a couple of inaccuracies in the static and access list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be: &lt;/P&gt;&lt;P&gt;static (dmzhigh,dmzlow) 10.20.2.0 10.20.2.0 netmask 255.255.255.240 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_dmzlow permit ip 192.168.0.0 255.255.255.0 10.20.2.0 255.255.255.240&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A definitive guide is available here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml" target="_blank"&gt;http://cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes better sense with the basics of NAT and access through the PIX:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/mngacl.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/config/mngacl.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think of high security as &amp;#145;inside&amp;#146; and lower as &amp;#145;outside&amp;#146; even if dealing with DMZ&amp;#146;s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco print a good book dealing with PIX but I&amp;#146;m not aware of any downloadable from the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2005 21:21:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/established-through-pix-clear-guidelines/m-p/325998#M552315</guid>
      <dc:creator>turnbull</dc:creator>
      <dc:date>2005-01-24T21:21:49Z</dc:date>
    </item>
  </channel>
</rss>

