<?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: No translation group found error in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/no-translation-group-found-error/m-p/1725369#M554482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, half right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the inside users do need access to the internet which they do have, but it's the https accces to both exchange servers from the internet needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server1 is local lan where the ASA is&lt;/P&gt;&lt;P&gt;Server2 is on a remote a site&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is we have a default route for 0.0.0.0 going to another site with internet access, so server2 is sending it's replys to that other site. I put a blanket nat everything coming from the internet to inside interface ip address and we have access to server2................. however it went t1ts up on the local lan which is why I got the above error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;BR /&gt;global (inside) 2 interface&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;static (inside,outside) tcp server1_EXT server1-INT netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp server2_EXT server2-INT netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;I need to nat any global ip address to a inside address going to any 192.168.0.0/16 &amp;amp; 172.16.0.0/16 but not 172.17.0.0/16&lt;/P&gt;&lt;P&gt;what do you think?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2011 13:49:19 GMT</pubDate>
    <dc:creator>ktwaddell</dc:creator>
    <dc:date>2011-06-01T13:49:19Z</dc:date>
    <item>
      <title>No translation group found error</title>
      <link>https://community.cisco.com/t5/network-security/no-translation-group-found-error/m-p/1725367#M554480</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 5510 with just a inside and outside interface, everything works on the lan inc internet access and exchange hosting to the net, but I have another exchange server on the wan and I can't get to that because I'm not natting inbound traffic and the default route sends traffic elsewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Soooooooooo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I put a nat any statement on the inside interface inbound it works, however all LAN internet traffic fails with a&amp;nbsp; No translation group found error!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've removed the static nat commands as they are all named anyway, but below is what I have before I do a nat any inside inbound command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;BR /&gt;global (inside) 2 interface&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help please?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:40:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-translation-group-found-error/m-p/1725367#M554480</guid>
      <dc:creator>ktwaddell</dc:creator>
      <dc:date>2019-03-11T20:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: No translation group found error</title>
      <link>https://community.cisco.com/t5/network-security/no-translation-group-found-error/m-p/1725368#M554481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand your requirements correctly, you need the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Dynamic PAT to allow LAN hosts to get to the Internet (translate internal IPs to the outside interface IP)&lt;BR /&gt;2. Static NAT to allow the Exchange server on the WAN to talk to your Exchange server on the LAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you should setup something like this:&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;static (inside,outside) &lt;PUBLIC_IP&gt; &lt;PRIVATE_IP&gt; netmask 255.255.255.255&lt;/PRIVATE_IP&gt;&lt;/PUBLIC_IP&gt;&lt;/PRE&gt;&lt;P&gt;The first 2 statements will take care of requirement number 1. The static statement will take care of requirement number 2 and will be used to translate your LAN Exchange server to a public IP on the WAN that the WAN Exchange server can talk to (so, &lt;PUBLIC_IP&gt; will be the LAN Exchange server's public IP, and &lt;PRIVATE_IP&gt; will be the LAN Exchange server's internal/real IP).&lt;/PRIVATE_IP&gt;&lt;/PUBLIC_IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll also need to make sure the inbound access-list on your outside interface allows the WAN Exchange server to talk to the LAN Exchange server's public IP on the appropriate ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 13:37:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-translation-group-found-error/m-p/1725368#M554481</guid>
      <dc:creator>mirober2</dc:creator>
      <dc:date>2011-06-01T13:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: No translation group found error</title>
      <link>https://community.cisco.com/t5/network-security/no-translation-group-found-error/m-p/1725369#M554482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, half right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the inside users do need access to the internet which they do have, but it's the https accces to both exchange servers from the internet needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server1 is local lan where the ASA is&lt;/P&gt;&lt;P&gt;Server2 is on a remote a site&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is we have a default route for 0.0.0.0 going to another site with internet access, so server2 is sending it's replys to that other site. I put a blanket nat everything coming from the internet to inside interface ip address and we have access to server2................. however it went t1ts up on the local lan which is why I got the above error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;BR /&gt;global (inside) 2 interface&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;static (inside,outside) tcp server1_EXT server1-INT netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp server2_EXT server2-INT netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;I need to nat any global ip address to a inside address going to any 192.168.0.0/16 &amp;amp; 172.16.0.0/16 but not 172.17.0.0/16&lt;/P&gt;&lt;P&gt;what do you think?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 13:49:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-translation-group-found-error/m-p/1725369#M554482</guid>
      <dc:creator>ktwaddell</dc:creator>
      <dc:date>2011-06-01T13:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: No translation group found error</title>
      <link>https://community.cisco.com/t5/network-security/no-translation-group-found-error/m-p/1725370#M554483</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;Ok, a mate (scott) sorted it for me, he isn't on here so I can't give the rating, but this sorted it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: #1f497d; font-size: 12pt;"&gt;I was trying to map many to 1 real addresses to 1 mapped address with static NAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list SOURCENAT permit ip 0.0.0.0 0.0.0.0 192.168.9.245 255.255.255.255&lt;/P&gt;&lt;P&gt;nat (outside) 2 access-list SOURCENAT&lt;/P&gt;&lt;P&gt;global (inside) 2 173.17.2.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers kev&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 15:06:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-translation-group-found-error/m-p/1725370#M554483</guid>
      <dc:creator>ktwaddell</dc:creator>
      <dc:date>2011-06-01T15:06:50Z</dc:date>
    </item>
  </channel>
</rss>

