<?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 Can't Reach Outside interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-t-reach-outside-interface/m-p/2814959#M174206</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have install this lab with gns3 :&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/media/capture_121.png" class="migrated-markup-image" /&gt;&lt;/P&gt;
&lt;P&gt;I tried to reach gig1 on the ASA1, which is the outside interface in ASA1 from C1, but without succeed.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The configuration in ASA1 is as below :&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ciscoasa# sh running-config&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.4(2)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; security-level 100&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 100.100.100.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet3&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 GigabitEthernet4&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 GigabitEthernet5&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;ftp mode passive&lt;BR /&gt;object network internal-lan&lt;BR /&gt; subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;access-list outside_access_in extended permit icmp any any echo-reply log disable&lt;BR /&gt;access-list outside_access_in_1 extended permit icmp any any echo-reply&lt;BR /&gt;access-list ICMPACL extended permit icmp any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-645.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;!&lt;BR /&gt;object network internal-lan&lt;BR /&gt; nat (any,outside) dynamic interface&lt;BR /&gt;access-group ICMPACL in interface inside&lt;BR /&gt;access-group outside_access_in_1 in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 100.100.100.2 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;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&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 warmstart&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&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;username test password P4ttSyrm33SV8TYp encrypted&lt;BR /&gt;!&lt;BR /&gt;class-map ICPCM&lt;BR /&gt;class-map ICMPCM&lt;BR /&gt; match access-list ICMPACL&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map ICMPPM&lt;BR /&gt; class ICMPCM&lt;BR /&gt; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy ICMPPM global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt; profile CiscoTAC-1&lt;BR /&gt; no active&lt;BR /&gt; destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt; destination address email callhome@cisco.com&lt;BR /&gt; destination transport-method http&lt;BR /&gt; subscribe-to-alert-group diagnostic&lt;BR /&gt; subscribe-to-alert-group environment&lt;BR /&gt; subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt; subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt; subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;crashinfo save disable&lt;BR /&gt;Cryptochecksum:1c751d8ccc22679d9d6be7b764ec56d2&lt;BR /&gt;: end&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Is there any suggestion please ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 07:00:30 GMT</pubDate>
    <dc:creator>aoun.ameur1</dc:creator>
    <dc:date>2019-03-12T07:00:30Z</dc:date>
    <item>
      <title>Can't Reach Outside interface</title>
      <link>https://community.cisco.com/t5/network-security/can-t-reach-outside-interface/m-p/2814959#M174206</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have install this lab with gns3 :&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/media/capture_121.png" class="migrated-markup-image" /&gt;&lt;/P&gt;
&lt;P&gt;I tried to reach gig1 on the ASA1, which is the outside interface in ASA1 from C1, but without succeed.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The configuration in ASA1 is as below :&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ciscoasa# sh running-config&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.4(2)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; security-level 100&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 100.100.100.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet3&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 GigabitEthernet4&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 GigabitEthernet5&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;ftp mode passive&lt;BR /&gt;object network internal-lan&lt;BR /&gt; subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;access-list outside_access_in extended permit icmp any any echo-reply log disable&lt;BR /&gt;access-list outside_access_in_1 extended permit icmp any any echo-reply&lt;BR /&gt;access-list ICMPACL extended permit icmp any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-645.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;!&lt;BR /&gt;object network internal-lan&lt;BR /&gt; nat (any,outside) dynamic interface&lt;BR /&gt;access-group ICMPACL in interface inside&lt;BR /&gt;access-group outside_access_in_1 in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 100.100.100.2 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;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&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 warmstart&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&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;username test password P4ttSyrm33SV8TYp encrypted&lt;BR /&gt;!&lt;BR /&gt;class-map ICPCM&lt;BR /&gt;class-map ICMPCM&lt;BR /&gt; match access-list ICMPACL&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map ICMPPM&lt;BR /&gt; class ICMPCM&lt;BR /&gt; inspect icmp&lt;BR /&gt;!&lt;BR /&gt;service-policy ICMPPM global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt; profile CiscoTAC-1&lt;BR /&gt; no active&lt;BR /&gt; destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt; destination address email callhome@cisco.com&lt;BR /&gt; destination transport-method http&lt;BR /&gt; subscribe-to-alert-group diagnostic&lt;BR /&gt; subscribe-to-alert-group environment&lt;BR /&gt; subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt; subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt; subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;crashinfo save disable&lt;BR /&gt;Cryptochecksum:1c751d8ccc22679d9d6be7b764ec56d2&lt;BR /&gt;: end&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Is there any suggestion please ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:00:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-reach-outside-interface/m-p/2814959#M174206</guid>
      <dc:creator>aoun.ameur1</dc:creator>
      <dc:date>2019-03-12T07:00:30Z</dc:date>
    </item>
    <item>
      <title>What do you mean when you say</title>
      <link>https://community.cisco.com/t5/network-security/can-t-reach-outside-interface/m-p/2814960#M174207</link>
      <description>&lt;P&gt;What do you mean when you say reach? Are you trying to ping? Access via ssh or ASDM?&lt;/P&gt;
&lt;P&gt;The ASA behaves differently to a router. I don't hink you can access the outside interface from the LAN on the inside interface of ther ASA.&lt;/P&gt;
&lt;P&gt;Can you access the router off the outside interface? That should be the test you should do for connectivity through the ASA.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 08:20:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-t-reach-outside-interface/m-p/2814960#M174207</guid>
      <dc:creator>Andre Neethling</dc:creator>
      <dc:date>2015-12-08T08:20:16Z</dc:date>
    </item>
  </channel>
</rss>

