<?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 ASA basic configuration help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-basic-configuration-help/m-p/2243093#M346804</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;Basically what was causing the ICMP not to go through completely was missing the&lt;STRONG&gt; "inspect icmp"&lt;/STRONG&gt; configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without them the ASA will let the ICMP Echo messages from behind the ASA pass to the Internet. Provided ofcourse the &lt;STRONG&gt;"security-level"&lt;/STRONG&gt; or the&lt;STRONG&gt; "access-list"&lt;/STRONG&gt; allow that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the Echo Reply message would be blocked by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution to that is the above adding of &lt;STRONG&gt;"inspect icmp"&lt;/STRONG&gt; (although the above contains a lot more)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other alternative would have been to allow &lt;STRONG&gt;"echo-reply"&lt;/STRONG&gt; messages in a &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2013 08:07:34 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-07-09T08:07:34Z</dc:date>
    <item>
      <title>ASA basic configuration help</title>
      <link>https://community.cisco.com/t5/network-security/asa-basic-configuration-help/m-p/2243090#M346797</link>
      <description>&lt;P&gt;I'm running into an issue where I cannot even access the internet from the inside network.&amp;nbsp; I did a capture on the ASA.&amp;nbsp; The inside interface shows pings from the internal host to the internet but nothing coming back.&amp;nbsp; The same capture on the outside interface shows the host natted to the outside interface's IP address.&amp;nbsp; It shows the host sending the pings to the internet and it also shows the ping replies coming back to the outside interface's IP address.&amp;nbsp; So, I know the pings are going from inside to outside and natted properly.&amp;nbsp; But for some reason, the ASA is not allow the traffic back in.&amp;nbsp; Here's my configuration.&amp;nbsp; Can someone enlighten me?&amp;nbsp; This is for a client so I hid his IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 8.2(5)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ASA&lt;/P&gt;&lt;P&gt;domain-name x.org&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 98&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&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.148.2 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan98&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 &lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;&amp;gt;&lt;/SPAN&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;ftp mode passive&lt;/P&gt;&lt;P&gt;clock timezone PST -8&lt;/P&gt;&lt;P&gt;clock summer-time PDT recurring&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name x&lt;/P&gt;&lt;P&gt;access-list CAP1 extended permit ip any host 8.8.8.8&lt;/P&gt;&lt;P&gt;access-list CAP1 extended permit ip host 8.8.8.8 any&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;logging buffer-size 51200&lt;/P&gt;&lt;P&gt;logging asdm-buffer-size 500&lt;/P&gt;&lt;P&gt;logging monitor informational&lt;/P&gt;&lt;P&gt;logging buffered errors&lt;/P&gt;&lt;P&gt;logging history errors&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&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;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 &amp;lt;&amp;gt; 1&lt;/P&gt;&lt;P&gt;route inside 192.168.150.0 255.255.255.0 192.168.148.1 1&lt;/P&gt;&lt;P&gt;route inside 192.168.151.0 255.255.255.0 192.168.148.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;http server enable 8443&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;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;crypto ipsec security-association lifetime seconds 28800&lt;/P&gt;&lt;P&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;/P&gt;&lt;P&gt;telnet 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;ssh version 2&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;webvpn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;no call-home reporting anonymous&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:09:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-basic-configuration-help/m-p/2243090#M346797</guid>
      <dc:creator>vincehgov</dc:creator>
      <dc:date>2019-03-12T02:09:10Z</dc:date>
    </item>
    <item>
      <title>ASA basic configuration help</title>
      <link>https://community.cisco.com/t5/network-security/asa-basic-configuration-help/m-p/2243091#M346800</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;Like in another thread it would seem that you are missing the inspection configurations. Have you completely removed the "policy-map" configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have then you could try adding the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class-map inspection_default&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; match default-inspection-traffic&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map type inspect dns preset_dns_map&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; parameters&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; message-length maximum 512&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; class inspection_default&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect dns preset_dns_map&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect sqlnet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect sunrpc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect tftp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect h323 h225&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect h323 ras&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect ip-options&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect rtsp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect skinny&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect esmtp &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;service-policy global_policy global&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>Tue, 09 Jul 2013 06:49:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-basic-configuration-help/m-p/2243091#M346800</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-09T06:49:53Z</dc:date>
    </item>
    <item>
      <title>ASA basic configuration help</title>
      <link>https://community.cisco.com/t5/network-security/asa-basic-configuration-help/m-p/2243092#M346802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; that was it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 08:01:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-basic-configuration-help/m-p/2243092#M346802</guid>
      <dc:creator>vincehgov</dc:creator>
      <dc:date>2013-07-09T08:01:48Z</dc:date>
    </item>
    <item>
      <title>ASA basic configuration help</title>
      <link>https://community.cisco.com/t5/network-security/asa-basic-configuration-help/m-p/2243093#M346804</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;Basically what was causing the ICMP not to go through completely was missing the&lt;STRONG&gt; "inspect icmp"&lt;/STRONG&gt; configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without them the ASA will let the ICMP Echo messages from behind the ASA pass to the Internet. Provided ofcourse the &lt;STRONG&gt;"security-level"&lt;/STRONG&gt; or the&lt;STRONG&gt; "access-list"&lt;/STRONG&gt; allow that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the Echo Reply message would be blocked by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution to that is the above adding of &lt;STRONG&gt;"inspect icmp"&lt;/STRONG&gt; (although the above contains a lot more)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other alternative would have been to allow &lt;STRONG&gt;"echo-reply"&lt;/STRONG&gt; messages in a &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 08:07:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-basic-configuration-help/m-p/2243093#M346804</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-09T08:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: ASA basic configuration help</title>
      <link>https://community.cisco.com/t5/network-security/asa-basic-configuration-help/m-p/2243094#M346806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the explanation. I suspected it was something like this. I looked up as many ASA "basic" configuration for Internet connectivity I could find and all they had were dynamic pat. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 08:24:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-basic-configuration-help/m-p/2243094#M346806</guid>
      <dc:creator>vincehgov</dc:creator>
      <dc:date>2013-07-09T08:24:04Z</dc:date>
    </item>
  </channel>
</rss>

