<?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: [Cisco ASA - NAT with version 9.12] in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3907600#M5747</link>
    <description>They look ok. Are they not working?&lt;BR /&gt;&lt;BR /&gt;Have you changed the access list to reflect the private IP address of the servers rather than the public IP address.</description>
    <pubDate>Tue, 13 Aug 2019 17:34:32 GMT</pubDate>
    <dc:creator>Rob Ingram</dc:creator>
    <dc:date>2019-08-13T17:34:32Z</dc:date>
    <item>
      <title>[Cisco ASA - NAT with version 9.12]</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3903634#M5739</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Cisco ASA firewall has been upgraded from version 8.2 to version 9.12 and the configuration done accordingly.&lt;/P&gt;&lt;P&gt;With the new configuration, the services are not working.&lt;/P&gt;&lt;P&gt;Thanks to advise on the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scenarios&amp;nbsp;are as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Inbound Mail&lt;/LI&gt;&lt;LI&gt;Web Mail&lt;/LI&gt;&lt;LI&gt;Web Server&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Version 8.2 Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inbound ACL:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;access-list out_in extended permit tcp any host Mail-Server-Public-IP&amp;nbsp;eq smtp&lt;BR /&gt;access-list out_in&amp;nbsp;extended permit tcp any host&amp;nbsp;Web-Mail-Public-IP eq&amp;nbsp;https&lt;/P&gt;&lt;P&gt;access-list out_in&amp;nbsp;extended permit tcp any host&amp;nbsp;Web-Server-Public-IP eq&amp;nbsp;https&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Outbound ACL:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;access-list in_out&amp;nbsp;extended permit ip y.y.y.y 255.255.255.0 any&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NAT:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) tcp Mail-Server-Public-IP&amp;nbsp;smtp Mail-Server-IP&amp;nbsp;smtp netmask 255.255.255.255&lt;BR /&gt;static (inside,outside) tcp Web-Mail-Public-IP https Web-Mail-IP https netmask 255.255.255.255&amp;nbsp;&lt;BR /&gt;static (inside,outside) tcp Web-Server-Public-IP&amp;nbsp;https Web-Server-IP&amp;nbsp;https netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;global (outside) 1 z.z.z.z netmask 255.0.0.0&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Version 9.12 Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Objects:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;object network Mail-Server-IP&lt;BR /&gt;&amp;nbsp;host&amp;nbsp;a.a.a.a&lt;BR /&gt;object network Mail-Server-Public-IP&lt;/P&gt;&lt;P&gt;&amp;nbsp;host b.b.b.b&lt;/P&gt;&lt;P&gt;object network Web-Mail-IP&lt;BR /&gt;&amp;nbsp;host&amp;nbsp;c.c.c.c&lt;BR /&gt;object network Web-Mail-Public-IP&lt;/P&gt;&lt;P&gt;&amp;nbsp;host d.d.d.d&lt;/P&gt;&lt;P&gt;object network Web-Server-IP&lt;BR /&gt;&amp;nbsp;host&amp;nbsp;e.e.e.e&lt;BR /&gt;object network Web-Server-Public-IP&lt;/P&gt;&lt;P&gt;&amp;nbsp;host f.f.f.f&lt;/P&gt;&lt;P&gt;object network OBJ-Internet&lt;BR /&gt;&amp;nbsp;host x.x.x.x&lt;/P&gt;&lt;P&gt;object service OBJ-TCP-https&lt;BR /&gt;&amp;nbsp;service tcp source eq https&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inbound ACL:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;access-list out_in extended permit tcp any host Mail-Server-Public-IP&amp;nbsp;eq smtp&lt;BR /&gt;access-list out_in&amp;nbsp;extended permit tcp any host&amp;nbsp;Web-Mail-Public-IP eq&amp;nbsp;https&lt;/P&gt;&lt;P&gt;access-list out_in&amp;nbsp;extended permit tcp any host&amp;nbsp;Web-Server-Public-IP eq&amp;nbsp;https&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Outbound ACL:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;access-list in_out&amp;nbsp;extended permit ip y.y.y.y 255.255.255.0 any&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NAT:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;nat (dmz,outside) source static Mail-Server-IP Mail-Server-Public-IP&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static Web-Mail-IP&amp;nbsp;Web-Mail-Public-IP service OBJ-TCP-https OBJ-TCP-https&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static&amp;nbsp;Web-Server-IP Web-Server-Public-IP&amp;nbsp;service OBJ-TCP-https OBJ-TCP-https&lt;/P&gt;&lt;P&gt;nat (inside,outside) after-auto source dynamic any OBJ-Internet description PAT&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:22:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3903634#M5739</guid>
      <dc:creator>net buzz</dc:creator>
      <dc:date>2020-02-21T17:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: [Cisco ASA - NAT with version 9.12]</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3903639#M5743</link>
      <description>Hi,&lt;BR /&gt;On ASA v 9.x you need to reference the Real IP address (private IP address) in the ACLs rather than the Public (NATTED) IP address. Make the changes and if that doesn't work, please provide the output of packet-tracer.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Tue, 06 Aug 2019 09:00:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3903639#M5743</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-08-06T09:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: [Cisco ASA - NAT with version 9.12]</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3903646#M5744</link>
      <description>&lt;P&gt;Dear RJI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;I will re-configure and test.&lt;/P&gt;&lt;P&gt;Are the&amp;nbsp;NAT statements well configured?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 09:09:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3903646#M5744</guid>
      <dc:creator>net buzz</dc:creator>
      <dc:date>2019-08-06T09:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: [Cisco ASA - NAT with version 9.12]</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3903657#M5745</link>
      <description>&lt;P&gt;You can do it your way, or alternatively:-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network SRV1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;host 10.2.2.5&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;nat (inside,outside) static 1.1.1.1 service tcp 80 80&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE - in this instance the nat is configured under the network object, not globally.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 09:35:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3903657#M5745</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-08-06T09:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: [Cisco ASA - NAT with version 9.12]</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3907484#M5746</link>
      <description>&lt;P&gt;Dear RJI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are the following NAT statements correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Inbound SMTP traffic:&lt;/P&gt;&lt;P&gt;nat (dmz,outside) source static Mail-Server-IP Mail-Server-Public-IP service obj-smtp obj-smtp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Inbound HTTPS traffic:&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static Web-Server-IP Web-Server-Public-IP service obj-https obj-https&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Outbound Browsing:&lt;/P&gt;&lt;P&gt;nat (inside,outside) after-auto source dynamic any obj-Public-IP description PAT&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 14:13:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3907484#M5746</guid>
      <dc:creator>net buzz</dc:creator>
      <dc:date>2019-08-13T14:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: [Cisco ASA - NAT with version 9.12]</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3907600#M5747</link>
      <description>They look ok. Are they not working?&lt;BR /&gt;&lt;BR /&gt;Have you changed the access list to reflect the private IP address of the servers rather than the public IP address.</description>
      <pubDate>Tue, 13 Aug 2019 17:34:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-with-version-9-12/m-p/3907600#M5747</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-08-13T17:34:32Z</dc:date>
    </item>
  </channel>
</rss>

