<?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: ASA Pub IP NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5147250#M1114422</link>
    <description>&lt;P&gt;Yes, all that is needed to NAT the private IP 172.16.1.9 on the DMZ to the particular public IP 7.7.7.3 is the one NAT declaration you gave. The command implements a static NAT translation between the outside interface and the DMZ and produces a network object for the server. Make sure the proper entries in the access control list (ACL) are in place to permit the required traffic. The NAT translation that you supplied will be enabled by the setup you mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jul 2024 11:58:18 GMT</pubDate>
    <dc:creator>Jonny Bacoz</dc:creator>
    <dc:date>2024-07-19T11:58:18Z</dc:date>
    <item>
      <title>ASA Pub IP NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5146101#M1114354</link>
      <description>&lt;P&gt;Hello netpros,&lt;/P&gt;
&lt;P&gt;I want to NAT a Private IP on DMZ to a specific Public IP, we have the subnet for ex. 7.7.7.0/29 , 7.7.7.1 is the GW and .2 is assigned to the Outside interface.&lt;/P&gt;
&lt;P&gt;I did some research and find out that i need only one Static NAT to Let the Private IP go outside with a specific Pub IP.&lt;/P&gt;
&lt;P&gt;Lets say that we want the host 172.16.1.9 to be reachable from outside with the IP 7.7.7.3&lt;/P&gt;
&lt;P&gt;Example :&lt;/P&gt;
&lt;P&gt;object network ServerX&lt;BR /&gt;host 172.16.1.9&lt;BR /&gt;nat (DMZ,OUTSIDE) 7.7.7.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So only this command will work ? i mean its just a object, can that take effect to the configuration ?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 14:37:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5146101#M1114354</guid>
      <dc:creator>Yahya Zyar</dc:creator>
      <dc:date>2024-07-17T14:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Pub IP NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5146162#M1114359</link>
      <description>&lt;P&gt;I prefer below way&lt;/P&gt;
&lt;P&gt;Object network public&lt;/P&gt;
&lt;P&gt;Subnrt host x.x.x.x&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;Object network private&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Subnet host y.y.y.y&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;Nat (in,out) static object private objects public&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need also ACL to allow access to private IP with specific port&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 16:20:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5146162#M1114359</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-07-17T16:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Pub IP NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5146525#M1114377</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;I will try that.&lt;/P&gt;
&lt;P&gt;I have another static NAT for this private IP, can the host be reachable with two different Public IP Adresses ?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 08:00:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5146525#M1114377</guid>
      <dc:creator>Yahya Zyar</dc:creator>
      <dc:date>2024-07-18T08:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Pub IP NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5146728#M1114393</link>
      <description>&lt;P&gt;Two public IP reachable from same Outside interface&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 13:34:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5146728#M1114393</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-07-18T13:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Pub IP NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5146733#M1114394</link>
      <description>&lt;P&gt;No there ist OUTSIDE1 and OUTSIDE2&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OUTSIDE1 have for Ex. 7.7.7.1 /29&lt;/P&gt;
&lt;P&gt;OUTSIDE2 6.6.6.1 /32 already nated from 172.16.1.9 host&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 13:39:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5146733#M1114394</guid>
      <dc:creator>Yahya Zyar</dc:creator>
      <dc:date>2024-07-18T13:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Pub IP NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5147225#M1114418</link>
      <description>&lt;P&gt;After the confguration , sems like the Internal users cannot rach the Public IP, the IP is reachable just from Outside, can you please help&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 10:16:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5147225#M1114418</guid>
      <dc:creator>Yahya Zyar</dc:creator>
      <dc:date>2024-07-19T10:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Pub IP NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5147226#M1114419</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For first Q about two public IP I will check it tonight in lab&lt;/P&gt;
&lt;P&gt;For your new reply can I see&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show nat&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Show run nat&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 10:19:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5147226#M1114419</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-07-19T10:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Pub IP NAT</title>
      <link>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5147250#M1114422</link>
      <description>&lt;P&gt;Yes, all that is needed to NAT the private IP 172.16.1.9 on the DMZ to the particular public IP 7.7.7.3 is the one NAT declaration you gave. The command implements a static NAT translation between the outside interface and the DMZ and produces a network object for the server. Make sure the proper entries in the access control list (ACL) are in place to permit the required traffic. The NAT translation that you supplied will be enabled by the setup you mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 11:58:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-pub-ip-nat/m-p/5147250#M1114422</guid>
      <dc:creator>Jonny Bacoz</dc:creator>
      <dc:date>2024-07-19T11:58:18Z</dc:date>
    </item>
  </channel>
</rss>

