<?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: ASA ISP Arp problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-isp-arp-problem/m-p/964953#M939215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proxyarp is enabled by default on the outside in 7.x code. Look at the capture below where only when I configure noproxyarp it shows up in the configuration and that would mean it's a user configured value. In your case it looks like someone may have disabled the proxyarp on the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see how the PIX/ASA would respond, without proxyarp enabled, on behalf of host that's configured for static translation if the global address happens to be on the same subnet as the outside of the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall# show run sysopt (factory setting)&lt;/P&gt;&lt;P&gt;no sysopt connection timewait&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss 1380&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss minimum 0&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias inbound&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias outbound&lt;/P&gt;&lt;P&gt;no sysopt radius ignore-secret&lt;/P&gt;&lt;P&gt;sysopt connection permit-vpn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall# config t&lt;/P&gt;&lt;P&gt;pixfirewall(config)# no sysopt noproxyarp outside&lt;/P&gt;&lt;P&gt;pixfirewall(config)# show run sysopt&lt;/P&gt;&lt;P&gt;no sysopt connection timewait&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss 1380&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss minimum 0&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias inbound&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias outbound&lt;/P&gt;&lt;P&gt;no sysopt radius ignore-secret&lt;/P&gt;&lt;P&gt;sysopt connection permit-vpn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall(config)# sysopt noproxyarp outside&lt;/P&gt;&lt;P&gt;pixfirewall(config)# show run sysopt&lt;/P&gt;&lt;P&gt;no sysopt connection timewait&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss 1380&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss minimum 0&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias inbound&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias outbound&lt;/P&gt;&lt;P&gt;no sysopt radius ignore-secret&lt;/P&gt;&lt;P&gt;sysopt noproxyarp outside&lt;/P&gt;&lt;P&gt;sysopt connection permit-vpn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2008 14:33:32 GMT</pubDate>
    <dc:creator>sundar.palaniappan</dc:creator>
    <dc:date>2008-04-16T14:33:32Z</dc:date>
    <item>
      <title>ASA ISP Arp problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-arp-problem/m-p/964951#M939211</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just replaced a PIX 515 with an ASA 5510 failover.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX had about 10 static nat translations, and pat on the interface as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_outbound_nat0_acl&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x 192.168.100.3 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x 172.16.128.28 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x 172.16.128.25 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x 192.168.95.4 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x 192.168.50.242 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the pix was replaced with the ASA, the pat off of the interface worked great.  I then went to test other sytems, and found that nat was not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upon further review, the traffic wasn't even making it to the ASA for translation.  As it turns out, the ISP said that the managed router had incomplete arp entries for all public addresses but our ASA outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a temporary solution, I would enter change the IP address on the interface to each of the nat'd addresses, and then back to what it should be.  This routine fixed the problem, but then the ISP cleared the ARP table on the router and the problem is back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could possibly be going on here?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:32:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-arp-problem/m-p/964951#M939211</guid>
      <dc:creator>jheckart</dc:creator>
      <dc:date>2019-03-11T12:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ISP Arp problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-arp-problem/m-p/964952#M939214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So,&lt;/P&gt;&lt;P&gt;Turns out that proxy-arp was disabled. (sysopt noproxyarp outside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enabled proxyarp, and the asa responded to arp for the static addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched netpro and google for this, and can't believe that I couldn't find it.  I guess it makes sense based on how the asa would have to respond for anything it was asked of.  Has anyone run into this before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 12:48:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-arp-problem/m-p/964952#M939214</guid>
      <dc:creator>jheckart</dc:creator>
      <dc:date>2008-04-16T12:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ISP Arp problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-arp-problem/m-p/964953#M939215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proxyarp is enabled by default on the outside in 7.x code. Look at the capture below where only when I configure noproxyarp it shows up in the configuration and that would mean it's a user configured value. In your case it looks like someone may have disabled the proxyarp on the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see how the PIX/ASA would respond, without proxyarp enabled, on behalf of host that's configured for static translation if the global address happens to be on the same subnet as the outside of the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall# show run sysopt (factory setting)&lt;/P&gt;&lt;P&gt;no sysopt connection timewait&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss 1380&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss minimum 0&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias inbound&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias outbound&lt;/P&gt;&lt;P&gt;no sysopt radius ignore-secret&lt;/P&gt;&lt;P&gt;sysopt connection permit-vpn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall# config t&lt;/P&gt;&lt;P&gt;pixfirewall(config)# no sysopt noproxyarp outside&lt;/P&gt;&lt;P&gt;pixfirewall(config)# show run sysopt&lt;/P&gt;&lt;P&gt;no sysopt connection timewait&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss 1380&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss minimum 0&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias inbound&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias outbound&lt;/P&gt;&lt;P&gt;no sysopt radius ignore-secret&lt;/P&gt;&lt;P&gt;sysopt connection permit-vpn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall(config)# sysopt noproxyarp outside&lt;/P&gt;&lt;P&gt;pixfirewall(config)# show run sysopt&lt;/P&gt;&lt;P&gt;no sysopt connection timewait&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss 1380&lt;/P&gt;&lt;P&gt;sysopt connection tcpmss minimum 0&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias inbound&lt;/P&gt;&lt;P&gt;no sysopt nodnsalias outbound&lt;/P&gt;&lt;P&gt;no sysopt radius ignore-secret&lt;/P&gt;&lt;P&gt;sysopt noproxyarp outside&lt;/P&gt;&lt;P&gt;sysopt connection permit-vpn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 14:33:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-arp-problem/m-p/964953#M939215</guid>
      <dc:creator>sundar.palaniappan</dc:creator>
      <dc:date>2008-04-16T14:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ISP Arp problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-arp-problem/m-p/964954#M939217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sundar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, thanks.  That's the conclusion that I came to as well.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 16:51:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-arp-problem/m-p/964954#M939217</guid>
      <dc:creator>jheckart</dc:creator>
      <dc:date>2008-04-16T16:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASA ISP Arp problem</title>
      <link>https://community.cisco.com/t5/network-security/asa-isp-arp-problem/m-p/964955#M939219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proxy-arp is normally for arp response on behalf of another device that is on a different segment.  For static NATs in the ASA I would think it would reply to these ARPs because they are on the same external subnet and the static NATs are present.  Proxy-arp is normally for cross segment arp proxying and I want that disabled.  ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:43:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-isp-arp-problem/m-p/964955#M939219</guid>
      <dc:creator>JOSH GANT</dc:creator>
      <dc:date>2008-06-17T12:43:52Z</dc:date>
    </item>
  </channel>
</rss>

