<?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: incomplete translation in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/incomplete-translation/m-p/1513434#M615727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Currently there is only a staging server that is used for testing purpose by systems.&lt;/P&gt;&lt;P&gt;Inside and dmz are not communicating for any production traffic at present , as this will be moved to production in another months time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to see if things work well. I am concerned on the error, if this shows up during production later.&lt;/P&gt;&lt;P&gt;how do we overcome this by defining nat rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Nov 2010 15:32:15 GMT</pubDate>
    <dc:creator>suthomas1</dc:creator>
    <dc:date>2010-11-25T15:32:15Z</dc:date>
    <item>
      <title>incomplete translation</title>
      <link>https://community.cisco.com/t5/network-security/incomplete-translation/m-p/1513432#M615716</link>
      <description>&lt;P&gt;i have following configs on an Asa:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface local - 100 , ip address on 172.16.1.0 /24&lt;/P&gt;&lt;P&gt;interface svr&amp;nbsp; -&amp;nbsp; 75 ,&amp;nbsp; ip address on 192.168.1.0 /24&lt;/P&gt;&lt;P&gt;interface internet - 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have these messages: No translation group found for udp src svr:192.168.1.251/58765 dst local:172.16.1.12/53&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 192.168.1.251 is a client from svr interface. name resolution is done by 172.16.1.12 on local.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (svr) 0 access-list no_nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list&amp;nbsp; no_nat line 1 extended permit ip host 192.168.1.251 host 172.16.1.12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do those message indicate and how to correct it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:14:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/incomplete-translation/m-p/1513432#M615716</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2019-03-11T19:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: incomplete translation</title>
      <link>https://community.cisco.com/t5/network-security/incomplete-translation/m-p/1513433#M615721</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;The error means you do not have a NAT rule defined for traffic from a DMZ host 192.168.1.251/58765 dst local:172.16.1.12/53.&lt;/P&gt;&lt;P&gt;Since the communication uses NAT0, it's not going to NAT the traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to communicate between DMZ and inside and you're concerned about the error only, or there's no connectivity?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 14:34:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/incomplete-translation/m-p/1513433#M615721</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-25T14:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: incomplete translation</title>
      <link>https://community.cisco.com/t5/network-security/incomplete-translation/m-p/1513434#M615727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Currently there is only a staging server that is used for testing purpose by systems.&lt;/P&gt;&lt;P&gt;Inside and dmz are not communicating for any production traffic at present , as this will be moved to production in another months time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to see if things work well. I am concerned on the error, if this shows up during production later.&lt;/P&gt;&lt;P&gt;how do we overcome this by defining nat rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 15:32:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/incomplete-translation/m-p/1513434#M615727</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2010-11-25T15:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: incomplete translation</title>
      <link>https://community.cisco.com/t5/network-security/incomplete-translation/m-p/1513435#M615732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want your server in your dmz to be able to do dns requests on the inside dns server then you can modify your ACl like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-list no_nat extended permit ip host 192.168.1.251 host 172.16.1.12&lt;/P&gt;&lt;P&gt;access-list&amp;nbsp; no_nat&amp;nbsp; extended deny tcp host 192.168.1.251 host 172.16.1.12&amp;nbsp; 53&lt;/P&gt;&lt;P&gt;access-list&amp;nbsp; no_nat&amp;nbsp; extended permit ip host 192.168.1.251 host 172.16.1.12&lt;/P&gt;&lt;P&gt;But then if you want this traffic to be natted to inside subnet you must create dynamic NAT mapping on inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you must permit dns replies back with an ACl as they are going from a lower security interface to a higher security interface and so by default denied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list INBOUND_DNS_REPLIES extended permit udp host 172.16.1.12 host 192.168.1.251 if you didn't nat which is not mandatory as no nat-control is the default.&lt;/P&gt;&lt;P&gt;otherwise you must replace 192.168.1.251 by the inside interface ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I have been clear enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 15:58:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/incomplete-translation/m-p/1513435#M615732</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2010-11-25T15:58:02Z</dc:date>
    </item>
  </channel>
</rss>

