<?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 Will NAT statements conflict? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170643#M359087</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;If you are configuring a specific NAT for a L2L VPN connection then the remote lan would naturally be the remote network of the L2L VPN connection. Naturally depending on your VPN setup there might be multiple remote networks or even just a single host. I can only guess since you have only given information about the source network to be NATed and the actual NAT addresses to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main point here is that we define the new NAT so that it only applies to the traffic using the VPN connection and wont affect the Internet traffic at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Apr 2013 17:10:45 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-04-02T17:10:45Z</dc:date>
    <item>
      <title>Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170638#M359082</link>
      <description>&lt;P&gt;I need to NAT the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside 172.2.1.1/25 to ouside 10.1.4.1/28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have the 172.2.x.x range in another NAT statement that does a dynamic NAT for accessing the internet. Will these conflict? &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:22:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170638#M359082</guid>
      <dc:creator>Matt Roberts</dc:creator>
      <dc:date>2019-03-12T01:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170639#M359083</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;Could you clarify a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that you want to configure a Static NAT between the mentioned IPs or are you going to configure some sort of Dynamic NAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually the Static NAT will override the Dynamic NAT but this can vary depending on the firewall software. What is your firewall software? Can you give any NAT configurations here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the purpose of this NAT from inside to outside with both IPs being private? (EDIT: Well actually I guess the inside IP isnt actually a private IP from the 172.16.0.0/12 range) Some VPN related NAT configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 14:34:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170639#M359083</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-04-02T14:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170640#M359084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to nat the network 172.2.1.0/25 subnet to 10.1.4.1/28 yes this is for VPN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have the 172.2.1.0/25 subnet in another nat statment for internet access. I guess my question is will there be a conflict if the source address is in two nat statements? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 14:50:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170640#M359084</guid>
      <dc:creator>Matt Roberts</dc:creator>
      <dc:date>2013-04-02T14:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170641#M359085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since we are talking about a NAT configuration that is supposed to serve a L2L VPN connection then you should naturally configure a Dynamic Policy NAT+PAT since the real and mapped network arent of equal size. (since the NAT Pool is smaller your hosts using the VPN might run out of NAT addresses)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic Policy NAT+PAT should also be used because you want this NAT to apply only when users are connecting to a specific network(s) behind a L2L VPN connection. This way it wont overlap/interfere with your default Dynamic PAT/NAT configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For ASA 8.2 (and older) software levels&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The ACL defines the situation where this NAT applies&lt;UL&gt;&lt;LI&gt;Think of it as "when this source network connects to this remote network THEN apply this NAT"&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list DYNAMIC-POLICYNAT remark Define the Traffic that Needs the Policy NAT&lt;/P&gt;&lt;P&gt;access-list DYNAMIC-POLICYNAT permit ip 172.2.1.0 255.255.255.128 &lt;REMOTE network=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/REMOTE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 100 10.1.4.1-10.1.4.13&lt;/P&gt;&lt;P&gt;global (outside) 100 10.1.4.14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 100 access-list DYNAMIC-POLICYNAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For ASA 8.3 (and newer) software levels&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Operation is the same as above but the configuration format is for the new NAT configuration format introduced in 8.3(1) software&lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network REMOTE-LAN&lt;/P&gt;&lt;P&gt; subnet &lt;REMOTE network=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/REMOTE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network LOCAL-LAN&lt;/P&gt;&lt;P&gt; subnet 172.2.1.0 255.255.255.128&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network NAT-POOL&lt;/P&gt;&lt;P&gt; range 10.1.4.1 10.1.4.13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network PAT&lt;/P&gt;&lt;P&gt; host 10.1.4.14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network NAT+PAT&lt;/P&gt;&lt;P&gt; network-object object NAT-POOL&lt;/P&gt;&lt;P&gt; network-object object PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic LOCAL-LAN NAT+PAT destination static REMOTE-LAN REMOTE-LAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally in both cases minor adjustments might be needed depending on the number of hosts/networks on the remote side of the L2L VPN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this helps. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; Please rate if so and mark the question as answered if it did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise ask more if I understood something wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 15:04:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170641#M359085</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-04-02T15:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170642#M359086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I understand. What would the remote-lan be? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 17:06:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170642#M359086</guid>
      <dc:creator>Matt Roberts</dc:creator>
      <dc:date>2013-04-02T17:06:17Z</dc:date>
    </item>
    <item>
      <title>Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170643#M359087</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;If you are configuring a specific NAT for a L2L VPN connection then the remote lan would naturally be the remote network of the L2L VPN connection. Naturally depending on your VPN setup there might be multiple remote networks or even just a single host. I can only guess since you have only given information about the source network to be NATed and the actual NAT addresses to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main point here is that we define the new NAT so that it only applies to the traffic using the VPN connection and wont affect the Internet traffic at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 17:10:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170643#M359087</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-04-02T17:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170644#M359088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I create a group that has my nat-pool and a pat? That I don't understand. Everything else I understand. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 17:22:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170644#M359088</guid>
      <dc:creator>Matt Roberts</dc:creator>
      <dc:date>2013-04-02T17:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170645#M359089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So are you saying that your firewall is running 8.3+ software?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gave examples of the same NAT configuration for 2 different NAT configuration formats depending on the software level of your firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using 8.3 or newer software then here is the explanation for the above mentioned NAT configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network REMOTE-LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet &lt;REMOTE network=""&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/REMOTE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network LOCAL-LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet 172.2.1.0 255.255.255.128&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network NAT-POOL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; range 10.1.4.1 10.1.4.13&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.1.4.14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network NAT+PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object object NAT-POOL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object object PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic LOCAL-LAN NAT+PAT destination static REMOTE-LAN REMOTE-LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;REMOTE-LAN&lt;/STRONG&gt; = Is used to define the destination network(s) for this NAT configuration&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;LOCAL-LAN&lt;/STRONG&gt; = Is used to define the source network(s) for this NAT configuration&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;NAT-POOL&lt;/STRONG&gt; = Is used to define the NAT Pool address range&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;PAT&lt;/STRONG&gt; = Is used to define the PAT address for situations where the NAT-POOL runs out&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;NAT+PAT &lt;/STRONG&gt;= Is used to group the NAT-POOL and PAT objects under a single object that we can then use in the NAT configuration&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;nat &lt;/STRONG&gt;= Is the actual NAT configuration line that says that the network under LOCAL-LAN will be translated to some IP address under the NAT+PAT when the connection is taken towards REMOTE-LAN&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could give more specific answer if I knew more about your specific situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 17:30:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170645#M359089</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-04-02T17:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170646#M359090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running 8.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My remote lan object would be various hosts and not a subnet. I created a group for this but the nat command is barking at me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says subnet can not be used as mapped source in dynamic NAT policy. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:34:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170646#M359090</guid>
      <dc:creator>Matt Roberts</dc:creator>
      <dc:date>2013-04-03T19:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170647#M359091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how it would look. The remote LAN is various hosts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT Pool&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;&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;&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; Remote-LAN&lt;/P&gt;&lt;P&gt;10.1.4.112&amp;nbsp; /28&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;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; 10.101.240.5&amp;nbsp; 255.255.255.255&amp;nbsp; &lt;/P&gt;&lt;P&gt;10.1.4.112&amp;nbsp; /28&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;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; 10.105.1.33&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 &lt;/P&gt;&lt;P&gt;10.1.4.112&amp;nbsp; /28&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;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; 10.105.1.50&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255&amp;nbsp; &lt;/P&gt;&lt;P&gt;10.1.4.112&amp;nbsp; /28&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;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; 10.105.1.53&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.255 &lt;/P&gt;&lt;P&gt;10.1.4.112&amp;nbsp; /28&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;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; 10.241.13.20&amp;nbsp; 255.255.255.255&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:40:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170647#M359091</guid>
      <dc:creator>Matt Roberts</dc:creator>
      <dc:date>2013-04-03T19:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170648#M359092</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;If you need to define multiple hosts or networks in the REMOTE-LAN object then you can configure it as a "object-group network REMOTE-LAN"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;object-group network REMOTE-LAN&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; network-object host 10.101.240.5 &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; network-object host 10.105.1.33&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; network-object host 10.105.1.50 &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; network-object host 10.105.1.53&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; network-object host 10.241.13.20 &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network LOCAL-LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet 172.2.1.0 255.255.255.128&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network NAT-POOL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; range 10.1.4.1 10.1.4.13&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 10.1.4.14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network NAT+PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object object NAT-POOL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object object PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source dynamic LOCAL-LAN NAT+PAT destination static &lt;SPAN style="color: #ff0000;"&gt;REMOTE-LAN REMOTE-LAN&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&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>Wed, 03 Apr 2013 19:42:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170648#M359092</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-04-03T19:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170649#M359093</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 inserted completely wrong example IPs in the above reply at first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its now edited with the example IPs you gave in an earlier reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:48:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170649#M359093</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-04-03T19:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170650#M359094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried that this is the error I'm getting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Subnet can not be used as mapped source in dynamic NAT policy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:57:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170650#M359094</guid>
      <dc:creator>Matt Roberts</dc:creator>
      <dc:date>2013-04-03T19:57:14Z</dc:date>
    </item>
    <item>
      <title>Will NAT statements conflict?</title>
      <link>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170651#M359095</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;You are most probably trying to configure something different than what I have written above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested this on my own ASA and there are no problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the exact NAT configuration&amp;nbsp; and the related objects and object-groups you are trying to insert?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 20:01:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/will-nat-statements-conflict/m-p/2170651#M359095</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-04-03T20:01:26Z</dc:date>
    </item>
  </channel>
</rss>

