<?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 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat/m-p/1546622#M636080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think for your inbound traffic (outside to inside) you will require a static nat translation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (outside,inside) 10.149.241.0 172.16.0.0 netmask 255.255.255.0 0 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I don't think that specific example will work for you due to subnet mask mis-match, but the theory may be&amp;nbsp; on the right lines.&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Alternatively, I found a post discussing the method you were trying, also finding similar issues:&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;A class="jive-link-external-small" href="http://www.groupstudy.com/archives/security/200306/msg00000.html"&gt;http://www.groupstudy.com/archives/security/200306/msg00000.html&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;It may be worth a read - especially the conduit permit ip command and debugging they are using to troubleshoot.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Regards, Ash.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Sep 2010 08:57:21 GMT</pubDate>
    <dc:creator>Ashley Georgeson</dc:creator>
    <dc:date>2010-09-28T08:57:21Z</dc:date>
    <item>
      <title>NAT</title>
      <link>https://community.cisco.com/t5/network-security/nat/m-p/1546621#M636057</link>
      <description>&lt;P&gt;Hello I have a problem with NAT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the original config works fine (two lines below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside) 1 10.149.0.0 255.0.0.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;global (outside) 1 62.206.190.254&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional I want to NAT the inbound traffic for a customer from outside 172.16.X.X to 10.149.241.20-10.149.241.254 but when I type in the two lines below,&lt;/P&gt;&lt;P&gt;I get an error message like no translations group found.&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;global (inside) 2 10.149.241.20-10.149.241.254&amp;nbsp; netmask 255.255.255.0&lt;BR /&gt;nat (outside) 2 172.16.0.0 255.255.0.0 outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea what went wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:46:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat/m-p/1546621#M636057</guid>
      <dc:creator>oezkanuenlue</dc:creator>
      <dc:date>2019-03-11T18:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: NAT</title>
      <link>https://community.cisco.com/t5/network-security/nat/m-p/1546622#M636080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think for your inbound traffic (outside to inside) you will require a static nat translation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (outside,inside) 10.149.241.0 172.16.0.0 netmask 255.255.255.0 0 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I don't think that specific example will work for you due to subnet mask mis-match, but the theory may be&amp;nbsp; on the right lines.&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Alternatively, I found a post discussing the method you were trying, also finding similar issues:&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;A class="jive-link-external-small" href="http://www.groupstudy.com/archives/security/200306/msg00000.html"&gt;http://www.groupstudy.com/archives/security/200306/msg00000.html&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;It may be worth a read - especially the conduit permit ip command and debugging they are using to troubleshoot.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Regards, Ash.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 08:57:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat/m-p/1546622#M636080</guid>
      <dc:creator>Ashley Georgeson</dc:creator>
      <dc:date>2010-09-28T08:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: NAT</title>
      <link>https://community.cisco.com/t5/network-security/nat/m-p/1546623#M636095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Thank you for your help ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;but I want to NAT dynamic addresses, without using static.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 09:14:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat/m-p/1546623#M636095</guid>
      <dc:creator>oezkanuenlue</dc:creator>
      <dc:date>2010-09-28T09:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: NAT</title>
      <link>https://community.cisco.com/t5/network-security/nat/m-p/1546624#M636122</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;Can you past the exact error message you are getting? Also, please try running a packet-tracer from the outside to the inside and send that output as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Prapanch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 15:54:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat/m-p/1546624#M636122</guid>
      <dc:creator>praprama</dc:creator>
      <dc:date>2010-09-28T15:54:43Z</dc:date>
    </item>
  </channel>
</rss>

