<?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 GNS3 project working in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287104#M343631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this moment I´m experiencing a problem with NAT. Can you checks this plz?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Network Diagram:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/3/6/1/154163-Diagrama.png" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA configs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;: Written by enable_15 at 19:26:55.559 UTC Wed Sep 4 2013&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ASA Version 8.4(2) &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 62.28.190.66 255.255.255.252 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet3&lt;/P&gt;&lt;P&gt; nameif dmz&lt;/P&gt;&lt;P&gt; security-level 70&lt;/P&gt;&lt;P&gt; ip address 192.168.100.254 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet4&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.200.254 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet5&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;no ftp mode passive&lt;/P&gt;&lt;P&gt;object network Net-Inside&lt;/P&gt;&lt;P&gt; subnet 192.168.200.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network Net-Dmz&lt;/P&gt;&lt;P&gt; subnet 192.168.100.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network webserver-dmz&lt;/P&gt;&lt;P&gt; host 192.168.100.1&lt;/P&gt;&lt;P&gt;access-list OUTSIDE_DMZ_WEB extended permit tcp any host 192.168.100.1 eq www &lt;/P&gt;&lt;P&gt;access-list OUTSIDE_DMZ_WEB extended permit tcp any host 192.168.100.1 eq https &lt;/P&gt;&lt;P&gt;access-list OUTSIDE_DMZ_WEB extended permit tcp any host 192.168.100.1 eq whois &lt;/P&gt;&lt;P&gt;access-list OUTSIDE_DMZ_WEB extended permit icmp any host 192.168.100.1 &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu dmz 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-702.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network Net-Inside&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;object network Net-Dmz&lt;/P&gt;&lt;P&gt; nat (dmz,outside) dynamic interface&lt;/P&gt;&lt;P&gt;object network webserver-dmz&lt;/P&gt;&lt;P&gt; nat (dmz,outside) static interface service tcp www www &lt;/P&gt;&lt;P&gt;access-group OUTSIDE_DMZ_WEB in interface outside&lt;/P&gt;&lt;P&gt;route outside 10.0.0.0 255.255.255.0 62.28.190.65 1&lt;/P&gt;&lt;P&gt;route inside 192.168.15.0 255.255.255.0 192.168.200.1 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;timeout floating-conn 0:00:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;user-identity default-domain LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;no threat-detection basic-threat&lt;/P&gt;&lt;P&gt;no threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum client auto&lt;/P&gt;&lt;P&gt;&amp;nbsp; message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect dns preset_dns_map &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ftp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 h225 &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect h323 ras &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ip-options &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rsh &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect skinny&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect esmtp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sqlnet &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp &lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect icmp &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context &lt;/P&gt;&lt;P&gt;no call-home reporting anonymous&lt;/P&gt;&lt;P&gt;call-home&lt;/P&gt;&lt;P&gt; profile CiscoTAC-1&lt;/P&gt;&lt;P&gt;&amp;nbsp; no active&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; destination address http &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://tools.cisco.com/its/service/oddce/services/DDCEService"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; destination address email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:callhome@cisco.com"&gt;callhome@cisco.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; destination transport-method http&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group diagnostic&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group environment&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group inventory periodic monthly&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group configuration periodic monthly&lt;/P&gt;&lt;P&gt;&amp;nbsp; subscribe-to-alert-group telemetry periodic daily&lt;/P&gt;&lt;P&gt;crashinfo save disable&lt;/P&gt;&lt;P&gt;Cryptochecksum:cb29abf617f52ce87c186e7aacc36cb5&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packet tracer for ICMP from outside to DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/4/6/1/154164-Pack%20tracer_ICMP.png" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packet tracer for HTTP from outside to DMZ will be post in message the insert picture crasshed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2013 19:40:37 GMT</pubDate>
    <dc:creator>Antonio Simoes</dc:creator>
    <dc:date>2013-09-04T19:40:37Z</dc:date>
    <item>
      <title>ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287080#M343607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have a ASA GNS3 working project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I configured one, but i´m not having very sucess in making things work. I´m following Cisco matterials, but very strangly, simple things dont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I need to know what the problem is, my instalation of asa, my installation of gns3 or my skills.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;António&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:33:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287080#M343607</guid>
      <dc:creator>Antonio Simoes</dc:creator>
      <dc:date>2019-03-12T02:33:17Z</dc:date>
    </item>
    <item>
      <title>ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287081#M343608</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;I don't really know much about GNS3 as I have not really used it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I am not sure if your problem is something related to installing the actual software and the devices in that software OR is the problem more with the actual device configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't really help with the GNS3 software related problems but could have a look at actual ASA configurations if those are the actual problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 17:25:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287081#M343608</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-02T17:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287082#M343609</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;My first post whas this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/thread/2237390" rel="nofollow"&gt;https://supportforums.cisco.com/thread/2237390&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 17:30:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287082#M343609</guid>
      <dc:creator>Antonio Simoes</dc:creator>
      <dc:date>2013-09-02T17:30:24Z</dc:date>
    </item>
    <item>
      <title>ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287083#M343610</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;So is there some problem with traffic passing through the ASA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is some problem with traffic passing through the ASA then provide the current configuration of the ASA and description on what is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 17:36:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287083#M343610</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-02T17:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287084#M343611</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;The configuration is on this post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/thread/2237390" rel="nofollow"&gt;https://supportforums.cisco.com/thread/2237390&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And a simple ping from the inside to outside interface doesn´t work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I configured : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;The interfaces&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;The NAT. Dynamic nat in the outside interface&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;And the policy map to inspect icmp and the default traffic&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So, after this configs the ping form inside&amp;nbsp; [SecLevel 100] to Outside [SecLevel 0] sould pass?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;-AS&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 17:42:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287084#M343611</guid>
      <dc:creator>Antonio Simoes</dc:creator>
      <dc:date>2013-09-02T17:42:27Z</dc:date>
    </item>
    <item>
      <title>ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287085#M343612</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;The ICMP working depends on the what the destination IP addres is. I dont what you are using in the tests&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also has a strange configuration related to the network 10.0.0.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mentioned network is both directly configured on an ASA &lt;STRONG&gt;"management"&lt;/STRONG&gt; interface and there is also a static route for the network pointing towards the&lt;STRONG&gt; "outside" &lt;/STRONG&gt;interface. If the &lt;STRONG&gt;"management" &lt;/STRONG&gt;interface is up then it means that traffic destined for network 10.0.0.0/24 is forwarded through the &lt;STRONG&gt;"management"&lt;/STRONG&gt; interface and the static route configured for the network is useless as connected router always overrides a static route.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 18:13:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287085#M343612</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-02T18:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287086#M343613</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;To test ping, I try to ping from R1(192.168.200.1) to IPS_R1(62.28.190.65).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About that route. I allready removed it and doesnt work the ping traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfaces are ok?&lt;/P&gt;&lt;P&gt;NAT is ok?&lt;/P&gt;&lt;P&gt;Policy map is ok?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It must be something else man...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 18:20:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287086#M343613</guid>
      <dc:creator>Antonio Simoes</dc:creator>
      <dc:date>2013-09-02T18:20:16Z</dc:date>
    </item>
    <item>
      <title>ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287087#M343614</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;How are you using the source address 192.168.200.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you simply type &lt;STRONG&gt;"ping x.x.x.x"&lt;/STRONG&gt; then the ASA will use the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface IP address as the source. If you specify the &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface as the source&amp;nbsp; in the extended ping then the traffic will go through WIHTOUT NAT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT will not be applied from the ASA itself to my understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So&amp;nbsp; you should use some host/device behind the &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface to test ICMP / PING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 18:24:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287087#M343614</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-02T18:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287088#M343615</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;When I ping from the ASA I ping every device. No problems with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I try to ping from the router. that is in the inside interface lan I just can make it pass through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So no problem with routing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More: From R1 I even cant ping asa public IP 62.28.190.66.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 18:29:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287088#M343615</guid>
      <dc:creator>Antonio Simoes</dc:creator>
      <dc:date>2013-09-02T18:29:16Z</dc:date>
    </item>
    <item>
      <title>ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287089#M343616</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;You can only ping the interface IP address of ASA behind which the host is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So hosts/networks behind&lt;STRONG&gt; "inside" &lt;/STRONG&gt;can ping &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface. Hosts/networks behind &lt;STRONG&gt;"outside"&lt;/STRONG&gt; can ping the &lt;STRONG&gt;"outside" &lt;/STRONG&gt;interface IP address. Hosts behind &lt;STRONG&gt;"inside" &lt;/STRONG&gt;CANT ping the &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 18:34:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287089#M343616</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-02T18:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287090#M343617</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;So I can´t ping google(ouside) from the inside network of my company. Is that what you are saying?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m sorry this just have to be a miss understude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagine ISP_R1 is Vodafone router, my ISP. And ASA is between that router and R1(my company 2911). You are saying that I cant ping google through my ISP? Huumm.&lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 18:41:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287090#M343617</guid>
      <dc:creator>Antonio Simoes</dc:creator>
      <dc:date>2013-09-02T18:41:02Z</dc:date>
    </item>
    <item>
      <title>ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287091#M343618</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;You mentioned that you were trying to ping the ASA &lt;STRONG&gt;"outside" &lt;/STRONG&gt;interface IP address from R1 192.168.200.1 which is behind &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface. This is not possible and is expected behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only place where you can ping &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface is from networks/hosts that are behind &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface according to the ASAs routing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you should be able to ping the ISP-R1 from the R1 but not the ASA &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this was an actual ASA in live environment then you would naturally need a default route pointing towards the ISP-R1 on the ASA. Otherwise the ASA wouldnt know where to forward traffic destined to remote network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 18:48:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287091#M343618</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-02T18:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287092#M343619</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;But in the case of the ISP_R1, the ASA is directly conected to that route. It needs a route any way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 18:53:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287092#M343619</guid>
      <dc:creator>Antonio Simoes</dc:creator>
      <dc:date>2013-09-02T18:53:50Z</dc:date>
    </item>
    <item>
      <title>ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287093#M343620</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;No, I mean in a live network it would require a default route to actually route traffic to remote network that are not directly connected to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what the problem at the moment is. So far if I understood correctly, the problem was that you couldnt ping the ASA &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface from the R1. And as stated this is something that can be expected as the ASA doesnt allow that in any situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 18:59:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287093#M343620</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-02T18:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287094#M343621</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;I meant to say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From R1 I want to ping ISP_R1. This let me know if the traffic icmp reaches the ISP and the inspect is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not working with that config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 19:01:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287094#M343621</guid>
      <dc:creator>Antonio Simoes</dc:creator>
      <dc:date>2013-09-02T19:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287095#M343622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets try &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command to simulate a ICMP Echo arriving from R1 to ISP-R1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert the following command on the ASA CLI and copy/paste the output here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input inside icmp 192.168.200.1 8 0 62.28.190.65&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 19:05:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287095#M343622</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-02T19:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287096#M343623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also just to confirm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to me that the R1 is mentioned to having IP 192.168.200.1 though it also seems that the ASA is configured with the same IP address of 192.168.200.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are these the actual configurations as this naturally wouldnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the interface IP address of R1 and ASA &lt;STRONG&gt;"inside"&lt;/STRONG&gt; interface at the moment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the R1 have a default route poiting towards the ASA &lt;STRONG&gt;"inside" &lt;/STRONG&gt;interface IP address so R1 knows where to send traffic destined to other networks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 19:08:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287096#M343623</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-02T19:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287097#M343624</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;If you see in the config R1 is 192.168.200.1 and ASA is .254.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the R1 have the route to the 62.28.190.64 network through interface f0/0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does have to be through the next hope?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a minute ill have the output. Initiating the VM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 19:13:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287097#M343624</guid>
      <dc:creator>Antonio Simoes</dc:creator>
      <dc:date>2013-09-02T19:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287098#M343625</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;Here are the screen shots:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/9/4/7/153749-packet%20tracer%20Screen%202.png" class="jive-image" /&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/8/4/7/153748-packet%20tracer%20Screen%201.png" class="jive-image" /&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/7/4/7/153747-R1%20ip%20route.png" class="jive-image" /&gt;HI,&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;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/6/4/7/153746-ISP_R1%20ip%20route.png" class="jive-image" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The firewall lets pass it. So its very strange man. The routing in r1 and ISP_R1 and fine. Correct?&lt;/P&gt;&lt;P&gt;-AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 19:24:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287098#M343625</guid>
      <dc:creator>Antonio Simoes</dc:creator>
      <dc:date>2013-09-02T19:24:03Z</dc:date>
    </item>
    <item>
      <title>ASA GNS3 project working</title>
      <link>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287099#M343626</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;Both Router routing tables list the 62.28.190.64/30 network as directly connected? Also the network 192.168.200.0/24 is mentioned on both routers? Those dont really make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The R1 should have a Static Route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip route 62.28.190.64 255.255.255.252 192.168.200.254&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or typically it would probably have a default route if the router doesnt have any other way out of the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip route 0.0.0.0 0.0.0.0 192.168.200.254&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the other discussion you linked says that the ASA &lt;STRONG&gt;"inside"&lt;/STRONG&gt; is configured with IP address 192.168.200.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nameif inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; security-level 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip address 192.168.200.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 19:38:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-gns3-project-working/m-p/2287099#M343626</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-02T19:38:32Z</dc:date>
    </item>
  </channel>
</rss>

