<?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 5505 - no Internet access from inside interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/5505-no-internet-access-from-inside-interface-resolved/m-p/2220999#M347443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added notes:&amp;nbsp; outside route works fine, and NAT appears to be properly configured...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---- output -----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOME-LAB# sh nat trans int outside det&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Auto NAT Policies (Section 2)&lt;/P&gt;&lt;P&gt;1 (inside) to (outside) source dynamic inside-net interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 1366, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 10.2.2.0/24, Translated: 192.168.2.254/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOME-LAB# ping 8.8.8.8&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;!!!!!&lt;/P&gt;&lt;P&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 20/28/40 ms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2013 22:42:07 GMT</pubDate>
    <dc:creator>tbrendle</dc:creator>
    <dc:date>2013-06-25T22:42:07Z</dc:date>
    <item>
      <title>5505 - no Internet access from inside interface [resolved]</title>
      <link>https://community.cisco.com/t5/network-security/5505-no-internet-access-from-inside-interface-resolved/m-p/2220998#M347430</link>
      <description>&lt;P&gt;I can't believe this is stumping me and I know the answer will result in a major face-palm, but I'm getting dizzy from running in circles...&amp;nbsp; This is as basic as it gets and from everything I've read, this config should work as is (without requiring access-list to surf from inside vlan).&amp;nbsp; Packet-tracer shows DROP from implicit rule, but I can't figure out why since it's traffic from a low to high security level....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Unable to route from inside vlan to outside/internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Physical Setup (from LANs to Internet):&lt;/P&gt;&lt;P&gt;ASA5505 Eth0/0 to Soho Router(w/ wireless).&lt;/P&gt;&lt;P&gt;Soho Router to ISP modem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Soho Router:&lt;/STRONG&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Wan IP: x.x.x.x&lt;/P&gt;&lt;P&gt;LAN IP:&amp;nbsp; 192.168.2.x /24 [dhcp range 1-128].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 8.4(6)&lt;BR /&gt;!&lt;BR /&gt;hostname HOME-LAB&lt;BR /&gt;enable password QgAPCjD3jLFbKB5Z encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; switchport access vlan 10&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; switchport access vlan 20&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt; shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Vlan10&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 192.168.2.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan20&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.2.2.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network inside-net&lt;BR /&gt; subnet 10.2.2.0 255.255.255.0&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network inside-net&lt;BR /&gt; nat (inside,outside) dynamic interface&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.2.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! ----- output ommitted -----!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;!&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 client auto&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 ip-options&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;============ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packet-tracer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOME-LAB# packet-tracer input inside icmp 10.2.2.1 0 0 1 192.168.2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: input&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;in&amp;nbsp;&amp;nbsp; 192.168.2.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.0&amp;nbsp;&amp;nbsp; outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phase: 2&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: DROP&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: inside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: outside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;&lt;P&gt;=======================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your time!&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;</description>
      <pubDate>Tue, 12 Mar 2019 02:02:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5505-no-internet-access-from-inside-interface-resolved/m-p/2220998#M347430</guid>
      <dc:creator>tbrendle</dc:creator>
      <dc:date>2019-03-12T02:02:47Z</dc:date>
    </item>
    <item>
      <title>5505 - no Internet access from inside interface</title>
      <link>https://community.cisco.com/t5/network-security/5505-no-internet-access-from-inside-interface-resolved/m-p/2220999#M347443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added notes:&amp;nbsp; outside route works fine, and NAT appears to be properly configured...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---- output -----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOME-LAB# sh nat trans int outside det&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Auto NAT Policies (Section 2)&lt;/P&gt;&lt;P&gt;1 (inside) to (outside) source dynamic inside-net interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 1366, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source - Origin: 10.2.2.0/24, Translated: 192.168.2.254/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOME-LAB# ping 8.8.8.8&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;!!!!!&lt;/P&gt;&lt;P&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 20/28/40 ms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 22:42:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5505-no-internet-access-from-inside-interface-resolved/m-p/2220999#M347443</guid>
      <dc:creator>tbrendle</dc:creator>
      <dc:date>2013-06-25T22:42:07Z</dc:date>
    </item>
    <item>
      <title>5505 - no Internet access from inside interface</title>
      <link>https://community.cisco.com/t5/network-security/5505-no-internet-access-from-inside-interface-resolved/m-p/2221000#M347453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Config issue resolved....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason it didn't like my nat statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was within the object group 'inside-net':&amp;nbsp; &lt;/P&gt;&lt;P&gt;nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changed to:&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic inside-net interface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 01:28:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5505-no-internet-access-from-inside-interface-resolved/m-p/2221000#M347453</guid>
      <dc:creator>tbrendle</dc:creator>
      <dc:date>2013-06-26T01:28:05Z</dc:date>
    </item>
  </channel>
</rss>

