<?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: ASA5505 basic setup in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303953#M343993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked. IP set. I get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciscoasa(config)# global (outside) 1 interface&lt;/P&gt;&lt;P&gt;global for this range already exists&lt;/P&gt;&lt;P&gt;ciscoasa(config)# global (inside) 1 10.0.1.0 255.255.255.0&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;&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; ^&lt;/P&gt;&lt;P&gt;ERROR: % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;ciscoasa(config)# global (inside) 1 10.0.1.0&lt;/P&gt;&lt;P&gt;Warning: Start and End addresses overlap with broadcast address.&lt;/P&gt;&lt;P&gt;INFO: Global 10.0.1.0 will be Port Address Translated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you see, I tried to be smart removing the mask. Should I try plugging it in? &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: That "^" is below "255" in Putty.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Aug 2013 20:19:55 GMT</pubDate>
    <dc:creator>David Thulin</dc:creator>
    <dc:date>2013-08-25T20:19:55Z</dc:date>
    <item>
      <title>ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303944#M343984</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It feels like I have been beating my head against the wall for three days now. I finally think must accept I have bitten off more than I can chew.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My situation: I want the ASA to have a static IP internally, act as an internal DHCP-server, and on the external end dynamically get an IP. And naturally keep me safe, but no special routes or ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as I,in CLI, now restore factory settings (...again) I wonder if anyone has the commands saved for a super simple setup like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help!&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:30:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303944#M343984</guid>
      <dc:creator>David Thulin</dc:creator>
      <dc:date>2019-03-12T02:30:39Z</dc:date>
    </item>
    <item>
      <title>ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303945#M343985</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;One essential information we would need is what your software level on the ASA is? Mostly for the NAT configuration, though I can give you examples of both old and new format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below configurations are from memory so theres a change something might be missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface Vlan2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nameif outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; security-level 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip address dhcp setroute&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; no shutdown&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface Vlan1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nameif inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; security-level 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip address 10.10.10.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; no shutdown&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface Ethernet0/0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description WAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; switchport access vlan 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; no shutdown&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface Ethernet0/1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; no shutdown&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd address 10.10.10.100-10.10.10.110 inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd dns &lt;DNS1 ip=""&gt; &lt;DNS 2="" ip=""&gt;&lt;/DNS&gt;&lt;/DNS1&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dhcpd enable inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sysopt noproxyarp inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list INSIDE-IN remark Allow all traffic from LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list INSIDE-IN permit ip 10.10.10.0 255.255.255.0 any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group INSIDE-IN in interface inside&lt;/STRONG&gt;&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;&amp;nbsp; inspect icmp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; inspect icmp error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Dynamic PAT - 8.2 and below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;global (outside) 1 interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside) 1&amp;nbsp; 10.10.10.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Dynamic PAT - 8.3 and above&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above should contain some basic configurations&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Configuring both Vlan interfaces for LAN and WAN usage&lt;/LI&gt;&lt;LI&gt;Assigning physical interfaces to the mentioned Vlans&lt;/LI&gt;&lt;LI&gt;Configuring DHCP Server&lt;/LI&gt;&lt;LI&gt;Disabling Proxy ARP on LAN interface&lt;/LI&gt;&lt;LI&gt;Configuring ACL on the LAN interface (though not necesarily needed)&lt;/LI&gt;&lt;LI&gt;Configuring ICMP Inspection so ICMP reply/return messages are allowed through the firewall&lt;/LI&gt;&lt;LI&gt;Configuring basic Dynamic PAT configuration for outbound connections&lt;/LI&gt;&lt;/UL&gt;&lt;P&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>Sun, 25 Aug 2013 18:40:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303945#M343985</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-25T18:40:58Z</dc:date>
    </item>
    <item>
      <title>ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303946#M343986</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;Awesome! Thanks - I will try it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, ASDM says 8.2(5) on ASA version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 18:52:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303946#M343986</guid>
      <dc:creator>David Thulin</dc:creator>
      <dc:date>2013-08-25T18:52:59Z</dc:date>
    </item>
    <item>
      <title>ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303947#M343987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This keeps happening:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciscoasa(config-if)# ip address 10.0.1.10 255.255.255.0&lt;/P&gt;&lt;P&gt;Interface address is not on same subnet as DHCP pool&lt;/P&gt;&lt;P&gt;ERROR: ip address command failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 19:09:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303947#M343987</guid>
      <dc:creator>David Thulin</dc:creator>
      <dc:date>2013-08-25T19:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303948#M343988</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;Well, have you configured the DHCP Pool as something else as the actual LAN interface of the ASA? I mean the ASAs LAN interface configurations subnet has to match that used in the DHCP Pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASA can only act as a DHCP server to hosts that are directly connected to it or connected to it through a L2 switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you happen to have a router in your LAN network behind the ASA then you cant really use ASA as a DHCP server. And by that I mean hosts that are behind the router wont be able to get DHCP address from the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 19:11:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303948#M343988</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-25T19:11:38Z</dc:date>
    </item>
    <item>
      <title>ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303949#M343989</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 was right after a factory reset, so I had done no configuring at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking that I will use the Wifi-router from before as a AP inside. My switch probably is not L2, but I'll just use something else instead. How do I kill DHCP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 19:20:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303949#M343989</guid>
      <dc:creator>David Thulin</dc:creator>
      <dc:date>2013-08-25T19:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303950#M343990</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;The ASA shouldnt really have any DHCP configurations by default. Some later models have DHCP for the management interface but not the ASA5505.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you can share the current configuration of the ASA so can check how it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 19:22:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303950#M343990</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-25T19:22:42Z</dc:date>
    </item>
    <item>
      <title>ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303951#M343991</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 a backup of my config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://dl.dropboxusercontent.com/u/10343256/david.zip"&gt;https://dl.dropboxusercontent.com/u/10343256/david.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 19:35:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303951#M343991</guid>
      <dc:creator>David Thulin</dc:creator>
      <dc:date>2013-08-25T19:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303952#M343992</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;To me both the Running and Startup Configurations seem to have the basic configurations to enable connectivity through the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only thing they are missing is the ICMP Inspection commands I mentioned. Since that is usually the configuration missing from the basic configuration. With ICMP Inpsection missing, you usually arent able to PING / ICMP anything past your firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message you mentioned before should to my understanding be the result when you are trying to change your interface IP address and you still have DHCP configurations on the ASA for the current/old network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you are about to change a DHCP pool and the LAN interfaces IP address then you should first clear the DHCP configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can view them with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show run dhcpd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can remove all of them with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;clear configure dhcpd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then configure the LAN interface IP addressing as you see fit. And finally you can add the new DHCP configuration using the current IP addresses of the LAN interface (I mean the "inside" interface)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 19:43:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303952#M343992</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-25T19:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303953#M343993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked. IP set. I get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciscoasa(config)# global (outside) 1 interface&lt;/P&gt;&lt;P&gt;global for this range already exists&lt;/P&gt;&lt;P&gt;ciscoasa(config)# global (inside) 1 10.0.1.0 255.255.255.0&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;&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; ^&lt;/P&gt;&lt;P&gt;ERROR: % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;ciscoasa(config)# global (inside) 1 10.0.1.0&lt;/P&gt;&lt;P&gt;Warning: Start and End addresses overlap with broadcast address.&lt;/P&gt;&lt;P&gt;INFO: Global 10.0.1.0 will be Port Address Translated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you see, I tried to be smart removing the mask. Should I try plugging it in? &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: That "^" is below "255" in Putty.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 20:19:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303953#M343993</guid>
      <dc:creator>David Thulin</dc:creator>
      <dc:date>2013-08-25T20:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303954#M343994</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;Provided that you network behind&lt;STRONG&gt; "inside" &lt;/STRONG&gt;is 10.0.1.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should add these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;global (outside) 1 interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside) 1 10.0.1.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that you tried to add it with &lt;STRONG&gt;"global"&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command &lt;STRONG&gt;"global"&lt;/STRONG&gt; defines the actual NAT IP address to be used. The command &lt;STRONG&gt;"nat"&lt;/STRONG&gt; defines the source addresses/networks for that NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the above NAT configuration I mentioned should be all thats needed for your ASA. Again, provided that the only LAN network at the moment is 10.0.1.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 20:23:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303954#M343994</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-25T20:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 basic setup</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303955#M343995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amazing. It works. I added the "http 10.0.1.0 255.255.255.0 inside" command and it just works. I am amazed; thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone is interested, here is a backup of this plain config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://dl.dropboxusercontent.com/u/10343256/david2.zip"&gt;https://dl.dropboxusercontent.com/u/10343256/david2.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jouni - you are Batman. Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Aug 2013 20:44:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-setup/m-p/2303955#M343995</guid>
      <dc:creator>David Thulin</dc:creator>
      <dc:date>2013-08-25T20:44:28Z</dc:date>
    </item>
  </channel>
</rss>

