<?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 Help with basic config for ASA 5505 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391244#M308031</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;Check the following command to see if you have gotten an IP address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show ip add&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atleast I think that should show it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then check if you have gotten the default route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show route&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double check that you have actually connected the port Ethernet0/0 to the modem since its the only port attached to external VLAN 99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are testing with ICMP add these configurations&lt;/P&gt;&lt;P&gt;&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;&lt;STRONG&gt;&amp;nbsp; inspect icmp&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;/P&gt;&lt;P&gt;If you have not found any problem so far then check the actual host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that it has gotten the information needed with DHCP from the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check on its command prompt that it can resolve a name to an IP address with the DNS server used (4.2.2.2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Nov 2013 21:57:37 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-11-29T21:57:37Z</dc:date>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391243#M308030</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried so many config methods I'm not confused on the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a DSL modem from Virgin Media and if I plug my laptop into it it gives me a public IP and I can get on the internet, it is doing some sort of DHCP.&amp;nbsp; Now I have put the outside of the firewall into this port and configured the ASA as best as I can but I can't get on the internet from the inside, can you think of any reason why it isn't working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 9.1(3)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;enable password RHohe4nol/SZU8wm encrypted&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 99&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; switchport access vlan 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; switchport access vlan 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt; switchport access vlan 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt; switchport access vlan 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt; switchport access vlan 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt; switchport access vlan 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt; switchport access vlan 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan10&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.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan99&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip address dhcp setroute&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;object network inside-network&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip 192.168.0.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu outside 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;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;no arp permit-nonconnected&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network inside-network&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) dynamic interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout pat-xlate 0:00:30&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;aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.0.0 255.255.255.0 inside&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 warmstart&lt;/P&gt;&lt;P&gt;crypto ipsec security-association pmtu-aging infinite&lt;/P&gt;&lt;P&gt;crypto ca trustpool policy&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;ssh key-exchange group dh-group1-sha1&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;dhcp-client client-id interface outside&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.0.10-192.168.0.254 inside&lt;/P&gt;&lt;P&gt;dhcpd dns 4.2.2.2 interface inside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&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;username admin password /duR4QE encrypted privilege 15&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 rsh&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect rtsp&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 skinny&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sunrpc&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect xdmcp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect sip&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect netbios&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect tftp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect ip-options&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;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:11:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391243#M308030</guid>
      <dc:creator>Andy White</dc:creator>
      <dc:date>2019-03-12T03:11:07Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391244#M308031</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;Check the following command to see if you have gotten an IP address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show ip add&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atleast I think that should show it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then check if you have gotten the default route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show route&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double check that you have actually connected the port Ethernet0/0 to the modem since its the only port attached to external VLAN 99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are testing with ICMP add these configurations&lt;/P&gt;&lt;P&gt;&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;&lt;STRONG&gt;&amp;nbsp; inspect icmp&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;/P&gt;&lt;P&gt;If you have not found any problem so far then check the actual host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that it has gotten the information needed with DHCP from the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check on its command prompt that it can resolve a name to an IP address with the DNS server used (4.2.2.2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 21:57:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391244#M308031</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-29T21:57:37Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391245#M308032</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 is what I have, not looking good:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; show ip add&lt;/P&gt;&lt;P&gt;System IP Addresses:&lt;/P&gt;&lt;P&gt;Interface&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subnet mask&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Method&lt;/P&gt;&lt;P&gt;Vlan10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inside&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.0&amp;nbsp;&amp;nbsp; manual&lt;/P&gt;&lt;P&gt;Vlan99&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outside&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unassigned&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unassigned&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DHCP&lt;/P&gt;&lt;P&gt;Current IP Addresses:&lt;/P&gt;&lt;P&gt;Interface&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subnet mask&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Method&lt;/P&gt;&lt;P&gt;Vlan10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inside&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.0&amp;nbsp;&amp;nbsp; manual&lt;/P&gt;&lt;P&gt;Vlan99&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outside&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unassigned&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unassigned&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DHCP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems I don't have a route.&amp;nbsp; I've used ASAs before on 8.2.x and I can set the route to the outside interface, what should I add on 9.1.3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The host is getting DHCP and I can get on the ASDM and I have just configure SSH and that is ok, just seems it coudl be a route issue or the fact the Outside isn't getting an IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 22:20:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391245#M308032</guid>
      <dc:creator>Andy White</dc:creator>
      <dc:date>2013-11-29T22:20:56Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391246#M308033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, connect the PC and get an ¨&lt;SPAN style="font-size: 10pt;"&gt;ipconfig /all&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;¨ from cmd to see the IP that you get.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;After you get that output we can decide if we need to run a debug to see what is happening.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value our effort and rate the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 05:13:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391246#M308033</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-11-30T05:13:27Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391247#M308034</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;This is what I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Physical Address. . . . . . . . . : 00-1C-23-14-14-DA&lt;/P&gt;&lt;P&gt;DHCP Enabled. . . . . . . . . . . : Yes&lt;/P&gt;&lt;P&gt;Autoconfiguration Enabled . . . . : Yes&lt;/P&gt;&lt;P&gt;IPv4 Address. . . . . . . . . . . :&amp;nbsp; 77.96.205.189(Preferred)&lt;/P&gt;&lt;P&gt;Subnet Mask . . . . . . . . . . . :&amp;nbsp; 255.255.255.0&lt;/P&gt;&lt;P&gt;Lease Obtained. . . . . . . . . . :30 November 2013 11:55:09&lt;/P&gt;&lt;P&gt;Lease Expires . . . . . . . . . . : 06 December 2013 19:41:27&lt;/P&gt;&lt;P&gt;Default Gateway . . . . . . . . . :77.96.205.1&lt;/P&gt;&lt;P&gt;DHCP Server . . . . . . . . . . . : 62.253.131.201&lt;/P&gt;&lt;P&gt;DNS Servers . . . . . . . . . . . : 194.168.4.100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 194.168.8.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to set the Virgin Media DSL router to modem mode and connect to the outside (Eth 0) of the ASA.&amp;nbsp; On the Laptop if I type 192.168.100.1 I can get to the Virgin Media DSL router to manage it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't put any IP in, it is all DHCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 12:00:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391247#M308034</guid>
      <dc:creator>Andy White</dc:creator>
      <dc:date>2013-11-30T12:00:18Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391248#M308035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The outside interface is set as DHCP as the ISP router should assign it an IP like it does when the laptop is plugged, but I don't think it does, also there is no route, but what should I set the default route to.&amp;nbsp; On my old 515 Pix I used route 0.0.0.0 0.0.0.0 outside, but on this ASA (9.1.3) I can't set a default route to the outside interface or use the outside IP of the ASA as it is DHCP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packet trace &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciscoasa#&amp;nbsp; packet-tracer input inside icmp 192.168.0.10 8 8 4.2.2.2&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: inside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (no-route) No route to host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 12:59:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391248#M308035</guid>
      <dc:creator>Andy White</dc:creator>
      <dc:date>2013-11-30T12:59:20Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391249#M308036</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 see why the ASA would not get an IP address from your ISP also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some recent 8.4 series softwares there were problems related to using the ASA as a DHCP Client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you have a chance I would try and boot the ASA with a bit older software and see if that has any effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wont have a route if your ASA has not even gotten an IP address from the ISP. It seems to me that the ISP Router is probably configured as bridged as you get a public 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>Sat, 30 Nov 2013 14:09:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391249#M308036</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-30T14:09:20Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391250#M308037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;I checked the interim release notes and I did not see any bugs related to 9.1.3 DHCP, suggestions to follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;&lt;A href="http://www.cisco.com/web/software/280775065/107119/ASA-913-Interim-Release-Notes.html"&gt;http://www.cisco.com/web/software/280775065/107119/ASA-913-Interim-Release-Notes.html&lt;/A&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;On the interface VLAN 99 we will set a virtual MAC address:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;Enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;Config t&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;interface Vlan99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt; background-color: white; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;mac-address &lt;/STRONG&gt;001C.2314.14DA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;Some ISPs might filter vendors as they only wish for you to connect a PC not a router/firewall or whatever device that will provide access to more than one PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;Then is this does not work, upgrade to the latest 9.1.3 interim release if you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;Nothing works just get me debugs and captures:&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;debug dhcpc detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;debug dhcpc event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;debug dhcpc error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;I think that you could set the capture like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;capture dhcp interface outside match udp any any eq 67 match udp any any 68&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;If it does not work then just add the command like this and it will combine it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;capture dhcp interface outside match udp any any eq 67 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;capture dhcp interface outside match udp any any eq 68&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;Download the captures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;&lt;A class="jive-link-external-small" href="https://192.168.0.1/capture/dhcp/pcap"&gt;https://192.168.0.1/capture/dhcp/pcap&lt;/A&gt;&lt;SPAN&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 style="margin: 0cm 0cm 0.0001pt;"&gt;Let me know how to goes&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0.0001pt;"&gt;Value our effort and rate the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 14:10:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391250#M308037</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-11-30T14:10:39Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391251#M308038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before reloading the ASA, have you tried flapping the outside interface (shut, no shut)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Please remember to rate and select a correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 21:53:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391251#M308038</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2013-11-30T21:53:03Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391252#M308040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No luck with the "shut" "no shut" I'm afraid.&amp;nbsp; I will proceed with the debug and captures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I google Virgin Media and ASAs it seems it can be done, but like you say it could be a version issues too.&amp;nbsp; Will be back later with some more info, thanks guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 07:40:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391252#M308040</guid>
      <dc:creator>Andrew White</dc:creator>
      <dc:date>2013-12-01T07:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391253#M308041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Config t&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; background-color: white;"&gt;interface Vlan99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt; background-color: white;"&gt;&lt;STRONG style="list-style-type: none; border-collapse: collapse;"&gt;mac-address &lt;/STRONG&gt;001C.2314.14DA&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wow, it seems that worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why though, please explain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do I not need a default route?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 12:47:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391253#M308041</guid>
      <dc:creator>Andy White</dc:creator>
      <dc:date>2013-12-01T12:47:41Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391254#M308042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I explained it on my previous post.&lt;SPAN __jive_emoticon_name="silly" __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;P&gt;&lt;/P&gt;&lt;P&gt;Without a default route you can not route to unknow networks, meaning nothing else other than your known networks that are you directly connected routes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value our effort and rate the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 03:54:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391254#M308042</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-12-02T03:54:10Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391255#M308043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thing is I don't have a default route and it all works, is something dynamic happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why did the mac address method work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 10:20:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391255#M308043</guid>
      <dc:creator>Andy White</dc:creator>
      <dc:date>2013-12-02T10:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391256#M308045</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 have this configuration under the external interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip address dhcp setroute&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that your external interface will get the IP address from the ISP through DHCP and the &lt;STRONG&gt;"setroute"&lt;/STRONG&gt; parameter means that the ASA will get the default route automatically from the ISP. So you wont need to configure a default route nor should you configure one when you are getting it from the ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that you have configured your laptops MAC address to the external interface of the ASA also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess there might have been a problem with the fact that you had switched your firewall and laptop in the ISP router/modem and since your laptop worked just fine your ASAs external interface was configured with the same MAC address so that it would work also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically I would think this might be an ARP related issue if you have switched 2 different devices (with different MAC address naturally) in the ISP Router/Modem but I am not sure if this is the case when you are using DHCP on your device but I guess it might be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not run into a situation myself where the ISP would control what manufacturer device (determined from the MAC address) a customer would be able to use.&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 Dec 2013 10:27:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391256#M308045</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-12-02T10:27:09Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391257#M308046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running a "show run route" or "show route" to view if you have a route or not??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value our effort and rate the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 17:23:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391257#M308046</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-12-02T17:23:45Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391258#M308048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you can see I didn't add a default route, but it has added one, I was looking on the ASDM and the routing section is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciscoasa# sh run route&lt;/P&gt;&lt;P&gt;ciscoasa#&lt;/P&gt;&lt;P&gt;ciscoasa# sh route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * - candidate default, U - per-user static route, o - ODR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P - periodic downloaded static route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gateway of last resort is 91.227.255.1 to network 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 91.227.255.0 255.255.255.0 is directly connected, outside&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.0.0 255.255.255.0 is directly connected, inside&lt;/P&gt;&lt;P&gt;d*&amp;nbsp;&amp;nbsp; 0.0.0.0 0.0.0.0 [1/0] via 92.237.255.1, outside&lt;/P&gt;&lt;P&gt;ciscoasa#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 18:56:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391258#M308048</guid>
      <dc:creator>Andy White</dc:creator>
      <dc:date>2013-12-02T18:56:52Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391259#M308050</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;ASDM and the CLI command&lt;STRONG&gt; "show run route"&lt;/STRONG&gt; doesnt show anything as you have not manually configured any routes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual route shown in the actual routing table active now on the ASA shows the default route installed by the DHCP automatically/dynamically as it received the information from the DHCP server (ISP) as you defined the &lt;STRONG&gt;"setroute" &lt;/STRONG&gt;parameter in the interface configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are using DHCP you can't naturally set the default route staticly yourself as you wont know what public IP address and from what subnet you will receive from the ISP. So a staticly set/configured default route might be wrong and point to a gateway IP address that is not from the same subnet you received an IP address from.&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 Dec 2013 19:02:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391259#M308050</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-12-02T19:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391260#M308052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that makes sense to me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also why did the mac address insertion fix my main issue on the outside interface? (whoops I see you replied to this already)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Andy White&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:13:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391260#M308052</guid>
      <dc:creator>Andy White</dc:creator>
      <dc:date>2013-12-02T19:13:33Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391261#M308054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some ISPs might filter vendors as they only wish for you to connect a PC&amp;nbsp; not a router/firewall or whatever device that will provide access to&amp;nbsp; more than one PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value our effort and rate the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:17:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391261#M308054</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-12-02T19:17:04Z</dc:date>
    </item>
    <item>
      <title>Help with basic config for ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391262#M308056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any other option would require troubleshooting and it could be related to layer 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:19:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/help-with-basic-config-for-asa-5505/m-p/2391262#M308056</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-12-02T19:19:04Z</dc:date>
    </item>
  </channel>
</rss>

