<?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: ASA5510 FIREWALL BASIC CONFIGURATION in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5510-firewall-basic-configuration/m-p/3304321#M1003725</link>
    <description>&lt;P&gt;You need to add the following to be able to ping through the firewall:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;policy-map global_policy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;class inspection_default&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; inspect icmp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To browse the internet from your PC you would also need to configure name-servers on the ASA, or use a different DNS server (for example. 8.8.8.8)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 31 Dec 2017 14:21:07 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2017-12-31T14:21:07Z</dc:date>
    <item>
      <title>ASA5510 FIREWALL BASIC CONFIGURATION</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-firewall-basic-configuration/m-p/3303912#M1003721</link>
      <description>&lt;P&gt;hi i recently purchased an asa 5510&lt;/P&gt;
&lt;P&gt;i can ping the internet from asa&lt;/P&gt;
&lt;P&gt;but not from my laptop when connected though the firewall&lt;/P&gt;
&lt;P&gt;my laptop gets an ip&lt;/P&gt;
&lt;P&gt;and default dns AND gateway&lt;/P&gt;
&lt;P&gt;from laptop i can only ping firewall inside interface&lt;/P&gt;
&lt;P&gt;can you help me diagnose this issue please&lt;/P&gt;
&lt;P&gt;ASA5510# show run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.2(1)&lt;BR /&gt;!&lt;BR /&gt;hostname ASA5510&lt;BR /&gt;enable password Ipf7KGrIa/7r74QM encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; speed 100&lt;BR /&gt; duplex full&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address dhcp setroute&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; speed 100&lt;BR /&gt; duplex full&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&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 Ethernet0/3&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 Management0/0&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt; management-only&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;access-list NAT-ACLs extended permit ip 192.168.1.0 255.255.255.0 any&lt;BR /&gt;pager lines 24&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 access-list NAT-ACLs&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.4.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;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;http server enable&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;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd dns 192.168.1.1&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.1.2-192.168.1.254 inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&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;username admin password sjkhOtp6ZaBJG/uI encrypted privilege 15&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; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect dns preset_dns_map&lt;BR /&gt; inspect ftp&lt;BR /&gt; inspect h323 h225&lt;BR /&gt; inspect h323 ras&lt;BR /&gt; inspect rsh&lt;BR /&gt; inspect rtsp&lt;BR /&gt; inspect esmtp&lt;BR /&gt; inspect sqlnet&lt;BR /&gt; inspect skinny&lt;BR /&gt; inspect sunrpc&lt;BR /&gt; inspect xdmcp&lt;BR /&gt; inspect sip&lt;BR /&gt; inspect netbios&lt;BR /&gt; inspect tftp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:9d3aabfe9e1ba9d9656113377bc725df&lt;BR /&gt;: end&lt;BR /&gt;ASA5510#&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:03:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-firewall-basic-configuration/m-p/3303912#M1003721</guid>
      <dc:creator>tommy.peralt1</dc:creator>
      <dc:date>2020-02-21T15:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 FIREWALL BASIC CONFIGURATION</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-firewall-basic-configuration/m-p/3304321#M1003725</link>
      <description>&lt;P&gt;You need to add the following to be able to ping through the firewall:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;policy-map global_policy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;class inspection_default&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; inspect icmp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To browse the internet from your PC you would also need to configure name-servers on the ASA, or use a different DNS server (for example. 8.8.8.8)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2017 14:21:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-firewall-basic-configuration/m-p/3304321#M1003725</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2017-12-31T14:21:07Z</dc:date>
    </item>
  </channel>
</rss>

