<?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: ASA 5510 home lab in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3188475#M1065941</link>
    <description>&lt;P&gt;Got it. But, I think you could try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;object network Internal_Net&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;subnet 10.0.0.0 255.255.255.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (inside,outside) dynamic interface&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For internet access this should be enough.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Forget about route as I said lastly, I said that because the range was in a different network, but now I saw the range is on the ARRIS network.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Sep 2017 14:50:16 GMT</pubDate>
    <dc:creator>Flavio Miranda</dc:creator>
    <dc:date>2017-09-23T14:50:16Z</dc:date>
    <item>
      <title>ASA 5510 home lab</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3186999#M1065931</link>
      <description>&lt;P&gt;New to ASA Firewall. &amp;nbsp;Trying to setup a home lab following a Microsoft guide. &amp;nbsp;I have one network that is using AT&amp;amp;T ARRIS NVG599 and I have my&amp;nbsp;home lab network using a Dell server with VMWARE installed that has 2 NIC cards, one NIC card goes to the ARRIS and the other NIC card is used to support my home lab. &amp;nbsp;The 2 NIC card goes to the Inside interface of the ASA firewall.. &amp;nbsp;The outside interface of the ASA Firwall&amp;nbsp;goes to the ARRIS&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem that I'm having is that I cannot seem to get from my home lab network to any outside IP address whether its a local IP Address or if its a site on the internet through the ARRIS. &amp;nbsp;I have attached a .pdf file to help explain my setup. &amp;nbsp;I have a AT&amp;amp;T &amp;nbsp;Modem ARRIS NVG599 that servers as my main network and hands out 10.10.1.0. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My ASA has the outside interface set to 10.10.1.111 255.255.255.0&lt;/P&gt;&lt;P&gt;My ASA has the inside interface set to &amp;nbsp;10.0.0.111 255.255.255.0&amp;nbsp;&lt;/P&gt;&lt;P&gt;MY home lab network is 10.0.0.0 \24&lt;/P&gt;&lt;P&gt;My ARRIS network is 10.10.1.0 \24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the below example to setup NATING&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The following example configures dynamic NAT that hides 192.168.2.0 network behind a range of outside addresses 10.2.2.1 through 10.2.2.10:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hostname(config)#&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;object network my-range-obj&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hostname(config-network-object)#&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;range 10.2.2.1 10.2.2.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hostname(config)#&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;object network my-inside-net&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hostname(config-network-object)#&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;subnet 192.168.2.0 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hostname(config-network-object)#&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;nat (inside,outside) dynamic my-range-obj&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AND I used 0 0 outside &amp;nbsp;10.1.1.111 to set the defaut route.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:20:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3186999#M1065931</guid>
      <dc:creator>WannaB</dc:creator>
      <dc:date>2020-02-21T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 home lab</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3187068#M1065933</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have found your configuration a bit confuse. If &amp;nbsp;your home lab has network&amp;nbsp;&lt;SPAN&gt;10.0.0.0 \24, your IP range must go from&amp;nbsp;10.0.0.1 up to&amp;nbsp;10.0.0.254.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think this should be enough to access the internet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 "IP ARRIS"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network Internal_Net&lt;BR /&gt;subnet 10.0.0.0 255.255.255.0&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 04:32:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3187068#M1065933</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2017-09-21T04:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 home lab</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3187788#M1065935</link>
      <description>&lt;P&gt;Sorry for the confusion. I was trying to ask how to correctly configure a asa 5510 firewall behind a AT&amp;amp;T ARRIS .&lt;BR /&gt;&lt;BR /&gt;My lab will be routed through the ASA 5510 and I would like it to be able to reach the internet. Looking at your answer it appears that I need to add the statement below.&lt;BR /&gt;&lt;BR /&gt;object network Internal_Net&lt;BR /&gt;subnet 10.0.0.0 255.255.255.0&lt;BR /&gt;nat (inside,outside) dynamic interface&lt;BR /&gt;How do I configure the ASA to use dynamic interface or is that the actual command?&lt;BR /&gt;&lt;BR /&gt;Here is my NATING to get to the AT&amp;amp;T ARRIS and then to the Internet.&lt;BR /&gt;hostname(config)# object network my-range-obj&lt;BR /&gt;hostname(config-network-object)# range 10.10.1.50 10.2.2.80&lt;BR /&gt;hostname(config)# object network my-inside-net&lt;BR /&gt;hostname(config-network-object)# subnet 10.0.0.0 255.255.255.0&lt;BR /&gt;hostname(config-network-object)# nat (inside,outside) dynamic my-range-obj&lt;BR /&gt;My Inside interface 0/1 Ethernet 10.0.0.111&lt;BR /&gt;My Outside Interface 0/0 Ethernet 10.10.1.111&lt;BR /&gt;&lt;BR /&gt;And I used 0 0 outside 10.10.1.111 to set the default route.&lt;BR /&gt;&lt;BR /&gt;Hopefully, I did not make the water anymore muddy.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 23:53:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3187788#M1065935</guid>
      <dc:creator>WannaB</dc:creator>
      <dc:date>2017-09-21T23:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 home lab</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3187801#M1065937</link>
      <description>&lt;P&gt;But why you need this &amp;nbsp;r&lt;SPAN&gt;ange 10.10.1.50 10.2.2.80 ? Are you trying to convert your internal IP to one of those IPs ? Imagine that when the packet hit ARRIS the source address will have one of this IP, does ARRIS know how to reply considering that this IP is not directly connected to it I mean, it has no route&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 00:54:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3187801#M1065937</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2017-09-22T00:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 home lab</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3188462#M1065939</link>
      <description>&lt;P&gt;Thank you for replying. &amp;nbsp;To answer your question, &lt;SPAN&gt;Are you trying to convert your internal IP to one of those IPs, the answer is yes. &amp;nbsp;Also, a&lt;/SPAN&gt;re you saying that I need to create a route from the 10.10.1.0 network to the 10.0.0.0 network.&amp;nbsp; If yes, would I create this route on the ASA or will I need to create this route on the ARRIS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I made a &amp;nbsp; typo&amp;nbsp;on my range. &amp;nbsp;R&lt;SPAN&gt;ange 10.10.1.50 10.2.2.80 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My range should be 10.10.1.50 to 10.10.1.80. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my NATING to get to the AT&amp;amp;T ARRIS and then to the Internet.&lt;BR /&gt;hostname(config)# object network my-range-obj&lt;BR /&gt;hostname(config-network-object)# range 10.10.1.50 10.10.1.80&lt;BR /&gt;hostname(config)# object network my-inside-net&lt;BR /&gt;hostname(config-network-object)# subnet 10.0.0.0 255.255.255.0&lt;BR /&gt;hostname(config-network-object)# nat (inside,outside) dynamic my-range-obj&lt;BR /&gt;My Inside interface 0/1 Ethernet 10.0.0.111&lt;BR /&gt;My Outside Interface 0/0 Ethernet 10.10.1.111&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2017 13:31:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3188462#M1065939</guid>
      <dc:creator>WannaB</dc:creator>
      <dc:date>2017-09-23T13:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510 home lab</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3188475#M1065941</link>
      <description>&lt;P&gt;Got it. But, I think you could try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;object network Internal_Net&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;subnet 10.0.0.0 255.255.255.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (inside,outside) dynamic interface&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For internet access this should be enough.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Forget about route as I said lastly, I said that because the range was in a different network, but now I saw the range is on the ARRIS network.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2017 14:50:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-home-lab/m-p/3188475#M1065941</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2017-09-23T14:50:16Z</dc:date>
    </item>
  </channel>
</rss>

