<?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: Allow traffic inter interface without NAT, still need &amp;quot;no na in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allow-traffic-inter-interface-without-nat-still-need-quot-no-nat/m-p/953385#M917561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I know there have being a long time, but I finaly get the point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the ASA can route between interfaces without any nat or no nat, and it works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem occors when you have for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 &lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when you try to communicate an inside host with an DMZ host you get the message (no translation group found.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it happen because you have an nat for all inside hosts but none glogal (with index 1 in this case) for DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont have the originating host included in any "nat" you dont need a global or nat0 either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want an inside host to be natted to outside and not natted to dmz you will need a nat0 anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2009 17:19:49 GMT</pubDate>
    <dc:creator>guibarati</dc:creator>
    <dc:date>2009-05-07T17:19:49Z</dc:date>
    <item>
      <title>Allow traffic inter interface without NAT, still need "no nat"</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-inter-interface-without-nat-still-need-quot-no-nat/m-p/953383#M917559</link>
      <description>&lt;P&gt;I have implemented a few ASA firewall over the time and I have a question that I never solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an option on ASDM in the NAT screen that says " allow traffic between interfaces without NAT" or something like this. This option insert the "no nat-control" in the script and it is sopposed to allow traffic between interfaces without nat.&lt;/P&gt;&lt;P&gt;Even so every time I install a new ASA appliance and try to communicate Inside network with DMZ network I need an Static (inside,DMZ) or a "no nat" if I dont do that I see the error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No translation group foud for src x.x.x.x dst y.y.y.y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody knows why does it happens and if it's right to always need to use the no nat or static to communicate the two networks?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:06:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-inter-interface-without-nat-still-need-quot-no-nat/m-p/953383#M917559</guid>
      <dc:creator>guibarati</dc:creator>
      <dc:date>2019-03-11T13:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic inter interface without NAT, still need "no na</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-inter-interface-without-nat-still-need-quot-no-nat/m-p/953384#M917560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If nat control is enabled then it is mandatory to implement NAT in the network using any type of NAT.If the Nat control is disabled then "NO NAT" can be used so that no address translation occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info on "NO NAT" refer the url below:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_configuration_example09186a00800942fe.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_configuration_example09186a00800942fe.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_configuration_example09186a00800942ff.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_configuration_example09186a00800942ff.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 17:34:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-inter-interface-without-nat-still-need-quot-no-nat/m-p/953384#M917560</guid>
      <dc:creator>smahbub</dc:creator>
      <dc:date>2008-07-03T17:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic inter interface without NAT, still need "no na</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-inter-interface-without-nat-still-need-quot-no-nat/m-p/953385#M917561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I know there have being a long time, but I finaly get the point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the ASA can route between interfaces without any nat or no nat, and it works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem occors when you have for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 &lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when you try to communicate an inside host with an DMZ host you get the message (no translation group found.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it happen because you have an nat for all inside hosts but none glogal (with index 1 in this case) for DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont have the originating host included in any "nat" you dont need a global or nat0 either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want an inside host to be natted to outside and not natted to dmz you will need a nat0 anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 17:19:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-inter-interface-without-nat-still-need-quot-no-nat/m-p/953385#M917561</guid>
      <dc:creator>guibarati</dc:creator>
      <dc:date>2009-05-07T17:19:49Z</dc:date>
    </item>
  </channel>
</rss>

