<?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: Need Help - Configuration of ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300341#M1064743</link>
    <description>I'll go try this in 20 minutes and get back to you. Hoping that's it!</description>
    <pubDate>Thu, 21 Dec 2017 19:04:24 GMT</pubDate>
    <dc:creator>BumblingBlunderbuss</dc:creator>
    <dc:date>2017-12-21T19:04:24Z</dc:date>
    <item>
      <title>Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300072#M1064739</link>
      <description>&lt;P&gt;Good Morning Cisco Forums,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Long time lurker, first time poster. It's been a few years since I've gotten my hands into an ASA, and I recently got one to mess around with in a home lab situation. I've got it (Mostly) configured, but I've run into an odd issue. I can ping by IP and Name from the ASA itself, but can only ping by IP from clients behind the firewall. Not entirely sure what I am missing. Config below -&lt;/P&gt;
&lt;P&gt;ASA Version 8.2(5)&lt;BR /&gt;!&lt;BR /&gt;hostname 236ASA&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 Ethernet0/0&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;ip address 192.168.5.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.100.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;name-server 4.2.2.2&lt;BR /&gt;&amp;nbsp;name-server 8.8.8.8&lt;BR /&gt;&amp;nbsp;name-server 8.8.4.4&lt;BR /&gt;&amp;nbsp;name-server 208.67.220.220&lt;BR /&gt;&amp;nbsp;name-server 208.67.222.222&lt;BR /&gt;access-list inside_access_in extended permit ip any any log disable&lt;BR /&gt;access-list OUTSIDE-IN extended permit icmp any any&lt;BR /&gt;access-list OutsideToInside 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 outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;no failover&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;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 192.168.100.0 255.255.255.0 norandomseq&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.5.1 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;http server enable&lt;BR /&gt;http 192.168.0.0 255.255.255.0 inside&lt;BR /&gt;http 192.168.100.0 255.255.255.0 inside&lt;BR /&gt;http 10.1.0.131 255.255.255.255 outside&lt;BR /&gt;http redirect inside 80&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;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;&amp;nbsp;crl configure&lt;BR /&gt;&lt;STRONG&gt;crypto-spam removed&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;quit&lt;BR /&gt;telnet 192.168.100.0 255.255.255.0 inside&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.100.100-192.168.100.200 inside&lt;BR /&gt;dhcpd dns 4.2.2.2 8.8.8.8 interface inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&lt;BR /&gt;no threat-detection basic-threat&lt;BR /&gt;no threat-detection statistics access-list&lt;BR /&gt;threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200&lt;BR /&gt;webvpn&lt;BR /&gt;username admin password Rmrc8sBcdjisO3if encrypted privilege 15&lt;BR /&gt;!&lt;BR /&gt;class-map global-class&lt;BR /&gt;&amp;nbsp;match any&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map global-policy&lt;BR /&gt;&amp;nbsp;class global-class&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;call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:d5911ab6a5f54d903a5528de38094ab0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated. And if possible, I'd appreciate as much hand holding as possible. It's been a long time, and I'm still a little fuzzy, as I've more or less floundered my way this far.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:00:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300072#M1064739</guid>
      <dc:creator>BumblingBlunderbuss</dc:creator>
      <dc:date>2020-02-21T15:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300332#M1064740</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You are missing NAT.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object network LAN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; subnet 192.168.100.0 255.255.255.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; nat (inside,outside) dynamic interface&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Outside interface have security level 0 for best practice.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-If I helped you somehow, please, rate it as useful.-&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 18:53:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300332#M1064740</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2017-12-21T18:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300339#M1064741</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;do you have DNS server configured on your clients behind ASA?&lt;/P&gt;
&lt;P&gt;I saw that ASA is configured to delivery the dns address, but confirm that clients are getting the DNS server.&lt;/P&gt;
&lt;P&gt;Also, are you using which version? It looks like a very old version...&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:02:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300339#M1064741</guid>
      <dc:creator>andre.ortega</dc:creator>
      <dc:date>2017-12-21T19:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300340#M1064742</link>
      <description>ASA Version 8.2(5). The clients themselves are getting external DNS from the ASA, as that's all they need.</description>
      <pubDate>Thu, 21 Dec 2017 19:04:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300340#M1064742</guid>
      <dc:creator>BumblingBlunderbuss</dc:creator>
      <dc:date>2017-12-21T19:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300341#M1064743</link>
      <description>I'll go try this in 20 minutes and get back to you. Hoping that's it!</description>
      <pubDate>Thu, 21 Dec 2017 19:04:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300341#M1064743</guid>
      <dc:creator>BumblingBlunderbuss</dc:creator>
      <dc:date>2017-12-21T19:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300347#M1064744</link>
      <description>I think your nat is ok. That model is for newer versions, though you could try to remove the option norandomseq.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:10:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300347#M1064744</guid>
      <dc:creator>andre.ortega</dc:creator>
      <dc:date>2017-12-21T19:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300356#M1064745</link>
      <description>&lt;P&gt;The syntax above, nat (inside,outside), doesn't work for this ASA either... unless I'm doing something wrong. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;logged in&lt;/P&gt;
&lt;P&gt;enable&lt;/P&gt;
&lt;P&gt;config t&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;etc..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How would I remove what you're saying?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:20:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300356#M1064745</guid>
      <dc:creator>BumblingBlunderbuss</dc:creator>
      <dc:date>2017-12-21T19:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300363#M1064746</link>
      <description>&lt;P&gt;Yes, as I told that config is to newer versions.&lt;/P&gt;
&lt;P&gt;To remove:&lt;/P&gt;
&lt;P&gt;no nat (inside) 1 192.168.100.0 255.255.255.0 norandomseq&lt;/P&gt;
&lt;P&gt;nat (inside) 1 192.168.100.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If possible, try to use other version. I have already faced I problem like that, but I am not sure about the version.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:28:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300363#M1064746</guid>
      <dc:creator>andre.ortega</dc:creator>
      <dc:date>2017-12-21T19:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300364#M1064747</link>
      <description>&lt;P&gt;Done. No change in regards to being able to access the internet/ping by name from the clients. Any other ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:29:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300364#M1064747</guid>
      <dc:creator>BumblingBlunderbuss</dc:creator>
      <dc:date>2017-12-21T19:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300756#M1064748</link>
      <description>Update...</description>
      <pubDate>Fri, 22 Dec 2017 12:22:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300756#M1064748</guid>
      <dc:creator>andre.ortega</dc:creator>
      <dc:date>2017-12-22T12:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300759#M1064749</link>
      <description>I have no firmware to update to, so I am stuck working with what I have. I found a different forum post explaining a basic setup, so today I am going to flush it back to factory defaults, and try a base config and see where it gets me. unless you, or anyone else, has any other ideas.</description>
      <pubDate>Fri, 22 Dec 2017 12:23:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300759#M1064749</guid>
      <dc:creator>BumblingBlunderbuss</dc:creator>
      <dc:date>2017-12-22T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300765#M1064750</link>
      <description>&lt;P&gt;I think it is a good idea.&lt;BR /&gt;Erase everything and start again. We may be missing something.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 12:27:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3300765#M1064750</guid>
      <dc:creator>andre.ortega</dc:creator>
      <dc:date>2017-12-22T12:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help - Configuration of ASA</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3307849#M1064751</link>
      <description>&lt;P&gt;That syntax doesn't work in 8.2(5)&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 16:46:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuration-of-asa/m-p/3307849#M1064751</guid>
      <dc:creator>BumblingBlunderbuss</dc:creator>
      <dc:date>2018-01-08T16:46:19Z</dc:date>
    </item>
  </channel>
</rss>

