<?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: Static Nat translation in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-translation/m-p/2290526#M311341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shaun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assuming you've already defined the&lt;STRONG&gt; inside&lt;/STRONG&gt; and &lt;STRONG&gt;outside &lt;/STRONG&gt;interfaces on your ASA, could you try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 27.166.58.194 10.4.200.29 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) 27.166.58.195 10.4.200.25 netmask 255.255.255.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 03:37:31 GMT</pubDate>
    <dc:creator>johnlloyd_13</dc:creator>
    <dc:date>2013-10-09T03:37:31Z</dc:date>
    <item>
      <title>Static Nat translation</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-translation/m-p/2290525#M311340</link>
      <description>&lt;P&gt;There is one config that I can not figure out how to translate it over...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.4.200.29 27.166.58.194&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.4.200.25 27.166.58.195&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this on the ASA 8.2.5? (came from a 2800 router running ver 12.3(8r))&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:48:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-translation/m-p/2290525#M311340</guid>
      <dc:creator>Shaun McCloud</dc:creator>
      <dc:date>2019-03-12T02:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Static Nat translation</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-translation/m-p/2290526#M311341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shaun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assuming you've already defined the&lt;STRONG&gt; inside&lt;/STRONG&gt; and &lt;STRONG&gt;outside &lt;/STRONG&gt;interfaces on your ASA, could you try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 27.166.58.194 10.4.200.29 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) 27.166.58.195 10.4.200.25 netmask 255.255.255.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 03:37:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-translation/m-p/2290526#M311341</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2013-10-09T03:37:31Z</dc:date>
    </item>
    <item>
      <title>Static Nat translation</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-translation/m-p/2290527#M311342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So it does not seem to do what I am expecting it to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a web server on each of those addresses, and the outside address is the 27.x.x.x and the ip address on the server is the 10.x.x.x&lt;/P&gt;&lt;P&gt;After adding the config you suggested, I can not access the web servers from the out side, is it possible i need to open an access list the ports as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 04:06:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-translation/m-p/2290527#M311342</guid>
      <dc:creator>Shaun McCloud</dc:creator>
      <dc:date>2013-10-09T04:06:14Z</dc:date>
    </item>
    <item>
      <title>Static Nat translation</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-translation/m-p/2290528#M311343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shaun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah, You are missing the ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On an ASA when going from a lower security level to a higher there is a requirement of an ACL in order to the traffic to be allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list out-in permit tcp any host 27.x.x.x eq 80&lt;/P&gt;&lt;P&gt;acces-group out-in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For more information about Core and Security Networking follow my website at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Any question contact me at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jcarvaja@laguiadelnetworking.com"&gt;jcarvaja@laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 04:33:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-translation/m-p/2290528#M311343</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-10-09T04:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Static Nat translation</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-translation/m-p/2290529#M311344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Julio. Traffic coming from the Internet with hit ACL first then your NAT rules.&lt;BR /&gt;&lt;BR /&gt;Please help rate useful posts.&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 12:07:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-translation/m-p/2290529#M311344</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2013-10-09T12:07:37Z</dc:date>
    </item>
  </channel>
</rss>

