<?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: 8.3 Nat in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/8-3-nat/m-p/1543527#M628208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is for your example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network test&lt;BR /&gt;&amp;nbsp;&amp;nbsp; host 1.1.1.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) static 1.1.1.1 service tcp 80 8080&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Sep 2010 11:54:57 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2010-09-04T11:54:57Z</dc:date>
    <item>
      <title>8.3 Nat</title>
      <link>https://community.cisco.com/t5/network-security/8-3-nat/m-p/1543526#M628207</link>
      <description>&lt;P&gt;Is it possible to configure the ASA to forward a packet with a destintion port of 80 to a destination port of 8080, without translating the original destination IP address?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:34:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-3-nat/m-p/1543526#M628207</guid>
      <dc:creator>s.nicholls</dc:creator>
      <dc:date>2019-03-11T18:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: 8.3 Nat</title>
      <link>https://community.cisco.com/t5/network-security/8-3-nat/m-p/1543527#M628208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is for your example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network test&lt;BR /&gt;&amp;nbsp;&amp;nbsp; host 1.1.1.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) static 1.1.1.1 service tcp 80 8080&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Sep 2010 11:54:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-3-nat/m-p/1543527#M628208</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-09-04T11:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: 8.3 Nat</title>
      <link>https://community.cisco.com/t5/network-security/8-3-nat/m-p/1543528#M628209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this and I get back this error message in the logs ASA-5-305013 &lt;BR /&gt; Asymmetric NAT rules matched for forward and reverse flows; Connection for tcp src Outside:94.14.239.49/11199 dst SF1-Interface:109.74.241.215/80 denied due to NAT reverse path failure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Sep 2010 18:44:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-3-nat/m-p/1543528#M628209</guid>
      <dc:creator>s.nicholls</dc:creator>
      <dc:date>2010-09-04T18:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: 8.3 Nat</title>
      <link>https://community.cisco.com/t5/network-security/8-3-nat/m-p/1543529#M628210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you inside server is listening on 8080 then the example should be like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network test&lt;BR /&gt;&amp;nbsp;&amp;nbsp; host 1.1.1.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; nat (inside,outside) static 1.1.1.1 service tcp 8080 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Follow this link: &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-9129"&gt;https://supportforums.cisco.com/docs/DOC-9129&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regarding the syslog that you are seeing you can refer this link: &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-12569"&gt;https://supportforums.cisco.com/docs/DOC-12569&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. collect the output of the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside:94.14.239.49/11199 dst SF1-Interface:109.74.241.215/80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; packet-tracer input Outside tcp 94.14.239.49 11199 109.74.241.215 80 det&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; packet-tracer input SF1-Interface tcp 109.74.241.215 80 94.14.239.49 11199&amp;nbsp; det&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the section towards the end where it says dropped and check the reason and the nat line that it is matching. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post the output if you have questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 01:43:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-3-nat/m-p/1543529#M628210</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-09-06T01:43:43Z</dc:date>
    </item>
  </channel>
</rss>

