<?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 The ISP router interface has in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734792#M193012</link>
    <description>&lt;P&gt;The ISP router interface has only one IP from the first address range.&lt;/P&gt;&lt;P&gt;No secondary IP on this interface at all. And I captured arp requiests from ISP router,&lt;/P&gt;&lt;P&gt;but no answers on them. Beside one address, ASA's ouside interface.&lt;/P&gt;&lt;P&gt;For this address arp response exits.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Aug 2015 13:46:46 GMT</pubDate>
    <dc:creator>stranger1971</dc:creator>
    <dc:date>2015-08-08T13:46:46Z</dc:date>
    <item>
      <title>ASA nat proxy don't work</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734787#M193007</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Could anybody explain&amp;nbsp;what's wrong with my configuration?&lt;/P&gt;&lt;P&gt;I have ASA ASA-5525-X&amp;nbsp;with 9.12 software. Outside interface has 3 real address ranges from ISP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inside network's (9 distinct LANs) users access the Internet through one ip address. It's outside interface address.&lt;/P&gt;&lt;P&gt;Other ISP's addresses is for outside access to internal&amp;nbsp;resources. NAT configuration follows.&lt;/P&gt;&lt;P&gt;Section 2 records:&lt;/P&gt;&lt;P&gt;object network Rule360&lt;BR /&gt;&amp;nbsp;nat (emts_vpn_admin,outside) static XX.YY.ZZ.DD&amp;nbsp;service tcp sqlnet sqlnet&amp;nbsp;&lt;/P&gt;&lt;P&gt;and so on about 100 times.&lt;/P&gt;&lt;P&gt;Section 3 records:&lt;/P&gt;&lt;P&gt;nat (architecture,outside) after-auto source dynamic architecture-NAT-to-Internet interface&lt;/P&gt;&lt;P&gt;nat (esx_mgmt,outside) after-auto source dynamic esx_mgmt-NAT-to-Internet interface&lt;/P&gt;&lt;P&gt;and so on 7 times.&lt;/P&gt;&lt;P&gt;Section 3 works well. But Section 2 don't work.&lt;/P&gt;&lt;P&gt;capture command shows outage arp answers for all external addresses besides outside interface address.&lt;/P&gt;&lt;P&gt;Wireshark shows arp request for mapped addresses from outside interface?! show arp interface outside shows full ARP cache.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, NAT Proxy ARP don't function correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:24:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734787#M193007</guid>
      <dc:creator>stranger1971</dc:creator>
      <dc:date>2019-03-12T06:24:00Z</dc:date>
    </item>
    <item>
      <title>Are the other IPs part of the</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734788#M193008</link>
      <description>&lt;P&gt;Are the other IPs part of the same IP subnet range as the IP assigned to the outside interface ?&lt;/P&gt;&lt;P&gt;If they are not do you know if the ISP has added routes for the other IP ranges pointing to your outside interface or have they added secondary IP addresses for these ranges to their router.&lt;/P&gt;&lt;P&gt;If they have added secondary addresses then they will use arp to resolve these IPs. If you have "no arp permit-nonconnected" in your configuration, which you may well have, then it won't work.&lt;/P&gt;&lt;P&gt;Solution would be to change the command ie. "arp permit&amp;nbsp;non-connected" or get the ISP to modify their router to&amp;nbsp;just route those additional ranges to the outside interface of&amp;nbsp;your ASA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 13:14:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734788#M193008</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-08-08T13:14:32Z</dc:date>
    </item>
    <item>
      <title>Hi.Of course, arp permit non</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734789#M193009</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Of course,&amp;nbsp;&lt;SPAN style="font-size: 14.3999996185303px; background-color: rgb(249, 249, 249);"&gt;arp permit&amp;nbsp;non-connected exists in the config.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px; background-color: rgb(249, 249, 249);"&gt;One subnet is in common range, but other one isn't.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px; background-color: rgb(249, 249, 249);"&gt;I have forgot to say that the ASA is a&amp;nbsp;replacement for old Linux-based firewall.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px; background-color: rgb(249, 249, 249);"&gt;That old firewall works with ISP without problem. So ISP's routing is well enough.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.3999996185303px; background-color: rgb(249, 249, 249);"&gt;Problem is located on ASA side.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 13:33:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734789#M193009</guid>
      <dc:creator>stranger1971</dc:creator>
      <dc:date>2015-08-08T13:33:59Z</dc:date>
    </item>
    <item>
      <title>That old firewall works with</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734790#M193010</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;SPAN style="background-color: rgb(249, 249, 249);"&gt;That old firewall works with ISP without problem. So ISP's routing is well enough.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgb(249, 249, 249);"&gt;Not necessarily.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It may be that the ISP did arp for the other ranges but your previous firewall would answer.&lt;/P&gt;&lt;P&gt;I wasn't saying the issue is with the ISP but rather it depends on how the ISP have setup their router.&lt;/P&gt;&lt;P&gt;If it is using secondary addressing which it may be then your firewall won't respond to arp requests for any IPs that don't have an IP from the range assigned to an interface.&lt;/P&gt;&lt;P&gt;Are you saying the ISP is definitely routing the other ranges and not using arp to resolve them ?&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 13:38:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734790#M193010</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-08-08T13:38:32Z</dc:date>
    </item>
    <item>
      <title>Sorry I may have misread your</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734791#M193011</link>
      <description>&lt;P&gt;Sorry I may have misread your last post.&lt;/P&gt;&lt;P&gt;Are you saying you have "arp permit non-connected" configured ?&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 13:44:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734791#M193011</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-08-08T13:44:37Z</dc:date>
    </item>
    <item>
      <title>The ISP router interface has</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734792#M193012</link>
      <description>&lt;P&gt;The ISP router interface has only one IP from the first address range.&lt;/P&gt;&lt;P&gt;No secondary IP on this interface at all. And I captured arp requiests from ISP router,&lt;/P&gt;&lt;P&gt;but no answers on them. Beside one address, ASA's ouside interface.&lt;/P&gt;&lt;P&gt;For this address arp response exits.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 13:46:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734792#M193012</guid>
      <dc:creator>stranger1971</dc:creator>
      <dc:date>2015-08-08T13:46:46Z</dc:date>
    </item>
    <item>
      <title>If the ISP was routing the</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734793#M193013</link>
      <description>&lt;P&gt;If the ISP was routing the other ranges to your ASA then you would not see arp requests for these IPs because the only arps you would see would be for -&lt;/P&gt;&lt;P&gt;1) the outside interface IP&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2) any IPs that are part of the same IP subnet as the outside interface IP.&lt;/P&gt;&lt;P&gt;If you are seeing arp requests for IPs that are not either of the above then your ISP thinks those IPs are directly connected to their router and so you would need "arp permit-nonconnected" in your configuration.&lt;/P&gt;&lt;P&gt;Apologies but still not sure whether you have this or whether you have "no arp permit-nonconnected".&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 13:54:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734793#M193013</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-08-08T13:54:54Z</dc:date>
    </item>
    <item>
      <title>It exists. But not works.</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734794#M193014</link>
      <description>&lt;P&gt;It exists. But not works. Look on this&lt;/P&gt;&lt;P&gt;access-list redcom_in extended permit tcp host ----------&amp;nbsp;host 10.0.0.51 eq 3389&amp;nbsp;&lt;BR /&gt;access-list intranet_in remark Allow Echo, Echo-Reply, Unreachable and Time-Exceeded on Outside&lt;BR /&gt;access-list intranet_in extended permit icmp any4 any4 object-group PingTraffic&amp;nbsp;&lt;BR /&gt;pager lines 50&lt;BR /&gt;mtu km66 1500&lt;BR /&gt;mtu redcom 1500&lt;BR /&gt;mtu km66_dmz 1500&lt;BR /&gt;mtu emts_vpn_admin 1500&lt;BR /&gt;mtu emts_intranet 1500&lt;BR /&gt;mtu library 1500&lt;BR /&gt;mtu intranet_cod 1500&lt;BR /&gt;mtu architecture 1500&lt;BR /&gt;mtu management 1500&lt;BR /&gt;mtu esx_mgmt 1500&lt;BR /&gt;mtu Mgmt 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any km66&lt;BR /&gt;icmp permit any redcom&lt;BR /&gt;icmp permit any km66_dmz&lt;BR /&gt;icmp permit any emts_vpn_admin&lt;BR /&gt;icmp permit any emts_intranet&lt;BR /&gt;icmp permit any library&lt;BR /&gt;icmp permit any intranet_cod&lt;BR /&gt;icmp permit any architecture&lt;BR /&gt;icmp permit any management&lt;BR /&gt;icmp permit any esx_mgmt&lt;BR /&gt;icmp permit any Mgmt&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network Rule439&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 14:04:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734794#M193014</guid>
      <dc:creator>stranger1971</dc:creator>
      <dc:date>2015-08-08T14:04:41Z</dc:date>
    </item>
    <item>
      <title>Okay so can we clarify where</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734795#M193015</link>
      <description>&lt;P&gt;Okay so can we clarify where we are.&lt;/P&gt;&lt;P&gt;If the ISP is using arp for all IPs then it does not have&amp;nbsp;a single IP on it's router or something is wrong.&lt;/P&gt;&lt;P&gt;You have captured arp requests from the ISP but the ASA is not responding ?&lt;/P&gt;&lt;P&gt;Does this include arp requests for IPs that are part of the same IP subnet as the outside interface ?&lt;/P&gt;&lt;P&gt;Have you just switched this over from your old firewall ie. when did you do the switch over.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 14:13:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734795#M193015</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-08-08T14:13:24Z</dc:date>
    </item>
    <item>
      <title>&gt; You have captured arp</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734796#M193016</link>
      <description>&lt;P style="font-size: 14.3999996185303px;"&gt;&amp;gt; You have captured arp requests from the ISP but the ASA is not responding ?&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;Yes.&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;&amp;gt;Does this include arp requests for IPs that are part of the same IP subnet as the outside &amp;gt;interface ?&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;Yes!!!&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;x.x.x.65 - no answer&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;x.x.x.66 - yes (outside)&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;x.x.x.67-94 - no answer&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;Provider's address x.x.x.78&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;I switched over back-force several times.&lt;/P&gt;&lt;P style="font-size: 14.3999996185303px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 14:25:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734796#M193016</guid>
      <dc:creator>stranger1971</dc:creator>
      <dc:date>2015-08-08T14:25:08Z</dc:date>
    </item>
    <item>
      <title>Were these IPs in use on the</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734797#M193017</link>
      <description>&lt;P&gt;Were these IPs in use on the old firewall ?&lt;/P&gt;&lt;P&gt;If they were the usual issue is that the ISP router has the old firewalls mac address in it's arp cache so it doesn't work.&lt;/P&gt;&lt;P&gt;But it does work for the outside interface usually because your internal clients are always connecting to the internet so that refreshes the ISP arp cache continually.&lt;/P&gt;&lt;P&gt;However you are saying you can see arp requests coming from the ISP so it doesn't sound like this is the issue here.&lt;/P&gt;&lt;P&gt;I will have a quick check of bugs to see if there is one for your version.&lt;/P&gt;&lt;P&gt;Can you post a "sh nat" ?&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 14:30:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734797#M193017</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-08-08T14:30:34Z</dc:date>
    </item>
    <item>
      <title>Actually can you post the</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734798#M193018</link>
      <description>&lt;P&gt;Actually can you post the full configuration please ?&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 14:36:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734798#M193018</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-08-08T14:36:07Z</dc:date>
    </item>
    <item>
      <title>Ok. See the attacment.sh nat</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734799#M193019</link>
      <description>&lt;P&gt;Ok. See the attacment.&lt;/P&gt;&lt;P&gt;sh nat will be tomorrow.&lt;/P&gt;&lt;P&gt;It's 0:42 am here.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2015 14:43:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-proxy-don-t-work/m-p/2734799#M193019</guid>
      <dc:creator>stranger1971</dc:creator>
      <dc:date>2015-08-08T14:43:13Z</dc:date>
    </item>
  </channel>
</rss>

