<?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 ASA 9.9 Static NAT (not Network Object NAT) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-9-9-static-nat-not-network-object-nat/m-p/3709904#M13560</link>
    <description>&lt;P&gt;Really simple question for a newb:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a single web server that I want to share on a static IP.&amp;nbsp; I'll handle the ports via ACL instead of at the NAT level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Inside Address:&amp;nbsp; webhost-in 192.168.28.11&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Desired Outside Address:&amp;nbsp; webhost-out 1.2.3.4 (obviously hypothetical)&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I think the command should be is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;nat (outside,inside) source static webhost-in webhost-out no-proxy-arp&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been out of the firewall management game since around 8.2, and I'm not sure if the commands are similar to what they used to be.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 16:15:39 GMT</pubDate>
    <dc:creator>elpollodiablo</dc:creator>
    <dc:date>2020-02-21T16:15:39Z</dc:date>
    <item>
      <title>ASA 9.9 Static NAT (not Network Object NAT)</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-9-static-nat-not-network-object-nat/m-p/3709904#M13560</link>
      <description>&lt;P&gt;Really simple question for a newb:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a single web server that I want to share on a static IP.&amp;nbsp; I'll handle the ports via ACL instead of at the NAT level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Inside Address:&amp;nbsp; webhost-in 192.168.28.11&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Desired Outside Address:&amp;nbsp; webhost-out 1.2.3.4 (obviously hypothetical)&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I think the command should be is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;nat (outside,inside) source static webhost-in webhost-out no-proxy-arp&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been out of the firewall management game since around 8.2, and I'm not sure if the commands are similar to what they used to be.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:15:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-9-static-nat-not-network-object-nat/m-p/3709904#M13560</guid>
      <dc:creator>elpollodiablo</dc:creator>
      <dc:date>2020-02-21T16:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 9.9 Static NAT (not Network Object NAT)</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-9-static-nat-not-network-object-nat/m-p/3709906#M13562</link>
      <description>If you just want to do a single 1 to 1 NAT, you should probably look at network object NAT:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa99/configuration/firewall/asa-99-firewall-config/nat-reference.pdf" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa99/configuration/firewall/asa-99-firewall-config/nat-reference.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Sep 2018 20:42:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-9-static-nat-not-network-object-nat/m-p/3709906#M13562</guid>
      <dc:creator>gbekmezi-DD</dc:creator>
      <dc:date>2018-09-19T20:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 9.9 Static NAT (not Network Object NAT)</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-9-static-nat-not-network-object-nat/m-p/3709914#M13563</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;NAT has changed between 8.2 and 9.x, here is an example for 9.x:- (you may need to change the inside, outside nameif if different in your environment).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network WEBHOST&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;host 192.168.28.11&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;nat (inside,outside) static 1.2.3.4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;access-list OUTSIDE-&amp;gt;IN permit tcp any object WEBHOST eq 443&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;HTH&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 21:11:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-9-static-nat-not-network-object-nat/m-p/3709914#M13563</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-09-19T21:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 9.9 Static NAT (not Network Object NAT)</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-9-static-nat-not-network-object-nat/m-p/3709926#M13564</link>
      <description>&lt;P&gt;Should proxy arp be enabled or disabled for this?&amp;nbsp; There's another concept that just soars right over my head.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 21:38:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-9-static-nat-not-network-object-nat/m-p/3709926#M13564</guid>
      <dc:creator>elpollodiablo</dc:creator>
      <dc:date>2018-09-19T21:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 9.9 Static NAT (not Network Object NAT)</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-9-static-nat-not-network-object-nat/m-p/3710803#M13565</link>
      <description>If the NAT IP address used is on the same subnet as the interface then you should probably enable proxy arp for that NAT statement.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2018 22:11:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-9-static-nat-not-network-object-nat/m-p/3710803#M13565</guid>
      <dc:creator>gbekmezi-DD</dc:creator>
      <dc:date>2018-09-20T22:11:45Z</dc:date>
    </item>
  </channel>
</rss>

