<?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 Services over NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/services-over-nat/m-p/2103361#M394114</link>
    <description>&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; Hi,&lt;/P&gt;&lt;P&gt;I am trying to conect two overlaping IP address sites ( see attached diagram). Site A LAN address will dynamic NAT to 10.1.1.0/24 at ASA5520.All the users from site A need to get services from site B ( DHCP, DNS, Mailbox,Print Servers, AD loggin etc). All the connections will be initiating from site A to B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is &lt;/P&gt;&lt;P&gt;1-will all these services will run over NATed address.( dynamic) or I have to change to static NAT?&lt;/P&gt;&lt;P&gt;2- Has anyone running this kind of network and provide sample config for ASA 5520?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regsrds,&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 00:37:16 GMT</pubDate>
    <dc:creator>mohammedrafiq</dc:creator>
    <dc:date>2019-03-12T00:37:16Z</dc:date>
    <item>
      <title>Services over NAT</title>
      <link>https://community.cisco.com/t5/network-security/services-over-nat/m-p/2103361#M394114</link>
      <description>&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; Hi,&lt;/P&gt;&lt;P&gt;I am trying to conect two overlaping IP address sites ( see attached diagram). Site A LAN address will dynamic NAT to 10.1.1.0/24 at ASA5520.All the users from site A need to get services from site B ( DHCP, DNS, Mailbox,Print Servers, AD loggin etc). All the connections will be initiating from site A to B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is &lt;/P&gt;&lt;P&gt;1-will all these services will run over NATed address.( dynamic) or I have to change to static NAT?&lt;/P&gt;&lt;P&gt;2- Has anyone running this kind of network and provide sample config for ASA 5520?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regsrds,&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:37:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/services-over-nat/m-p/2103361#M394114</guid>
      <dc:creator>mohammedrafiq</dc:creator>
      <dc:date>2019-03-12T00:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Services over NAT</title>
      <link>https://community.cisco.com/t5/network-security/services-over-nat/m-p/2103362#M394116</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;Some questions&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do you manage both ASAs?&lt;/LI&gt;&lt;LI&gt;What are the ASAs software versions (need to know for the NAT/ACL configurations)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you could use Static NAT to NAT Site A and B both to their own /24 NAT networks. I would personally start with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would mean that if host 192.168.1.100 on Site A uses the L2L VPN it will show up as NAT IP x.x.x.100 and so forth. Same for the Site B. If you want to connect to a host there which has the real IP of 192.168.1.200 the actual NAT IP address would be y.y.y.200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt; &lt;EM&gt;For DHCP to work over this connection I'd imagine you need to forward the DHCP messages as unicast instead of broadcast. In other words, you need a router with "ip helper-address" configuration on the LAN interfaces.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I'm not 100% sure would the ASA handle such a thing through VPN. Might be able to use the DHCP relay on ASA but I have never tried to configure it. I think that there was some Cisco employee document about it on the forums though.&lt;/EM&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>Fri, 14 Dec 2012 13:12:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/services-over-nat/m-p/2103362#M394116</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-14T13:12:48Z</dc:date>
    </item>
    <item>
      <title>Services over NAT</title>
      <link>https://community.cisco.com/t5/network-security/services-over-nat/m-p/2103363#M394117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks&amp;nbsp; Jouni,&lt;/P&gt;&lt;P&gt;We only manage site A ASA version 8.4.Please can you paste some sample config for NAT(Static NAT to NAT Site A and B both to their own /24 NAT networks) as you sugussted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regsrds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 16:05:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/services-over-nat/m-p/2103363#M394117</guid>
      <dc:creator>mohammedrafiq</dc:creator>
      <dc:date>2012-12-14T16:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Services over NAT</title>
      <link>https://community.cisco.com/t5/network-security/services-over-nat/m-p/2103364#M394118</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;I suggest doing NAT on both sites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Site A with ASA running 8.4 software the NAT configuration might look something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Base Information&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Site A LAN: 192.168.1.0/24&lt;/LI&gt;&lt;LI&gt;Site A LAN NAT: 10.1.1.0/24&lt;/LI&gt;&lt;LI&gt;Site B LAN (NAT): x.x.x.x/24&lt;/LI&gt;&lt;LI&gt;Site A LAN interface = inside&lt;/LI&gt;&lt;LI&gt;Site A WAN interface = outside&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network LAN-LOCAL&lt;/P&gt;&lt;P&gt;&amp;nbsp; subnet 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network LAN-NAT&lt;/P&gt;&lt;P&gt;&amp;nbsp; subnet 10.1.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network REMOTE-LAN&lt;/P&gt;&lt;P&gt;&amp;nbsp; subnet x.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static LAN-LOCAL LAN-NAT destination static REMOTE-LAN REMOTE-LAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the above configuration will do is&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do NAT between interfaces "inside" and "outside"&lt;/LI&gt;&lt;LI&gt;When Site A users connect from their LAN-LOCAL to REMOTE-LAN their NAT IP address will be LAN-NAT &lt;UL&gt;&lt;LI&gt;This works both ways. When Site B REMOTE-LAN connect to LAN-NAT they will reach LAN-LOCAL of Site A&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Also notice that since you are using this type of NAT that every LOCAL and NAT address will match eachother regarding the last portion of the IP address &lt;UL&gt;&lt;LI&gt;192.168.1.1 = 10.1.1.1&lt;/LI&gt;&lt;LI&gt;192.168.1.2 = 10.1.1.2&lt;/LI&gt;&lt;LI&gt;192.168.1.3 = 10.1.1.3&lt;/LI&gt;&lt;LI&gt;etc&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said before I would suggest you ask the Site B admin to also NAT their local LAN 192.168.1.0/24 to something and then you can use that network range and insert to the above configuration to the place of x.x.x.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if you found the information helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:10:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/services-over-nat/m-p/2103364#M394118</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2012-12-14T17:10:45Z</dc:date>
    </item>
  </channel>
</rss>

