<?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 Thanks for all the help Luke, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002420#M150657</link>
    <description>&lt;P&gt;Thanks for all the help Luke, im still running into issues now with the tcp/udp combination, i can get tcp or udp working but cant get both.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;When i use the below&amp;nbsp;syntax, i get the following error: "ERROR: SERVER_PORTS is not a valid service object name" it does not like the SERVER_PORTS object group for some reason. Am i missing something in the NAT statement syntax?&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;object-group service SERVER_PORTS tcp-udp&lt;BR /&gt; port-object eq 20821&lt;BR /&gt;object-group service SERVER_PORTS_XLATE tcp-udp&lt;BR /&gt; port-object eq 20821&lt;BR /&gt;nat (DMZ,outside) source static VM interface service SERVER_PORTS SERVER_PORTS_XLATE&lt;BR /&gt;&lt;SPAN&gt;ERROR: SERVER_PORTS is not a valid service object name&lt;/SPAN&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 19 Aug 2016 21:44:05 GMT</pubDate>
    <dc:creator>Mario Grozdanovic</dc:creator>
    <dc:date>2016-08-19T21:44:05Z</dc:date>
    <item>
      <title>ASA 9.x NAT/PAT rule</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002414#M150651</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Im having an issue creating a TCP&amp;nbsp;and UDP PAT statement on the ASA 9.x code.&lt;/P&gt;
&lt;P&gt;Im trying to translate outside&amp;nbsp;TCP/UDP port 20821 to a dmz&amp;nbsp;ip host (bidirectional) however, i only have&amp;nbsp;a single IP address assigned to the outside interface, is that possible?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;internet.any------&lt;EM&gt;tcp/udp&lt;/EM&gt;------&amp;gt;asa.outside.int.ip------&lt;EM&gt;tcp/udp&lt;/EM&gt;-------&amp;gt;dmz.vm.ip&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is what i have current setup for TCP, how would i write the NAT statement to allow TCP and UDP port 20821?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;object network VM&lt;BR /&gt;&amp;nbsp;nat (DMZ,outside) static interface service tcp 20821 20821 (this works for tcp only, when i try to add the UDP under the object it just replaces the &amp;nbsp; &amp;nbsp; &amp;nbsp;TCP, it does not keep both)&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;nat (DMZ,outside) after-auto source dynamic any interface&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:09:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002414#M150651</guid>
      <dc:creator>Mario Grozdanovic</dc:creator>
      <dc:date>2019-03-12T08:09:04Z</dc:date>
    </item>
    <item>
      <title>@Mario Plehandjic,</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002415#M150652</link>
      <description>&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;[@mario.g.home],&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Thanks for your post. As you are running ASA 9, the good news is that you can group multiple ports in to one NAT statement. Having only one IP address on the outside is not a problem, but be aware that no other hosts dynamically PAT'ing on this connection will be able to use that port, as any incoming traffic will just be sent to the server as per your NAT statement.&lt;/SPAN&gt;&lt;/H6&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Please use the following example I've drawn up and tailor it to your environment. This should get you up and running.&lt;/SPAN&gt;&lt;/H6&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;1. Create an object group for the needed source ports. These will be the ports that the remote peer is trying to connect using. In my example I've just done a range of ports TCP 21-53. &lt;/SPAN&gt;&lt;/H6&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; service SERVER_SOURCE_PORTS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt; service tcp source range &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;20821&lt;BR /&gt;  &lt;SPAN style="color: #000000;"&gt;service udp source range&lt;/SPAN&gt; 20821&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;2. Create an object group for the translated ports. This will be the ports you wish the ASA to use to connect to the device on the inside or DMZ of your network. In my example, I've just done the same ports.&lt;/SPAN&gt;&lt;/H6&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; service SERVER_PORTS_XLATE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;service tcp source range &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;20821&lt;BR /&gt;  &lt;SPAN style="color: #000000;"&gt;service udp source range&lt;/SPAN&gt; 20821&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;3. Create two object groups. One for the internal IP address of the server and one for the NAT'd address you wish to use.&lt;/SPAN&gt;&lt;/H6&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; network SERVER_INSIDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt;&amp;nbsp; host &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1.1.1.1&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="kwd"&gt;object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; network SERVER_OUTSIDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt;&amp;nbsp;host &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;2.2.2.2&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;4. Lastly, tie this all together with something similar to the following NAT statement.&lt;/SPAN&gt;&lt;/H6&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="pln"&gt;nat &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;DMZ&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;outside&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; source &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;static&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; SERVER_INSIDE SERVER_OUTSIDE service SERVER_SOURCE_PORTS SERVER_PORTS_XLATE&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;H6 class="prettyprint prettyprinted"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="pln"&gt;Let me know how you get along, I look forward to hearing back.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="pln"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="pln"&gt;Kind regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="pln"&gt;Luke&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="pln"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="pln"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="pln"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="pln"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN itemprop="author"&gt;Please rate helpful posts and mark correct answers.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;</description>
      <pubDate>Fri, 19 Aug 2016 00:47:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002415#M150652</guid>
      <dc:creator>Luke Oxley</dc:creator>
      <dc:date>2016-08-19T00:47:55Z</dc:date>
    </item>
    <item>
      <title>This is the error i get when</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002416#M150653</link>
      <description>&lt;P&gt;This is the error i get when using the NAT statement:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;(config)# nat (DMZ,outside) source static SERVER_INSIDE SERVER_OUTSIDE service SERVER_SOURCE_PORTS SERVER_PORTS_XLATE&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ERROR: Address 174.65.167.204 overlaps with outside interface address.&lt;BR /&gt;ERROR: NAT Policy is not downloaded&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 00:47:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002416#M150653</guid>
      <dc:creator>Mario Grozdanovic</dc:creator>
      <dc:date>2016-08-19T00:47:56Z</dc:date>
    </item>
    <item>
      <title>@Mario Plehandjic,</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002417#M150654</link>
      <description>&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;[@mario.g.home],&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Apologies, I forgot you only have one public IP address. Easy, just amend your NAT statement so that "SERVER_OUTSIDE" reads "interface". In simpler terms, run the following commands and test again.&lt;/SPAN&gt;&lt;/H6&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN class="kwd"&gt;no object&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; network SERVER_OUTSIDE&lt;BR /&gt;&lt;BR /&gt;no nat (DMZ,outside) source static SERVER_INSIDE SERVER_OUTSIDE service SERVER_SOURCE_PORTS SERVER_PORTS_XLATE&lt;BR /&gt;&lt;BR /&gt;nat (DMZ,outside) source static SERVER_INSIDE interface service SERVER_SOURCE_PORTS SERVER_PORTS_XLATE&lt;BR /&gt;&lt;BR /&gt;clear xlate&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/H6&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Best regards,&lt;/SPAN&gt;&lt;/H6&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Luke&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN itemprop="author"&gt;Please rate helpful posts and mark correct answers.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H6&gt;</description>
      <pubDate>Fri, 19 Aug 2016 01:12:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002417#M150654</guid>
      <dc:creator>Luke Oxley</dc:creator>
      <dc:date>2016-08-19T01:12:26Z</dc:date>
    </item>
    <item>
      <title>we are getting closer, now im</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002418#M150655</link>
      <description>&lt;P&gt;we are getting closer, now im getting&amp;nbsp;ERROR: NAT unable to reserve ports.&lt;/P&gt;
&lt;P&gt;In addition, my service objects can only hold either TCP or UDP, when i enter tcp it replaced the udp entry, very odd... how do i specify UDP and TCP?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is currently in there with the nat statement:&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN&gt;&lt;SPAN class="pln"&gt;nat &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;DMZ&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;outside&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; source &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;static&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; SERVER_INSIDE &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;interface&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; service SERVER_SOURCE_PORTS SERVER_PORTS_XLATE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;object service SERVER_SOURCE_PORTS&lt;BR /&gt;&amp;nbsp; service tcp source eq 20821 &lt;BR /&gt;object service SERVER_PORTS_XLATE&lt;BR /&gt;&amp;nbsp; service udp source eq 20821&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 03:59:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002418#M150655</guid>
      <dc:creator>Mario Grozdanovic</dc:creator>
      <dc:date>2016-08-19T03:59:52Z</dc:date>
    </item>
    <item>
      <title>@Mario Plehandjic,</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002419#M150656</link>
      <description>&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;[@mario.g.home],&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;As I said in my first post, you'll need to tailor this to your environment, my configuration was just an example for you. To get round the NAT error, try clearing the xlate first and then adding the statement, it sounds like there might already be a translation on that port thats preventing the static PAT from being added.&lt;/SPAN&gt;&lt;/H6&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;To include both TCP and UDP in one object group in your version of ASA, use the below syntax. This object will automatically include both TCP and UDP protocols for port 20821 when a port object is added.&lt;/SPAN&gt;&lt;/H6&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;object-group service NAME tcp-udp&lt;BR /&gt; port-object eq 20821&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;HTH.&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/H6&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Luke&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Please rate helpful posts and mark correct answers.&lt;/SPAN&gt;&lt;/H6&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:24:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002419#M150656</guid>
      <dc:creator>Luke Oxley</dc:creator>
      <dc:date>2016-08-19T12:24:19Z</dc:date>
    </item>
    <item>
      <title>Thanks for all the help Luke,</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002420#M150657</link>
      <description>&lt;P&gt;Thanks for all the help Luke, im still running into issues now with the tcp/udp combination, i can get tcp or udp working but cant get both.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;When i use the below&amp;nbsp;syntax, i get the following error: "ERROR: SERVER_PORTS is not a valid service object name" it does not like the SERVER_PORTS object group for some reason. Am i missing something in the NAT statement syntax?&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;object-group service SERVER_PORTS tcp-udp&lt;BR /&gt; port-object eq 20821&lt;BR /&gt;object-group service SERVER_PORTS_XLATE tcp-udp&lt;BR /&gt; port-object eq 20821&lt;BR /&gt;nat (DMZ,outside) source static VM interface service SERVER_PORTS SERVER_PORTS_XLATE&lt;BR /&gt;&lt;SPAN&gt;ERROR: SERVER_PORTS is not a valid service object name&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Aug 2016 21:44:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002420#M150657</guid>
      <dc:creator>Mario Grozdanovic</dc:creator>
      <dc:date>2016-08-19T21:44:05Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002421#M150658</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;object service SERVER_SOURCE_-TCP-PORT&lt;BR /&gt; service tcp source eq 20821&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;object service SERVER_SOURCE_-UDP-PORT&lt;BR /&gt; service udp source eq 20821&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;object network SERVER_INSIDE&lt;BR /&gt; host x.x.x.x y.y.y.y&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;nat (DMZ,outside) 1 source static SERVER_INSIDE interface service SERVER_SOURCE_-TCP-PORT SERVER_SOURCE_-TCP-PORT&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;nat (DMZ,outside) 2 source static SERVER_INSIDE interface service SERVER_SOURCE_-UDP-PORT SERVER_SOURCE_-UDP-PORT&lt;/PRE&gt;
&lt;P&gt;//Cristian&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 07:39:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-9-x-nat-pat-rule/m-p/3002421#M150658</guid>
      <dc:creator>Cristian Nilsson</dc:creator>
      <dc:date>2016-08-22T07:39:15Z</dc:date>
    </item>
  </channel>
</rss>

