<?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: Outbound NAT problem on ASA5520 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/outbound-nat-problem-on-asa5520/m-p/1382759#M721456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MsoNormal"&gt;You need to have&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;nat (TAPPY) 50 192.168.1.6 255.255.255.255 outside&lt;/P&gt;&lt;P class="MsoNormal"&gt;global (INISIDE) 50 interface&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;The above will translate the TAPPY IP address and make it look like it was coming from the inside interface IP.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;STATIC (INSIDE,TAPPY) &lt;SPAN style="font-family: courier new,courier;"&gt;host 10.0.0.2 &lt;/SPAN&gt; host &lt;SPAN style="font-family: courier new,courier;"&gt;10.0.0.2&lt;/SPAN&gt; netmask &lt;SPAN style="font-family: courier new,courier;"&gt;255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;This will provide identity translation for the inside hosts when they go to the TAPPY to look like themselves.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;With the above lines you can only initiate traffic from the TAPPY to the INSIDE.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;P.S. I am assuming TAPPY has a lower security level than the INSIDE.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 23:29:48 GMT</pubDate>
    <dc:creator>Kureli Sankar</dc:creator>
    <dc:date>2010-02-25T23:29:48Z</dc:date>
    <item>
      <title>Outbound NAT problem on ASA5520</title>
      <link>https://community.cisco.com/t5/network-security/outbound-nat-problem-on-asa5520/m-p/1382758#M721455</link>
      <description>&lt;P&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;I have an ASA 5520 firewall running in single context router mode.&lt;/P&gt;&lt;P class="MsoNormal"&gt;I.E. Single routed firewall.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Interface TAPPY, IP &lt;SPAN style="font-family: courier new,courier;"&gt;192.168.1.1/24&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Interface INSIDE, IP &lt;SPAN style="font-family: courier new,courier;"&gt;10.0.0.1/24&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Host &lt;SPAN style="font-family: courier new,courier;"&gt;192.168.1.6/24&lt;/SPAN&gt; (on TAPPY interface) needs to communicate with host &lt;SPAN style="font-family: courier new,courier;"&gt;10.0.0.2/24&lt;SPAN style="font-family: times new roman,times;"&gt; (on INSIDE interface)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Host &lt;SPAN style="font-family: courier new,courier;"&gt;10.0.0.2&lt;/SPAN&gt; must receive packets that appear they came from the firewalls address.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;When I set up a static NAT, I continue to receive this error message:&lt;/P&gt;&lt;P class="MsoNormal"&gt;No translation group found for tcp src TAPPY:&lt;SPAN style="font-family: courier new,courier;"&gt;192.168.1.6/2345&lt;/SPAN&gt; dst INSIDE:&lt;SPAN style="font-family: courier new,courier;"&gt;10.0.0.2/4444&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Cisco’s explanation is:&lt;/P&gt;&lt;P class="MsoNormal"&gt;A packet does not match any of the outbound NAT command rules.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;My cli NAT command is:&lt;/P&gt;&lt;P class="MsoNormal"&gt;STATIC (INSIDE,TAPPY) &lt;SPAN style="font-family: courier new,courier;"&gt;192.168.1.6&lt;/SPAN&gt; host &lt;SPAN style="font-family: courier new,courier;"&gt;10.0.0.2&lt;/SPAN&gt; netmask &lt;SPAN style="font-family: courier new,courier;"&gt;255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;I know I have something configured incorrectly but cannot figure it out.&lt;/P&gt;&lt;P class="MsoNormal"&gt;ANY help would be greatly appreciated&lt;/P&gt;&lt;P class="MsoNormal"&gt;Tks&lt;/P&gt;&lt;P class="MsoNormal"&gt;Frank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:15:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outbound-nat-problem-on-asa5520/m-p/1382758#M721455</guid>
      <dc:creator>fsebera</dc:creator>
      <dc:date>2019-03-11T17:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound NAT problem on ASA5520</title>
      <link>https://community.cisco.com/t5/network-security/outbound-nat-problem-on-asa5520/m-p/1382759#M721456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MsoNormal"&gt;You need to have&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;nat (TAPPY) 50 192.168.1.6 255.255.255.255 outside&lt;/P&gt;&lt;P class="MsoNormal"&gt;global (INISIDE) 50 interface&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;The above will translate the TAPPY IP address and make it look like it was coming from the inside interface IP.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;STATIC (INSIDE,TAPPY) &lt;SPAN style="font-family: courier new,courier;"&gt;host 10.0.0.2 &lt;/SPAN&gt; host &lt;SPAN style="font-family: courier new,courier;"&gt;10.0.0.2&lt;/SPAN&gt; netmask &lt;SPAN style="font-family: courier new,courier;"&gt;255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;This will provide identity translation for the inside hosts when they go to the TAPPY to look like themselves.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;With the above lines you can only initiate traffic from the TAPPY to the INSIDE.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;P.S. I am assuming TAPPY has a lower security level than the INSIDE.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 23:29:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outbound-nat-problem-on-asa5520/m-p/1382759#M721456</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-02-25T23:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound NAT problem on ASA5520</title>
      <link>https://community.cisco.com/t5/network-security/outbound-nat-problem-on-asa5520/m-p/1382760#M721457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;P&gt;Hi Kusankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solved my issue completely - . . . and my non-technical folks are VERY happy!!!!&lt;/P&gt;&lt;P&gt;And yes your assumption of TAPPY having a lower security level than INSIDE was correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Communication can only be initiated from a host on TAPPY.&lt;/P&gt;&lt;P&gt;What if I needed a host on INSIDE to initiate communication to a host on TAPPY?&lt;/P&gt;&lt;P&gt;Since INSIDE has a higher security level than TAPPY, seems there should not be a problem - RIGHT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now that I (we) have this working, I have time to read more of the ASA configuration guide for future issues.&lt;/P&gt;&lt;P&gt;It's folks like you that make this Group Discussion work.&lt;/P&gt;&lt;P&gt;Thanks again!!&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2010 17:19:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outbound-nat-problem-on-asa5520/m-p/1382760#M721457</guid>
      <dc:creator>fsebera</dc:creator>
      <dc:date>2010-02-27T17:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound NAT problem on ASA5520</title>
      <link>https://community.cisco.com/t5/network-security/outbound-nat-problem-on-asa5520/m-p/1382761#M721458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very glad to hear.&amp;nbsp; Rate the post that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kudos to you. The problem description (except the missing security level) was very clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside, even though on a higher security interface cannot initiate because now TAPPY host is behind a PAT (port address translation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can however be able to initiate connections to other hosts in TAPPY from the inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2010 17:22:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outbound-nat-problem-on-asa5520/m-p/1382761#M721458</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-02-27T17:22:12Z</dc:date>
    </item>
  </channel>
</rss>

