<?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: NAT help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-help/m-p/1174223#M876680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He wants the address on the unmanaged net to stay as it is so it's right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2009 13:44:28 GMT</pubDate>
    <dc:creator>cdusio</dc:creator>
    <dc:date>2009-02-12T13:44:28Z</dc:date>
    <item>
      <title>NAT help</title>
      <link>https://community.cisco.com/t5/network-security/nat-help/m-p/1174219#M876668</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Cisco ASA 5520, I have a 3750 with VLAN's connected to the firewall and one of these VLAN's is a remote network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment their router is not managed by us and this remote LAN uses one of our DHCP servers within the firewalls inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now got a 2nd DHCP server which I need them to use and don't want to pay the money to get this DHCP helper to point to the new server, can I crate a NAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So they will still try and get their DHCP requests from 192.168.21.1 but really they are going to 192.168.21.10?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:47:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-help/m-p/1174219#M876668</guid>
      <dc:creator>whiteford</dc:creator>
      <dc:date>2019-03-11T14:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: NAT help</title>
      <link>https://community.cisco.com/t5/network-security/nat-help/m-p/1174220#M876669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A static NAT might help here.&lt;/P&gt;&lt;P&gt;Which incoming interface of DHCP request is on ASA? From outside? &lt;/P&gt;&lt;P&gt;How the remote LAN is connected to this ASA? via VPN?&lt;/P&gt;&lt;P&gt;Posted current configuration if possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2009 19:11:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-help/m-p/1174220#M876669</guid>
      <dc:creator>Yudong Wu</dc:creator>
      <dc:date>2009-02-10T19:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: NAT help</title>
      <link>https://community.cisco.com/t5/network-security/nat-help/m-p/1174221#M876673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do one of a couple of things.. You can use the firewall to provide DHCP addresses and forget the DHCP server or sure you can nat. I just tested this and from a config perspective it takes.. Didn't try to pass data through but would look something like..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,(unmanaged_net) 192.168.21.1 192.168.21.10 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just allow the DHCP rule inbound which you probably already have anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if that works. I can't verify the operation on the firewall from where I am but the principle should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're just saying that anyone on that network wanting a DHCP address go to this next hop (firewall ip) but now taht firewall has a nat rule so it should arp for that address on that network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 00:37:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-help/m-p/1174221#M876673</guid>
      <dc:creator>cdusio</dc:creator>
      <dc:date>2009-02-11T00:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: NAT help</title>
      <link>https://community.cisco.com/t5/network-security/nat-help/m-p/1174222#M876677</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;Shouldn't static (inside,(unmanaged_net) 192.168.21.1 192.168.21.10 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,(unmanaged_net) 192.168.21.10 192.168.21.1 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the unmanged LAN currently gets DHCP requests from 192.168.21.1 but needs them translated to 192.168.21.10?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 12:19:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-help/m-p/1174222#M876677</guid>
      <dc:creator>whiteford</dc:creator>
      <dc:date>2009-02-12T12:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: NAT help</title>
      <link>https://community.cisco.com/t5/network-security/nat-help/m-p/1174223#M876680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He wants the address on the unmanaged net to stay as it is so it's right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 13:44:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-help/m-p/1174223#M876680</guid>
      <dc:creator>cdusio</dc:creator>
      <dc:date>2009-02-12T13:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: NAT help</title>
      <link>https://community.cisco.com/t5/network-security/nat-help/m-p/1174224#M876683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry it's just my understanding as I am just viewing it on the ASDM (after adding the rule in the CLI) under NAT Rules &amp;gt; "inside" it shows type as static, original source 192.168.21.10 translate interface "unmanaged_LAN" address 192.168.21.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to give it some testing now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 14:33:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-help/m-p/1174224#M876683</guid>
      <dc:creator>whiteford</dc:creator>
      <dc:date>2009-02-12T14:33:48Z</dc:date>
    </item>
  </channel>
</rss>

