<?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: 5506-x wan via dhcp in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/5506-x-wan-via-dhcp/m-p/3296587#M1009279</link>
    <description>&lt;P&gt;Yes, I have a modem (SB6121) and the outside interface has always connected to Comcast ISP via DHCP.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Dec 2017 14:07:47 GMT</pubDate>
    <dc:creator>Richard Langly</dc:creator>
    <dc:date>2017-12-15T14:07:47Z</dc:date>
    <item>
      <title>5506-x wan via dhcp</title>
      <link>https://community.cisco.com/t5/network-security/5506-x-wan-via-dhcp/m-p/3296532#M1009277</link>
      <description>&lt;P&gt;I'm trying to setup a 5506-x but unable to reach the internet. When I do a 'show ip', the outside network has 'unassigned' for an ip address. I was hoping someone could go through my config to tell me where I am going wrong. If I can get one interface going (1/1), then I think I can duplicate the rest of my interfaces to do the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help much appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ciscoasa(config)# sh run&lt;BR /&gt;: Saved&lt;BR /&gt;&lt;BR /&gt;: &lt;BR /&gt;: Serial Number: XXXXXXXXXXXXXXX&lt;BR /&gt;: Hardware:&amp;nbsp;&amp;nbsp; ASA5506, 4096 MB RAM, CPU Atom C2000 series 1250 MHz, 1 CPU (4 cores)&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.5(1) &lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password yOsmu2adfadfasdfasc encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address dhcp setroute &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;&amp;nbsp;nameif wireless&lt;BR /&gt;&amp;nbsp;security-level 70&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.2.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&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 GigabitEthernet1/5&lt;BR /&gt;&amp;nbsp;nameif other&lt;BR /&gt;&amp;nbsp;security-level 20&lt;BR /&gt;&amp;nbsp;ip address 192.168.4.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/6&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 GigabitEthernet1/6&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 GigabitEthernet1/7&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;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;interface GigabitEthernet1/8&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 Management1/1&lt;BR /&gt;&amp;nbsp;management-only&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 wireless&lt;BR /&gt;dns domain-lookup inside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;name-server 8.8.8.8 wireless&lt;BR /&gt;&amp;nbsp;name-server 4.4.4.4 wireless&lt;BR /&gt;object network obj_any&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu wireless 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu other 1500&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;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt;&amp;nbsp;nat (any,outside) dynamic interface&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;nat (wireless,outside) after-auto source dynamic any interface&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&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;http server enable&lt;BR /&gt;http 192.168.2.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 inside&lt;BR /&gt;ssh timeout 30&lt;BR /&gt;ssh version 2&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.1.10-192.168.1.20 wireless&lt;BR /&gt;dhcpd enable wireless&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.2.20-192.168.2.30 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;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;username me password fzRasdfkQ5/DpEadfa encrypted privilege 15&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;&amp;nbsp;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map &lt;BR /&gt;&amp;nbsp; inspect ftp &lt;BR /&gt;&amp;nbsp; inspect h323 h225 &lt;BR /&gt;&amp;nbsp; inspect h323 ras &lt;BR /&gt;&amp;nbsp; inspect rsh &lt;BR /&gt;&amp;nbsp; inspect rtsp &lt;BR /&gt;&amp;nbsp; inspect esmtp &lt;BR /&gt;&amp;nbsp; inspect sqlnet &lt;BR /&gt;&amp;nbsp; inspect skinny &amp;nbsp;&lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect sip &amp;nbsp;&lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;&amp;nbsp; inspect ip-options &lt;BR /&gt;&amp;nbsp; inspect icmp &lt;BR /&gt;&amp;nbsp; inspect icmp error &lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context &lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:dd709a6ab8deaa77ba8ca1a59a78c2bb&lt;BR /&gt;: end&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:57:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5506-x-wan-via-dhcp/m-p/3296532#M1009277</guid>
      <dc:creator>Richard Langly</dc:creator>
      <dc:date>2020-02-21T14:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: 5506-x wan via dhcp</title>
      <link>https://community.cisco.com/t5/network-security/5506-x-wan-via-dhcp/m-p/3296577#M1009278</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Your outside interface is set as dhcp. The question is, do you have an dhcp service to provide ip for this interface?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I'd recommend you set an static IP instead. Dhcp for outside interface can create problem for management and VPN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-If I helped you somehow, please, rate it as useful.-&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 03:49:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5506-x-wan-via-dhcp/m-p/3296577#M1009278</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2017-12-15T03:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: 5506-x wan via dhcp</title>
      <link>https://community.cisco.com/t5/network-security/5506-x-wan-via-dhcp/m-p/3296587#M1009279</link>
      <description>&lt;P&gt;Yes, I have a modem (SB6121) and the outside interface has always connected to Comcast ISP via DHCP.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 14:07:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5506-x-wan-via-dhcp/m-p/3296587#M1009279</guid>
      <dc:creator>Richard Langly</dc:creator>
      <dc:date>2017-12-15T14:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: 5506-x wan via dhcp</title>
      <link>https://community.cisco.com/t5/network-security/5506-x-wan-via-dhcp/m-p/3296981#M1009280</link>
      <description>&lt;P&gt;I see but if you are receiving "&lt;SPAN&gt;unassigned" this means then that the DHCP is not working. Have tested with a PC or something?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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>Fri, 15 Dec 2017 17:52:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5506-x-wan-via-dhcp/m-p/3296981#M1009280</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2017-12-15T17:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: 5506-x wan via dhcp</title>
      <link>https://community.cisco.com/t5/network-security/5506-x-wan-via-dhcp/m-p/3297118#M1009281</link>
      <description>&lt;P&gt;Well, seems I just needed to restart the modem. It's working now. This 5506 is a new one from the previous 5506 I had (but was an early model and had an issue where it would only last about 18 months before the components went bad).&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2017 01:28:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5506-x-wan-via-dhcp/m-p/3297118#M1009281</guid>
      <dc:creator>Richard Langly</dc:creator>
      <dc:date>2017-12-16T01:28:40Z</dc:date>
    </item>
  </channel>
</rss>

