<?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 You need to put another nat in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/dhcp-won-t-work-on-an-internal-network-enabled-by-static-nat/m-p/3016124#M134535</link>
    <description>&lt;P&gt;You need to put another nat statement from dmz to inside.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;static (dmz,inside) 10.0.INS.0 10.0.DMZ.0 netmask /24&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2017 13:47:55 GMT</pubDate>
    <dc:creator>Spooster IT Services</dc:creator>
    <dc:date>2017-06-27T13:47:55Z</dc:date>
    <item>
      <title>DHCP won't work on an internal network enabled by static nat</title>
      <link>https://community.cisco.com/t5/network-security/dhcp-won-t-work-on-an-internal-network-enabled-by-static-nat/m-p/3016123#M134534</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am running into a very wierd behavior.&lt;/P&gt;
&lt;P&gt;I have 2 internal networks (inside, dmz) that I used static nat in order to get data to flow between the two networks.&lt;/P&gt;
&lt;P&gt;but whenever the static nat is applied, the hosts on the dmz side seems not able to acquire an ip address from the asa5505&lt;/P&gt;
&lt;P&gt;the ones that already have an ip will work fine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this issue does not affect the hosts in the inside network.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;no i am not anywhere near the host limit of asa5505&lt;/P&gt;
&lt;P&gt;the minute i took out the static mapping the dmz will resume to get the ip address.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;here is a sudo code of the configuration.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks you in advance.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;basemodel ASA5505&lt;/P&gt;
&lt;P&gt;show local-host is less than 6 hosts&lt;/P&gt;
&lt;P&gt;using 8.2.5(59) //sorry i am not a big fan of 8.3+ that deprecated the nat and global command.&lt;/P&gt;
&lt;P&gt;I have inside, dmz, outside 3 vlan being used.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;inside ip add 10.0.INS.1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/24&lt;/P&gt;
&lt;P&gt;security-level 100&lt;/P&gt;
&lt;P&gt;e0/1-e0/3 switchport access this vlan&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;dmz ip add 10.0.DMZ.1&lt;/P&gt;
&lt;P&gt;/24&lt;/P&gt;
&lt;P&gt;security-level 50&lt;/P&gt;
&lt;P&gt;no forward int vlan 1&lt;/P&gt;
&lt;P&gt;e0/5-6 switchport access this vlan&lt;/P&gt;
&lt;P&gt;e5 is attached to a wifi ap that basically just airborns the network.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e6 was used to test hardwire connection without wifi. same results&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;outside ip add 4.4.OUT.1&lt;/P&gt;
&lt;P&gt;public ip static ip address&lt;/P&gt;
&lt;P&gt;e0/0 switchport access this vlan&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;PAT out to the internet&lt;/P&gt;
&lt;P&gt;nat (inside) 10 10.0.INS.0&amp;nbsp;/24&lt;/P&gt;
&lt;P&gt;nat (dmz) 10 10.0.DMZ.0 /24&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;global (outside) 10 interface&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;couple of ports forwarded to an DMZ host&amp;nbsp;&lt;/P&gt;
&lt;P&gt;static (dmz,outside) tcp interface 8000 10.0.DMZ.100&amp;nbsp;8000 netmask&amp;nbsp;/32&lt;/P&gt;
&lt;P&gt;access-list NAME extended permit tcp any interface outside eq 8000&lt;/P&gt;
&lt;P&gt;access-group NAME in interface outside&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DHCP the network&lt;BR /&gt;dhcpd address 10.0.INS.100-10.0.INS.130 inside&lt;BR /&gt;dhcpd dns 4.2.2.2 8.8.8.8 interface inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;&lt;BR /&gt;dhcpd address 10.0.DMZ.100-10.0.DMZ.130 dmz&lt;BR /&gt;dhcpd dns 4.2.2.2 8.8.8.8 interface dmz&lt;BR /&gt;dhcpd enable dmz&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I wanted the inside to have one way traffic to the dmz hosts, but dmz hosts can not initiate traffic to inside.&lt;/P&gt;
&lt;P&gt;static (inside,dmz) 10.0.DMZ.0 10.0.INS.0 netmask /24&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I&lt;/P&gt;
&lt;P&gt;after the above statement was put in the DHCP in the DMZ will just cease to function.&lt;/P&gt;
&lt;P&gt;the minute I take it away thing will work again.&lt;/P&gt;
&lt;P&gt;Can anyone let me know why?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:37:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcp-won-t-work-on-an-internal-network-enabled-by-static-nat/m-p/3016123#M134534</guid>
      <dc:creator>Y W</dc:creator>
      <dc:date>2019-03-12T09:37:32Z</dc:date>
    </item>
    <item>
      <title>You need to put another nat</title>
      <link>https://community.cisco.com/t5/network-security/dhcp-won-t-work-on-an-internal-network-enabled-by-static-nat/m-p/3016124#M134535</link>
      <description>&lt;P&gt;You need to put another nat statement from dmz to inside.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;static (dmz,inside) 10.0.INS.0 10.0.DMZ.0 netmask /24&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 13:47:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/dhcp-won-t-work-on-an-internal-network-enabled-by-static-nat/m-p/3016124#M134535</guid>
      <dc:creator>Spooster IT Services</dc:creator>
      <dc:date>2017-06-27T13:47:55Z</dc:date>
    </item>
  </channel>
</rss>

