<?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: different static nat for same source on router in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587988#M604249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes your original example did you route maps, I was just noting that it wont work with lists and pro&lt;/P&gt;&lt;P&gt;viding the documentation of why.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2011 13:41:33 GMT</pubDate>
    <dc:creator>Mike Schooley</dc:creator>
    <dc:date>2011-04-01T13:41:33Z</dc:date>
    <item>
      <title>different static nat for same source on router</title>
      <link>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587980#M604241</link>
      <description>&lt;P&gt;can i nat lets say 10.10.10.100 on the inside to 10.20.20.100 for one destination and 10.30.30.100 for another destination.&amp;nbsp; I would like to use an access list and say something like permit ip host 10.10.10.100 host 20.20.20.100, then nat 10 10.20.20.100, then permit ip host 10.10.10.100 host 30.30.30.100 then nat to 10.30.30.100.&amp;nbsp;&amp;nbsp;&amp;nbsp; I was using static nat, but perhaps if i defined a nat pool with a single address and did an ip nat source list x pool x then ip nat source list y pool y.&amp;nbsp;&amp;nbsp; hmmmm.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:12:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587980#M604241</guid>
      <dc:creator>Mike Schooley</dc:creator>
      <dc:date>2019-03-11T20:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: different static nat for same source on router</title>
      <link>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587981#M604242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;msch00ley wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i nat lets say 10.10.10.100 on the inside to 10.20.20.100 for one destination and 10.30.30.100 for another destination.&amp;nbsp; I would like to use an access list and say something like permit ip host 10.10.10.100 host 20.20.20.100, then nat 10 10.20.20.100, then permit ip host 10.10.10.100 host 30.30.30.100 then nat to 10.30.30.100.&amp;nbsp;&amp;nbsp;&amp;nbsp; I was using static nat, but perhaps if i defined a nat pool with a single address and did an ip nat source list x pool x then ip nat source list y pool y.&amp;nbsp;&amp;nbsp; hmmmm.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list pnat1 permit ip host 10.10.10.100 host 20.20.20.100 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list pnat2 permit ip host 10.10.10..100 host 30.30.30.100 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 10.20.20.100 access-list pnat1&lt;/P&gt;&lt;P&gt;static (inside,outside) 10.30.30.100 access-list pnat2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 12:47:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587981#M604242</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-03-25T12:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: different static nat for same source on router</title>
      <link>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587982#M604243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that looks like asa nat statement, not router????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 13:51:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587982#M604243</guid>
      <dc:creator>Mike Schooley</dc:creator>
      <dc:date>2011-03-25T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: different static nat for same source on router</title>
      <link>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587983#M604244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;msch00ley wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i nat lets say 10.10.10.100 on the inside to 10.20.20.100 for one destination and 10.30.30.100 for another destination.&amp;nbsp; I would like to use an access list and say something like permit ip host 10.10.10.100 host 20.20.20.100, then nat 10 10.20.20.100, then permit ip host 10.10.10.100 host 30.30.30.100 then nat to 10.30.30.100.&amp;nbsp;&amp;nbsp;&amp;nbsp; I was using static nat, but perhaps if i defined a nat pool with a single address and did an ip nat source list x pool x then ip nat source list y pool y.&amp;nbsp;&amp;nbsp; hmmmm.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good point, it is for an ASA, sorry -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit ip host 10.10.10.100 host 20.20.20.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 102 permit ip host 10.10.10.100 host 30.30.30.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map PNAT1 permit 10&lt;/P&gt;&lt;P&gt;match ip address 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map PNAT2 permit 10&lt;/P&gt;&lt;P&gt;match ip address 102&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.10.10.100 10.20.20.100 route-map PNAT1&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.10.10.100 10.30.30.100 route-map PNAT2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that support for using route-maps with static translations was added with 12.4(T) so if your IOS is earlier than that then you would need to use IP nat pools eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat pool PNAT1 10.20.20.100 10.20.20.100 prefix-length 30&lt;/P&gt;&lt;P&gt;ip nat pool PNAT2 10.30.30.100 10.30.30.100 prefix-lenght 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same access-lists and route-maps as above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source route-map PNAT1 pool PNAT1&lt;/P&gt;&lt;P&gt;ip nat inside source route-map PNAT2 pool PNAT2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 16:02:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587983#M604244</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-03-25T16:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: different static nat for same source on router</title>
      <link>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587984#M604245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;didnt work, the 1st one did, the access-list was matched for both, but wouldnt put a translation for same inside local to different outside local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did a clear translations and it pinged using 2nd destination, but then 1st destination wouldnt work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 19:32:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587984#M604245</guid>
      <dc:creator>Mike Schooley</dc:creator>
      <dc:date>2011-03-31T19:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: different static nat for same source on router</title>
      <link>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587985#M604246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;msch00ley wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;didnt work, the 1st one did, the access-list was matched for both, but wouldnt put a translation for same inside local to different outside local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did a clear translations and it pinged using 2nd destination, but then 1st destination wouldnt work.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, i labbed it up using dynamips with 12.4(21a) and it worked fine in my lab. I basically had this setup -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;R1 connected to R2.&lt;/P&gt;&lt;P&gt;R2 connected to R3 and R4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on R3 loopback address of 10.10.10.1&lt;/P&gt;&lt;P&gt;on R4 loopback address of 11.11.11.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1 source address was 192.168.5.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config on R2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit ip host 192.168.5.1 host 10.10.10.1&lt;/P&gt;&lt;P&gt;access-list 102 permit ip host 192.168.5.1 host 11.11.11.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map PNAT1 permit 10&lt;/P&gt;&lt;P&gt;match ip address 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map PNAT2 permit 10&lt;/P&gt;&lt;P&gt;match ip address 102&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 192.168.5.1 192.168.22.1 route-map PNAT1&lt;/P&gt;&lt;P&gt;ip nat inside source static 192.168.5.1 192.168.23.1 route-map PNAT2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i then used ping and telnet to connect from R1 to R3 &amp;amp; R4 and the ip nat translation table on R2 looked like this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R2#sh ip nat translations &lt;BR /&gt;Pro Inside global&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside global&lt;BR /&gt;tcp 192.168.22.1:42312 192.168.5.1:42312&amp;nbsp; 10.10.10.1:23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.10.10.1:23&lt;BR /&gt;tcp 192.168.23.1:47667 192.168.5.1:47667&amp;nbsp; 11.11.11.1:23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11.11.11.1:23&lt;BR /&gt;--- 192.168.22.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.5.1&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; ---&lt;BR /&gt;--- 192.168.23.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.5.1&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; ---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also did debugs on R3 &amp;amp; R4 to check the source IP of the packet and it was as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So not sure why yours isn't working. What IOS are you running ? What is your topology like ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 11:35:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587985#M604246</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-04-01T11:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: different static nat for same source on router</title>
      <link>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587986#M604247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are correct, but you&lt;/P&gt;&lt;P&gt;have to use route-maps, using just list doesnt work per&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/customer/tech/tk648/tk361/technologies_tech_note09186a0080093fca.shtml"&gt;http://www.cisco.com/en/US/customer/tech/tk648/tk361/technologies_tech_note09186a0080093fca.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 12:43:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587986#M604247</guid>
      <dc:creator>Mike Schooley</dc:creator>
      <dc:date>2011-04-01T12:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: different static nat for same source on router</title>
      <link>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587987#M604248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;msch00ley wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are correct, but you&lt;/P&gt;&lt;P&gt;have to use route-maps, using just list doesnt work per&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/customer/tech/tk648/tk361/technologies_tech_note09186a0080093fca.shtml"&gt;http://www.cisco.com/en/US/customer/tech/tk648/tk361/technologies_tech_note09186a0080093fca.shtml&lt;/A&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, you have lost me there. My original example did use route-maps ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for rating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 13:25:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587987#M604248</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-04-01T13:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: different static nat for same source on router</title>
      <link>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587988#M604249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes your original example did you route maps, I was just noting that it wont work with lists and pro&lt;/P&gt;&lt;P&gt;viding the documentation of why.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 13:41:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/different-static-nat-for-same-source-on-router/m-p/1587988#M604249</guid>
      <dc:creator>Mike Schooley</dc:creator>
      <dc:date>2011-04-01T13:41:33Z</dc:date>
    </item>
  </channel>
</rss>

