<?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 Problem with ARP and PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479802#M557010</link>
    <description>&lt;P&gt;I have a problem with a new connection that I made for a new network segment which is directly connected to a PIX. The PIX is a 520 running ver 5.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workstations and servers are connect to a Catalyst 2950 which is connect to the PIX for the gateway (no other router in between). I was having issues accessing some devices on that same network segment and later it was found that the PIX was responding to ARP requests instead of the machine that was being accessed. So basically, if computer A is trying to talk to computer B which are on the same network, it is actually going to the PIX (like computer B is on a different net). If I disconnect the PIX everything is fine but if I reconnect it, the problem starts all over again. This is also random and happens to several different computer/server at different times. Any ideas? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 08:13:01 GMT</pubDate>
    <dc:creator>romchik</dc:creator>
    <dc:date>2020-02-21T08:13:01Z</dc:date>
    <item>
      <title>Problem with ARP and PIX</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479802#M557010</link>
      <description>&lt;P&gt;I have a problem with a new connection that I made for a new network segment which is directly connected to a PIX. The PIX is a 520 running ver 5.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workstations and servers are connect to a Catalyst 2950 which is connect to the PIX for the gateway (no other router in between). I was having issues accessing some devices on that same network segment and later it was found that the PIX was responding to ARP requests instead of the machine that was being accessed. So basically, if computer A is trying to talk to computer B which are on the same network, it is actually going to the PIX (like computer B is on a different net). If I disconnect the PIX everything is fine but if I reconnect it, the problem starts all over again. This is also random and happens to several different computer/server at different times. Any ideas? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:13:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479802#M557010</guid>
      <dc:creator>romchik</dc:creator>
      <dc:date>2020-02-21T08:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ARP and PIX</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479803#M557011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The pix will proxy arp, which makes sense for when statics and globals are in use (i.e, it proxy arps on behalf of those behind it as they are on a different segment ethernet wise and could not response to arp themselves). Why it would proxy arp on the inside is a bit curious. You could try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sysopt noproxyarp inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, you might want to look at your configuration, as I believe the pix should only response to arp requests for its interfaces, and IPs used for static or global addresses. If you have a support contract, you also might want to upgrade the PIX OS, as that is a very old version, and I have no idea if there were any proxyarp bugs in it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2005 16:37:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479803#M557011</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2005-06-17T16:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ARP and PIX</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479804#M557012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply... I understand the proxy function of the PIX but would it make any difference if this was a DMZ interface ie (eth2)?  These hosts that are having problems or on the same net and are not trying to access any other net.  Problem happens when the PIX is connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestions, I will try them!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2005 17:50:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479804#M557012</guid>
      <dc:creator>romchik</dc:creator>
      <dc:date>2005-06-17T17:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ARP and PIX</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479805#M557013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a similar problem.  It occured because two interfaces shared the same physical cabling.  Pinging the address for the first time replied with one response and then nothing.  A packet capture revealed that the second interface (believing that the mac address was on its network) replied momentarily later than the first interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution was to segregate the second network onto its own physical cabling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not work, the other option that you have is to manually enter the correct addresses into the arp table on the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2005 18:51:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479805#M557013</guid>
      <dc:creator>csturmey</dc:creator>
      <dc:date>2005-06-18T18:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ARP and PIX</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479806#M557014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the PIX have the correct subnet mask for the DMZ interface? If the mask is too long, it may think the target host is not on that directly connected interface and therefore make a proxy ARP response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2005 10:08:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479806#M557014</guid>
      <dc:creator>m.berry</dc:creator>
      <dc:date>2005-06-19T10:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ARP and PIX</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479807#M557015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gentlmen for your replies... The PIX has different physical cables connecting the inside and the DMZ interfaces.  I also confirmed the mask and that is set up correctly.  I'm tring to get the latest PIX OS to see if I can do a 'no arp' command since the 5.2 OS does not support that function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.s If anyone has any other suggestions PLEASE feel free to post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 14:15:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479807#M557015</guid>
      <dc:creator>romchik</dc:creator>
      <dc:date>2005-06-21T14:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ARP and PIX</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479808#M557016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am experiencing the same problem on a Pix running 6.2.3.  Servers on same subnet can not talk to each other because the Pix sends the Arp reply first.&lt;/P&gt;&lt;P&gt;My current work around is adding static arp on each server.  Have you found a solution for your problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 07:04:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479808#M557016</guid>
      <dc:creator>tin.ngo</dc:creator>
      <dc:date>2005-09-22T07:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ARP and PIX</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479809#M557017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should explain how the problem started:&lt;/P&gt;&lt;P&gt;The pix has 4 interfaces as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside : 10.202.254.0/26&lt;/P&gt;&lt;P&gt;Outside: 10.203.1.64/26&lt;/P&gt;&lt;P&gt;DMZ1: 10.203.1.128/26&lt;/P&gt;&lt;P&gt;DMZ2: 10.203.1.192/30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This set up has been working fine for a few years.  Recently things change and there were users coming from DMZ2 with a 10.x.x.x network.  We had no choice but route the whole class A 10.x.x.x network back to DMZ2.  The 3 lines added to the Firewall were as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route dmz2 10.0.0.0 255.0.0.0 10.203.1.193&lt;/P&gt;&lt;P&gt;static (dmz2,outside) 10.0.0.0 10.0.0.0 netmask 255.0.0.0&lt;/P&gt;&lt;P&gt;static (dmz2,dmz1) 10.0.0.0 10.0.0.0 netmask 255.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since then the problem started where servers on the same subnet such as on DMZ1:  server_1 with IP 10.203.1.130 can not ping server_2 wit IP 10.203.1.131.  Packet trace showed that  when server_1 arp request for server_2, the Firewall arp Reply with its Mac address.  Debug arp on the firewall also showed the following results with 10.203.1.129 being the IP of DMZ1 interface.  The Firewall is arping for itself ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;90: arp-send: arp request built from 10.203.1.129 00e0.b606.81df for 10.203.1.129&lt;/P&gt;&lt;P&gt;91: arp-send: arp request built from 10.203.1.129 00e0.b606.81df for 10.203.1.129&lt;/P&gt;&lt;P&gt;92: arp-send: arp request built from 10.203.1.129 00e0.b606.81df for 10.203.1.129&lt;/P&gt;&lt;P&gt;93: arp-send: arp request built from 10.203.1.129 00e0.b606.81df for 10.203.1.129&lt;/P&gt;&lt;P&gt;94: arp-send: arp request built from 10.203.1.129 00e0.b606.81df for 10.203.1.129&lt;/P&gt;&lt;P&gt;95: arp-send: arp request built from 10.203.1.129 00e0.b606.81df for 10.203.1.129&lt;/P&gt;&lt;P&gt;96: arp-send: arp request built from 10.203.1.129 00e0.b606.81df for 10.203.1.129&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2005 20:16:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-arp-and-pix/m-p/479809#M557017</guid>
      <dc:creator>tin.ngo</dc:creator>
      <dc:date>2005-09-22T20:16:39Z</dc:date>
    </item>
  </channel>
</rss>

