<?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 Connectivity issue PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471239#M268513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The security level are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nameif ethernet2 dmz1 security80&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nameif ethernet3 dmz2 security70&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;It's weird because if I run icmp echo from 192.168.1.0 to 192.168.2.0, later I can run icmp echo request from 192.168.2.0 to 192.168.1.0. It seems something of ARP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;What about this? Should do I remove this lines?&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;sysopt noproxyarp inside&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;sysopt noproxyarp dmz1&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;sysopt noproxyarp dmz2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 20:01:03 GMT</pubDate>
    <dc:creator>CSCO11983020</dc:creator>
    <dc:date>2014-03-06T20:01:03Z</dc:date>
    <item>
      <title>Connectivity issue PIX</title>
      <link>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471235#M268505</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a PIX firewall with inside, outside, dmz1 and dmz2 interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nameif ethernet2 dmz1 security80&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nameif ethernet3 dmz2 security70&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can run icmp echo request from inside to dmz1 and dmz2 well. However, I can't run icmp echo request from dmz1 to dmz2, but if I run icmp echo request from dmz2 to dmz1, later I can run icmp echo request from dmz1 to dmz2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems an issue with ARP but I don't know, what can be happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, best regards.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:54:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471235#M268505</guid>
      <dc:creator>CSCO11983020</dc:creator>
      <dc:date>2019-03-12T03:54:24Z</dc:date>
    </item>
    <item>
      <title>Connectivity issue PIX</title>
      <link>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471236#M268507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's sounds like a static NAT issue. Can you post your config ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 11:48:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471236#M268507</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-03-06T11:48:20Z</dc:date>
    </item>
    <item>
      <title>Connectivity issue PIX</title>
      <link>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471237#M268509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;The config is the next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nat (inside) 0 192.168.0.0 255.255.0.0 0 0&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nat (dmz1) 0 192.168.1.0 255.255.255.0 0 0&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nat (dmz2) 0 192.168.2.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,dmz2) 192.168.0.0 192.168.0.0 netmask 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz1,dmz2) 192.168.1.0 192.168.1.0 netmask 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;access-list dmz1 permit tcp any any&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;access-list dmz1 permit udp any any&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;access-list dmz2 permit icmp any any&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;access-list dmz2 permit tcp any any&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;access-list dmz2 permit udp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I don't know what's happening but I can't run icmp echo request from 192.168.2.0 to 192.168.1.0. Do I have to configure something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 19:15:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471237#M268509</guid>
      <dc:creator>CSCO11983020</dc:creator>
      <dc:date>2014-03-06T19:15:53Z</dc:date>
    </item>
    <item>
      <title>Connectivity issue PIX</title>
      <link>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471238#M268510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What security levels are dmz1 and dmz2 ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 19:38:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471238#M268510</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-03-06T19:38:31Z</dc:date>
    </item>
    <item>
      <title>Connectivity issue PIX</title>
      <link>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471239#M268513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The security level are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nameif ethernet2 dmz1 security80&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;nameif ethernet3 dmz2 security70&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;It's weird because if I run icmp echo from 192.168.1.0 to 192.168.2.0, later I can run icmp echo request from 192.168.2.0 to 192.168.1.0. It seems something of ARP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;What about this? Should do I remove this lines?&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;sysopt noproxyarp inside&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;sysopt noproxyarp dmz1&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;sysopt noproxyarp dmz2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 20:01:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471239#M268513</guid>
      <dc:creator>CSCO11983020</dc:creator>
      <dc:date>2014-03-06T20:01:03Z</dc:date>
    </item>
    <item>
      <title>Connectivity issue PIX</title>
      <link>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471240#M268514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;Can you try enabling proxyarp on the dmz2 interface and retest.&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;Before you do the above can you clear the arp table and the xlate table (assuming this is not an active production firewall with active connections).&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;If this doesn't work then please post the full configuration.&lt;/P&gt;&lt;P style="margin-bottom: 0.35cm;"&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 20:09:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471240#M268514</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2014-03-06T20:09:01Z</dc:date>
    </item>
    <item>
      <title>Hello Jon, Thank you very</title>
      <link>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471241#M268516</link>
      <description>&lt;P&gt;Hello Jon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much, it was a static NAT issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2014 10:58:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connectivity-issue-pix/m-p/2471241#M268516</guid>
      <dc:creator>CSCO11983020</dc:creator>
      <dc:date>2014-03-13T10:58:21Z</dc:date>
    </item>
  </channel>
</rss>

