<?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 ASA5510 - 1 site can access internet , 2 others cannot , why? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667968#M536244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try pinging the ip address 4.2.2.2 from a machine in site 3 and take the captures on the ASA, do not get confused with any thing, just check on the routers, whether you have a route pointing towards the ASA PROTECTED interface, thats it, do not check anything, this simple thing would clear out things for us:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 192.168.3.1 host 4.2.2.2&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 4.2.2.2 host 192.168.3.1&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 123.123.123.147 host 4.2.2.2&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 4.2.2.2 host 123.123.123.147&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture capin access-list cap interface PROTECTED&lt;/P&gt;&lt;P&gt;capture capout access-list cap interface EXTERNAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after applying these, ping 4.2.2.2&lt;/P&gt;&lt;P&gt;and check "show capture capin" and show capture capout"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does it show anything????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2011 19:17:30 GMT</pubDate>
    <dc:creator>varrao</dc:creator>
    <dc:date>2011-07-12T19:17:30Z</dc:date>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667961#M536228</link>
      <description>&lt;P&gt;I have 3 locations that are interconnected with an MPLS type of cloud provided by an ISP , it is transparent to me , currently I have all inter company traffic working but only site 1 is able to reach the internet. I'm running out of ideas and could use some more things to look at or troubleshooting steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the network diagram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="http://i.imgur.com/EKObW.jpg" class="jive-image" src="http://i.imgur.com/EKObW.jpg" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;site 3 uses 192.168.3.0/24&lt;BR /&gt;site 2 is 2.0/24&lt;BR /&gt;site 1 is 1.0/24 &lt;BR /&gt;(just FYI so diagram makes more sense)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;each PC in each site has its gateway set to its local router, so 2.100 (PC) has a gateway of 2.1 (its router in site 2) , 3.100 (PC) has a gateway of 3.1 (its router in site 3) etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All sites can reach all other sites on private subnets&lt;BR /&gt;for example: 192.168.3.1 can ping 2.1 and 1.1 &lt;BR /&gt;or 2.1 can ping 3.1 and 1.1 , 100% connectivity seems to exist there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;but... only the 1.0/24 site can get out to the internet!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more examples:&lt;/P&gt;&lt;P&gt;1.100 (PC) can ping 1.1 (Firewall) &lt;BR /&gt;2.100 (PC) &lt;STRONG&gt;cannot &lt;/STRONG&gt;ping 1.1 (firewall)&lt;BR /&gt;2.100 (PC) can ping 1.100 (PC)&lt;BR /&gt;1.100 (PC) can ping outside ip on internet&lt;/P&gt;&lt;P&gt;2.100 (PC) &lt;STRONG&gt;cannot &lt;/STRONG&gt;ping outside ip on internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is only 1 firewall for all 3 sites, all internet traffic should go out through this one firewall, all inter-company traffic does not need to be inspected by the firewall. In theory it is a good setup (in theory, lol)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need basic ideas of what to try at this point as I'm out of ideas. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only route is one static route of 0.0.0.0 0.0.0.0 next_hop_IP , clearly this works for my "connected subnet" as internet access is working, why this does not work for my other two subnets is beyond me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should I somehow specify in the firewall config that traffic from 2.0/24 and 3.0/24 is allowed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to configure traceroutes to pass through, I did add inspect icmp to the global config and I can ping from 1.0/24 everywhere, I'm *assuming* this should allow a PC in 2.0/24 or 3.0/24 to also ping and get a reply but that's just an assumption on my part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I don't know for sure if packets (lets say ping) from 2.100 is actually getting to 1.1 (firewall) , I'm not sure how to test that either at this point. It may just be the firewall dropping the ICMP replies to the other 2 subnets or maybe the packets don't even get there. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any futher help will once again be greatly appreciated! Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:57:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667961#M536228</guid>
      <dc:creator>cadek1fraen</dc:creator>
      <dc:date>2019-03-11T20:57:55Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667962#M536232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please provide a configuration from your firewall, that would be really helpful, difficult tos ay why its not working, but yes if yolu do not have any nat command for the two networks, they wont be able to access internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 18:15:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667962#M536232</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-12T18:15:36Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667963#M536235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Here it is, that's good news about the NAT, I didn't think I had to do that so that might be my solution. Please advise with what commands I should add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.2(1) &lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password &lt;BR /&gt;passwd &lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; nameif EXTERNAL&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 123.123.123.147 255.255.255.240 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; nameif PROTECTED&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt; nameif management&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.10.1 255.255.255.0 &lt;BR /&gt; management-only&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu management 1500&lt;BR /&gt;mtu PROTECTED 1500&lt;BR /&gt;mtu EXTERNAL 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any PROTECTED&lt;BR /&gt;icmp permit any EXTERNAL&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (EXTERNAL) 101 interface&lt;BR /&gt;nat (PROTECTED) 101 0.0.0.0 0.0.0.0&lt;BR /&gt;route EXTERNAL 0.0.0.0 0.0.0.0 123.123.123.145 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.10.0 255.255.255.0 management&lt;BR /&gt;http 192.168.1.0 255.255.255.0 PROTECTED&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;telnet 0.0.0.0 0.0.0.0 management&lt;BR /&gt;telnet 192.168.1.0 255.255.255.0 PROTECTED&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd address 192.168.1.100-192.168.1.250 PROTECTED&lt;BR /&gt;!&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;webvpn&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map &lt;BR /&gt;&amp;nbsp; inspect ftp &lt;BR /&gt;&amp;nbsp; inspect h323 h225 &lt;BR /&gt;&amp;nbsp; inspect h323 ras &lt;BR /&gt;&amp;nbsp; inspect rsh &lt;BR /&gt;&amp;nbsp; inspect rtsp &lt;BR /&gt;&amp;nbsp; inspect esmtp &lt;BR /&gt;&amp;nbsp; inspect sqlnet &lt;BR /&gt;&amp;nbsp; inspect skinny&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;&amp;nbsp; inspect icmp &lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context &lt;BR /&gt;Cryptochecksum&lt;BR /&gt;: end&lt;BR /&gt;no asdm history enable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 18:25:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667963#M536235</guid>
      <dc:creator>cadek1fraen</dc:creator>
      <dc:date>2011-07-12T18:25:03Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667964#M536237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is nothing wrong with nat:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (EXTERNAL) 101 interface&lt;/P&gt;&lt;P&gt;nat (PROTECTED) 101 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the suers behind the PROTECTED interface aere allowed internet access. Two things you need to check now, first captures and sercond logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Collected the captures on the ASA and take the logs as well when the traffic gets denied by the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For taking captures:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-1222"&gt;https://supportforums.cisco.com/docs/DOC-1222&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need to chek in the captures is, if traffic from the two subnets is reaching the firewall and if yes, does it leave out from the EXTERNAL interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 18:31:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667964#M536237</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-12T18:31:49Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667965#M536239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thanks for the link, I will do this right now and will post results. Maybe the traffic isn't even reaching the firewall which would at least set me on the right path. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 18:33:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667965#M536239</guid>
      <dc:creator>cadek1fraen</dc:creator>
      <dc:date>2011-07-12T18:33:42Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667966#M536241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats right, I suspect that too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 18:36:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667966#M536241</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-12T18:36:47Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667967#M536243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; well now I am thoroughly confused, lol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the capture for ICMP traffic only , which worked... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;locally I pinged from 1.123 to a public IP&lt;/P&gt;&lt;P&gt;16: 11:54:07.164847 192.168.1.123 &amp;gt; xxx.228: icmp: echo request &lt;BR /&gt;17: 11:54:07.264924 xxx.228 &amp;gt; 192.168.1.123: icmp: echo reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok good I thought, then.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from site 3 , 3.1 (telneted into the router) I used routers ping utility to ping 1.1 (firewall)&lt;/P&gt;&lt;P&gt;1: 11:51:40.014662 xxx.150 &amp;gt; 192.168.1.1: icmp: echo request &lt;BR /&gt;2: 11:51:42.014220 xxx.150 &amp;gt; 192.168.1.1: icmp: echo request &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no replies??? but at least it got there &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's the real confusing part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from site 3, 3.1 pinged outside ip (same as in first test above)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTHING in the logs at all&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 19:06:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667967#M536243</guid>
      <dc:creator>cadek1fraen</dc:creator>
      <dc:date>2011-07-12T19:06:56Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667968#M536244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try pinging the ip address 4.2.2.2 from a machine in site 3 and take the captures on the ASA, do not get confused with any thing, just check on the routers, whether you have a route pointing towards the ASA PROTECTED interface, thats it, do not check anything, this simple thing would clear out things for us:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 192.168.3.1 host 4.2.2.2&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 4.2.2.2 host 192.168.3.1&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 123.123.123.147 host 4.2.2.2&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 4.2.2.2 host 123.123.123.147&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture capin access-list cap interface PROTECTED&lt;/P&gt;&lt;P&gt;capture capout access-list cap interface EXTERNAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after applying these, ping 4.2.2.2&lt;/P&gt;&lt;P&gt;and check "show capture capin" and show capture capout"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does it show anything????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 19:17:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667968#M536244</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-12T19:17:30Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667969#M536245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; no I get 0 captures, &lt;STRONG&gt;but &lt;/STRONG&gt;(there's always a but &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt; ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a direct ping to 192.168.1.1 from 3.1 results in 5 icmp: echo requests showing up in the logs, &lt;STRONG&gt;but 0 replies! &lt;/STRONG&gt;that part I don't understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but pinging 4.2.2.2. results in 0 packets captured. My ISP is continuously saying that there's nothing wrong and that the firewall is dropping packets for the 2 subnets in question , 3.0/24 and 2.0/24&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 20:02:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667969#M536245</guid>
      <dc:creator>cadek1fraen</dc:creator>
      <dc:date>2011-07-12T20:02:29Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667970#M536246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. As Varun mentioned above, make sure that you have defaulr route statements at remote sites pointing to ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Also, as the ASA not running any dynamic routing protocol, you need to add route statements for remote sites subnets on ASA pointing back to routers. route PROTECTED 192.168.2.0 255.255.255.0 &lt;REMOTE rtr=""&gt; 1&lt;/REMOTE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 20:31:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667970#M536246</guid>
      <dc:creator>mvsheik123</dc:creator>
      <dc:date>2011-07-12T20:31:51Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667971#M536247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will check on both and will add the routes you mentioned, that might make a big difference. I'll report back &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 20:35:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667971#M536247</guid>
      <dc:creator>cadek1fraen</dc:creator>
      <dc:date>2011-07-12T20:35:03Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667972#M536248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are doing great,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I would like to remind you that in order to verify if the ASA is dropping packets you can do a:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture asp-drop type asp-drop all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after that you can do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show capture asp-drop | include (ip address receiving the ICMP packets)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis Sandi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 23:45:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667972#M536248</guid>
      <dc:creator>lusandi</dc:creator>
      <dc:date>2011-07-12T23:45:55Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667973#M536249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; well.. I'm leaning towards this being just a routing issue, but I cannot figure it out for the life of me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the routes back to 2.0/24 and 3.0/24 , the gateway for those was 192.168.1.253 which is the internal port of the router (orange in site 1 router in diagram above). This should work as that router has all the other necessary routes to get elsewhere which I can confirm works, but it accomplished nothing. I also tried using the public IP of the remote sites as the gateway for these routes, same result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this make sense? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from a PC (1.100) I can ping the public IP of router in site 2 or 3&lt;/P&gt;&lt;P&gt;from the firewall (1.1) using the ADSM ping tool I cannot get to either of those IPs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something is very wrong, if I only knew what, lol &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 12:50:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667973#M536249</guid>
      <dc:creator>cadek1fraen</dc:creator>
      <dc:date>2011-07-13T12:50:50Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667974#M536250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try by enabling enable 'same-security-traffic permit intra-interface' on ASA. Also, I don't think it is required but you can enable same-security-traffic permit inter-interface as well. If you still have issues, try to ping inside ip of the ASA from remote site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this fails (thats what iam expecting ;-)): then go a step back- ping the site 1 router IP (192.168.1.253) ...go backwards and see where you get the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you can ping ASA inside IP: enable debug icmp trace and try to ping public IPs. you should see on ASA the logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 13:29:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667974#M536250</guid>
      <dc:creator>mvsheik123</dc:creator>
      <dc:date>2011-07-13T13:29:49Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667975#M536251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I've made some changes and some progress&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right now a PC 3.100 can ping firewall's PROTECTED interface (inside) , so 3.100 -&amp;gt; 1.1 works , now I even get replies back for the pings (not just see echo requests on firewall). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still no internet traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the same PC 3.100 tries going to 4.2.2.2 I see 0 traffic on the fw and of course it does not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to call cisco and use my smartnet, but I fear they'll just tell me to call the ISP who in turn blames everything on the firewall , oh the joys of IT!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 18:49:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667975#M536251</guid>
      <dc:creator>cadek1fraen</dc:creator>
      <dc:date>2011-07-13T18:49:33Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667976#M536252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post the current config from ASA. Als, do you see any o/p on ASA for 'debug icmp trace' (I guees you can give options 128 or 255 - don't recall exactly) while trying to ping 4.2.2.1 or 4.2.2.2 etc from remote site?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 19:00:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667976#M536252</guid>
      <dc:creator>mvsheik123</dc:creator>
      <dc:date>2011-07-13T19:00:21Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667977#M536253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any route on the routers that says, all the internet traffic request coming from the internal subnets needs to be routed to ASA inside interface, plz check that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, yes I would suggest opening&amp;nbsp; a TAC case for it, and plz be rest assured, we are not an organization who would just shrug off our responsibilities, I assure you we would definitely assist you in resolving the issue, if the issue is not on the firewall, we woudl definitely let you know how to troubleshoot it. You can open a TAC case with me as well, my shift timings are 01:30 am - 10:30 PM EDT, actually i work in Brussels timezone. I would love to assist you with this issue. Cisco has always been a customer centric organization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 19:02:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667977#M536253</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-13T19:02:57Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667978#M536255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; that is great to hear Varun. Thank you for the offer and I definitely wasn't implying that cisco would leave us hanging, but if it's a routing problem then it enters that gray territory of whose problem it is &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The remote routers utilize BGP so it's pretty confusing as there are BGP and connected routes showing, but as far as I can tell they have a default route 0.0.0.0 0.0.0.0 their_next_hop_public_ip so everything is sent to the cloud in the diagram above. For internal traffic this works and arrives in its correct place, for internet traffic not so much. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The more I think about it I think it's time to bug the ISP again. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 19:58:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667978#M536255</guid>
      <dc:creator>cadek1fraen</dc:creator>
      <dc:date>2011-07-13T19:58:35Z</dc:date>
    </item>
    <item>
      <title>ASA5510 - 1 site can access internet , 2 others cannot , why?</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667979#M536257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It definitely appears to be routing issue. Internal network reachability works fine as the network being learned via BGP/any other routing protocol in use. The default route- when the packet reaches the 'next hop public ip', I believe it is dropping as the next hop is carrier cloud and carrier peer unable to send it to main location (again this is MPLS and all I have is theoritical knowledge in MPLS ;-)). Although it sounds against the basic routing policy, as the network is transperant ,did you try to add the the default route netxt hop on remote location router as Main location router or ASA IP? Can you test it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you can post current config from ASA, remote end router and main router any MPLS experts may be able to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 02:07:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-1-site-can-access-internet-2-others-cannot-why/m-p/1667979#M536257</guid>
      <dc:creator>mvsheik123</dc:creator>
      <dc:date>2011-07-14T02:07:05Z</dc:date>
    </item>
  </channel>
</rss>

