<?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: NAT Interface Outside in Cisco ASA 8.3 above in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-interface-outside-in-cisco-asa-8-3-above/m-p/2193444#M360752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to PAT the traffic from the 2 source hosts behind 2 different interfaces to the "outside" interface IP address then you can use the following configurations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network PAT-SOURCE-ADDRESS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host y.y.2.14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host x.x.2.11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside) after-auto source dynamic PAT-SOURCE-ADDRESS interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above configurations is meant to&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Allow the 2 source hosts to access Internet using the public IP address of the "outside" interface of the ASA&lt;/LI&gt;&lt;LI&gt;If you want to add a whole network or more hosts to be NATed to the same public IP address you can simply add those under the "object-group" we created.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why you have problems with access to ASA is that you statictly bind the whole public IP address to be used by a single LAN host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT: &lt;/STRONG&gt;Notice that you have to remove the NAT configuration you made and mentioned in your original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 13:53:30 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-03-05T13:53:30Z</dc:date>
    <item>
      <title>NAT Interface Outside in Cisco ASA 8.3 above</title>
      <link>https://community.cisco.com/t5/network-security/nat-interface-outside-in-cisco-asa-8-3-above/m-p/2193443#M360750</link>
      <description>&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any experience with "NAT outside interface" in Cisco ASA 8.3 above ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do NAt-ing like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 249px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 48pt;" width="64"&gt;Inside&lt;/TD&gt;&lt;TD style="width: 62pt;" width="82"&gt;Y.Y.2.14&lt;/TD&gt;&lt;TD style="border-left: none; width: 77pt;" width="103"&gt;X.X.2.66 &lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;DMZ-10&lt;/TD&gt;&lt;TD style="border-top: none;"&gt;X.X.2.11&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none;"&gt;X.X.2.66&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have interface outside with ip address X.X.2.66, i want to do NAT in traffic from Zone inside with ip address Y.Y.2.14 to ANY, i want to change that traffic to X.X.2.66 and i want to do NAT traffic from Zone DMZ-10 ip address X.X.2.11 to ANY i want to change that traffc to X.X.2.66.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do this configuration :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (DMZ-10,outside) source static X.X.2.11 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static X.X.2.11 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this configuration work, the traffic from Zone inside (X.X.2.11) and Zone DMZ-10 (X.X.2.14) will be NAT to X.X.2.66 with warning message like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: All traffic destined to the IP address of the outside interface is being redirected.&lt;/P&gt;&lt;P&gt;WARNING: Users may not be able to access any service enabled on the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now i can't access ip X.X.2.66 from outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any correct configuration to do NAT in interface ? Because i want to access interface outside from outside network ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Fara&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:10:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-interface-outside-in-cisco-asa-8-3-above/m-p/2193443#M360750</guid>
      <dc:creator>fara.rhea</dc:creator>
      <dc:date>2019-03-12T01:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Interface Outside in Cisco ASA 8.3 above</title>
      <link>https://community.cisco.com/t5/network-security/nat-interface-outside-in-cisco-asa-8-3-above/m-p/2193444#M360752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to PAT the traffic from the 2 source hosts behind 2 different interfaces to the "outside" interface IP address then you can use the following configurations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network PAT-SOURCE-ADDRESS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host y.y.2.14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host x.x.2.11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside) after-auto source dynamic PAT-SOURCE-ADDRESS interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above configurations is meant to&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Allow the 2 source hosts to access Internet using the public IP address of the "outside" interface of the ASA&lt;/LI&gt;&lt;LI&gt;If you want to add a whole network or more hosts to be NATed to the same public IP address you can simply add those under the "object-group" we created.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why you have problems with access to ASA is that you statictly bind the whole public IP address to be used by a single LAN host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT: &lt;/STRONG&gt;Notice that you have to remove the NAT configuration you made and mentioned in your original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 13:53:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-interface-outside-in-cisco-asa-8-3-above/m-p/2193444#M360752</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-05T13:53:30Z</dc:date>
    </item>
  </channel>
</rss>

