<?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 8.x to 9.2 convert NAT with ports tcp udp in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-x-to-9-2-convert-nat-with-ports-tcp-udp/m-p/3835616#M28602</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Values associated with tcp and udp are max connections for the local-host with embryonic connections.&lt;BR /&gt;You can manage this on a policy-map. This isn't on a nat configuration anymore.&lt;BR /&gt;&lt;BR /&gt;The config you posted will be translated into the following commands:&lt;BR /&gt;&lt;BR /&gt;object network Mail_Server&lt;BR /&gt;  subnet x.x.x.x 255.255.255.224&lt;BR /&gt;!&lt;BR /&gt;object network dmz.srv.Mail&lt;BR /&gt;  host x.x.x.x&lt;BR /&gt;nat (dmz,outside) after-auto source dynamic dmz.srv.Mail Mail_Server&lt;BR /&gt;&lt;BR /&gt;However i believe your internal mail server is natted to 1 public ip and nat command should be the following instead of the previous one:&lt;BR /&gt;&lt;BR /&gt;object network Mail_Server&lt;BR /&gt;  host x.x.x.x&lt;BR /&gt;!&lt;BR /&gt;object network dmz.srv.Mail&lt;BR /&gt;  host x.x.x.x&lt;BR /&gt;  nat (dmz,outside) static Mail_Server&lt;BR /&gt;&lt;BR /&gt;In this case the nat is done under the group object dmz.srv.Mail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Apr 2019 03:59:14 GMT</pubDate>
    <dc:creator>Francesco Molino</dc:creator>
    <dc:date>2019-04-10T03:59:14Z</dc:date>
    <item>
      <title>ASA 8.x to 9.2 convert NAT with ports tcp udp</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-x-to-9-2-convert-nat-with-ports-tcp-udp/m-p/3835316#M28601</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a doubt about a nat rule from an old ASA to a new one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a NAT rule that i really don´t understand (I am a beginner in security)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;global (outside) 110 Mail_Server netmask 255.255.255.224&lt;/P&gt;&lt;P&gt;nat (dmz) 110 dmz.srv.Mail 255.255.255.255 tcp 500 100 udp 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what i can barely understand is that traffic coming from the dmz is translated to the IP range at the outside using the ports TCP 500, 100 and udp 50 right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am undestanding ok?&lt;/P&gt;&lt;P&gt;and, then, how can i translate to the version 9.2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really really will appreciate your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&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>Tue, 09 Apr 2019 18:42:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-x-to-9-2-convert-nat-with-ports-tcp-udp/m-p/3835316#M28601</guid>
      <dc:creator>rgutierrez15</dc:creator>
      <dc:date>2019-04-09T18:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.x to 9.2 convert NAT with ports tcp udp</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-x-to-9-2-convert-nat-with-ports-tcp-udp/m-p/3835616#M28602</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Values associated with tcp and udp are max connections for the local-host with embryonic connections.&lt;BR /&gt;You can manage this on a policy-map. This isn't on a nat configuration anymore.&lt;BR /&gt;&lt;BR /&gt;The config you posted will be translated into the following commands:&lt;BR /&gt;&lt;BR /&gt;object network Mail_Server&lt;BR /&gt;  subnet x.x.x.x 255.255.255.224&lt;BR /&gt;!&lt;BR /&gt;object network dmz.srv.Mail&lt;BR /&gt;  host x.x.x.x&lt;BR /&gt;nat (dmz,outside) after-auto source dynamic dmz.srv.Mail Mail_Server&lt;BR /&gt;&lt;BR /&gt;However i believe your internal mail server is natted to 1 public ip and nat command should be the following instead of the previous one:&lt;BR /&gt;&lt;BR /&gt;object network Mail_Server&lt;BR /&gt;  host x.x.x.x&lt;BR /&gt;!&lt;BR /&gt;object network dmz.srv.Mail&lt;BR /&gt;  host x.x.x.x&lt;BR /&gt;  nat (dmz,outside) static Mail_Server&lt;BR /&gt;&lt;BR /&gt;In this case the nat is done under the group object dmz.srv.Mail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Apr 2019 03:59:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-x-to-9-2-convert-nat-with-ports-tcp-udp/m-p/3835616#M28602</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2019-04-10T03:59:14Z</dc:date>
    </item>
  </channel>
</rss>

