<?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: DYNAMIC NAT ISSUE ON ASA 5515x in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dynamic-nat-issue-on-asa-5515x/m-p/3722002#M11818</link>
    <description>&lt;P&gt;You can add an ACL on the inside interface to block these servers going out. You just have to create an object/objectgroup that includes the ip range needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;access-list inside-out extended deny ip &amp;lt;object-group of servers&amp;gt; any&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list inside-out extended permit ip&amp;nbsp;any&amp;nbsp;any&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-group inside-out in inside&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you already have an ACL, then just add statement#1 to that one.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The above is under the assumption that your internal routing is handled by your core switch.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2018 16:47:10 GMT</pubDate>
    <dc:creator>Rahul Govindan</dc:creator>
    <dc:date>2018-10-09T16:47:10Z</dc:date>
    <item>
      <title>DYNAMIC NAT ISSUE ON ASA 5515x</title>
      <link>https://community.cisco.com/t5/network-security/dynamic-nat-issue-on-asa-5515x/m-p/3721891#M11813</link>
      <description>&lt;P&gt;Hello Guys,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My Connection is such as;&lt;BR /&gt;ISP---&amp;gt;ASA---&amp;gt;CoreSwitch---&amp;gt;AccessSwitches---&amp;gt;LAN(Servers)&lt;/P&gt;
&lt;P&gt;See skeletal config below for the named issue;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/1&lt;BR /&gt; description ###Internal MEMBER-1 Link###&lt;BR /&gt; nameif INSIDE&lt;BR /&gt; security-level 100&lt;/P&gt;
&lt;P&gt;ip address 10.10.10.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network LAN2&lt;BR /&gt; subnet 10.33.33.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network LAN2&lt;BR /&gt; nat (INSIDE,outside) dynamic interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;route outside 0.0.0.0 0.0.0.0 XX.XX.XX.XX 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, in my DHCP Server (Core Switch), I had exempted 10.10.10.1 to 10.10.10.50 from DHCP. These reserved IPs are the IPs I use for my internal servers.&amp;nbsp;I don't want those Servers to go out to the internet, but I already did a default route for my internet connection which automatically includes those IPs. How do I exempt them from the dynamic NAT and yet allow the remaining IPs from 10.10.10.51-254 have access to the internet?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:20:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dynamic-nat-issue-on-asa-5515x/m-p/3721891#M11813</guid>
      <dc:creator>Jesutofunmi O</dc:creator>
      <dc:date>2020-02-21T16:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC NAT ISSUE ON ASA 5515x</title>
      <link>https://community.cisco.com/t5/network-security/dynamic-nat-issue-on-asa-5515x/m-p/3721997#M11815</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;you can create a ACL to allow only from&amp;nbsp;10.10.10.51-254&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and deny&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;10.10.10.1 to 10.10.10.50&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Other side you can to NAT only for the rquired range&amp;nbsp;10.10.10.51-254&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:44:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dynamic-nat-issue-on-asa-5515x/m-p/3721997#M11815</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2018-10-09T16:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC NAT ISSUE ON ASA 5515x</title>
      <link>https://community.cisco.com/t5/network-security/dynamic-nat-issue-on-asa-5515x/m-p/3722002#M11818</link>
      <description>&lt;P&gt;You can add an ACL on the inside interface to block these servers going out. You just have to create an object/objectgroup that includes the ip range needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;access-list inside-out extended deny ip &amp;lt;object-group of servers&amp;gt; any&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list inside-out extended permit ip&amp;nbsp;any&amp;nbsp;any&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-group inside-out in inside&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you already have an ACL, then just add statement#1 to that one.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The above is under the assumption that your internal routing is handled by your core switch.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:47:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dynamic-nat-issue-on-asa-5515x/m-p/3722002#M11818</guid>
      <dc:creator>Rahul Govindan</dc:creator>
      <dc:date>2018-10-09T16:47:10Z</dc:date>
    </item>
  </channel>
</rss>

