<?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 policy nat address pool in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/policy-nat-address-pool/m-p/2142539#M361235</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;So you say that your traffic is hitting the original Dynamic Policy PAT rule after configuring the new Dynamic Policy NAT rule?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is because of the NAT ordering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if the "ID" of the NAT configuration has any meaning but I would try changing the NAT configuration in the following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no global (outside) 1 10.130.29.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no nat (inside) 1 access-list nat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;global (outside) 100 10.130.29.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside) 100 access-list nat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then perhaps "clear xlate" if situation permits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should do so that the new Dynamic Policy NAT rule is the first to be matched and the original rule comes after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that the original rule has a "permit ip any any" ACL rule which matches all traffic. So everything gets matched to it and wont get matched to the new rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try this out and see how it goes.&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, 27 Feb 2013 17:19:42 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-02-27T17:19:42Z</dc:date>
    <item>
      <title>policy nat address pool</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat-address-pool/m-p/2142538#M361234</link>
      <description>&lt;P&gt;I have an internal firewall between two private networks.&lt;/P&gt;&lt;P&gt;I want all addrssing on the inside to use the gobal and I want any internal address destined for a group of servers on port 23 on the external to use a pool of addreses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the inside network is 10.0.0.0/8 and the destination subnet is 10.130.29.0/25. routes exist and connectivity works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;heres the config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 10.130.29.2&lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list nat deny ip host 10.7.2.206 any&lt;/P&gt;&lt;P&gt;access-list nat deny ip host 10.7.2.207 any&lt;/P&gt;&lt;P&gt;access-list nat permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ive added:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network SERVERS&lt;/P&gt;&lt;P&gt;&amp;nbsp; network-object host 195.104.88.151&lt;/P&gt;&lt;P&gt;&amp;nbsp; network-object host 195.104.88.152&lt;/P&gt;&lt;P&gt;&amp;nbsp; network-object host 195.104.88.153&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list serv_acl permit tcp 10.0.0.0 255.0.0.0 object-group SERVERS eq 23&lt;/P&gt;&lt;P&gt;global (outside) 2 10.130.29.117-10.130.29.126 netmask 255.255.255.128&lt;/P&gt;&lt;P&gt;nat (inside) 2 access-list serv_acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the SERVERS are destined for another network byond the firewall but I need to translate any address from the internal to pool 2. I can connect using the global but after applying the added config above the connection is still using the global. the xlate was cleared.&lt;/P&gt;&lt;P&gt;Is the subnet mask correct for the pool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:06:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat-address-pool/m-p/2142538#M361234</guid>
      <dc:creator>mickyq</dc:creator>
      <dc:date>2019-03-12T01:06:44Z</dc:date>
    </item>
    <item>
      <title>policy nat address pool</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat-address-pool/m-p/2142539#M361235</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;So you say that your traffic is hitting the original Dynamic Policy PAT rule after configuring the new Dynamic Policy NAT rule?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is because of the NAT ordering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if the "ID" of the NAT configuration has any meaning but I would try changing the NAT configuration in the following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no global (outside) 1 10.130.29.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no nat (inside) 1 access-list nat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;global (outside) 100 10.130.29.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside) 100 access-list nat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then perhaps "clear xlate" if situation permits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should do so that the new Dynamic Policy NAT rule is the first to be matched and the original rule comes after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that the original rule has a "permit ip any any" ACL rule which matches all traffic. So everything gets matched to it and wont get matched to the new rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try this out and see how it goes.&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, 27 Feb 2013 17:19:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat-address-pool/m-p/2142539#M361235</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-02-27T17:19:42Z</dc:date>
    </item>
    <item>
      <title>policy nat address pool</title>
      <link>https://community.cisco.com/t5/network-security/policy-nat-address-pool/m-p/2142540#M361236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Jouni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You were exactly right. &lt;/P&gt;&lt;P&gt;The first policy had 'ip any any' which of course catches all traffic &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon" height="1" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif" width="1"&gt;&lt;/SPAN&gt;. I change the order and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 18:22:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/policy-nat-address-pool/m-p/2142540#M361236</guid>
      <dc:creator>mickyq</dc:creator>
      <dc:date>2013-02-28T18:22:38Z</dc:date>
    </item>
  </channel>
</rss>

