<?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: Static NAT with Service Object-group to host multiple services on in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/5201259#M1116205</link>
    <description>&lt;P&gt;Make new post&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2024 20:11:52 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2024-09-30T20:11:52Z</dc:date>
    <item>
      <title>Static NAT with Service Object-group to host multiple services on a single server</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998677#M151566</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am running ASA 5525-X 9.6(1)&lt;/P&gt;
&lt;P&gt;I have a machine on &lt;STRONG&gt;inside&lt;/STRONG&gt; with ip 172.16.X.250 which want to host multiple services (i.e. http, https, ssh, ftp) to be accessed from &lt;STRONG&gt;outside via 121.x.x.y&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt; just want to know if I can use &lt;STRONG&gt;object-group service&lt;/STRONG&gt; to gather and allow all services above in a single static nat command &lt;BR /&gt;&lt;BR /&gt;I want a configuration that might look somewhat similar to following.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;OPTION-1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;----------------&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;object-group service GPS-ENV-VL43&lt;BR /&gt;&amp;nbsp; service-object tcp-udp destination eq www&lt;BR /&gt;&amp;nbsp; service-object tcp destination eq https&lt;BR /&gt;&amp;nbsp; service-object tcp destination eq ftp&lt;BR /&gt;&amp;nbsp; service-object tcp destination eq ssh&lt;BR /&gt;exit&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;object network 172.16.X.250_ENV_GPS_LOCAL&lt;BR /&gt;&amp;nbsp;host 172.16.X.250&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 121.x.x.y service GPS-ENV-VL43 GPS-ENV-VL43 (&lt;STRONG&gt;not able to use service object-group&lt;/STRONG&gt;) &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;OPTION-2&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;----------------&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object-group service GPS-ENV-VL43&lt;BR /&gt;&amp;nbsp; service-object tcp-udp destination eq www&lt;BR /&gt;&amp;nbsp; service-object tcp destination eq https&lt;BR /&gt;&amp;nbsp; service-object tcp destination eq ftp&lt;BR /&gt;&amp;nbsp; service-object tcp destination eq ssh&lt;BR /&gt;&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;object network 172.16.x.250_ENV_GPS_LOCAL&lt;BR /&gt;&amp;nbsp;host 172.16.43.250&lt;BR /&gt;exit&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;object network 121.x.x.y_ENV_GPS_GLOBAL&lt;BR /&gt;&amp;nbsp;host 121.x.x.y&lt;BR /&gt;exit&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;nat (inside,outside) source static 172.16.x.250_ENV_GPS_LOCAL 121.x.x.x_ENV_GPS_GLOBAL service GPS-ENV-VL43 GPS-ENV-VL43 &lt;STRONG&gt;(unable to use object-group services here)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:08:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998677#M151566</guid>
      <dc:creator>Muhammad Asad</dc:creator>
      <dc:date>2019-03-12T08:08:42Z</dc:date>
    </item>
    <item>
      <title>@Muhammad Asad,</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998678#M151568</link>
      <description>&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;A href="https://supportforums.cisco.com/users/AsadArainMuet"&gt;AsadArainMuet&lt;/A&gt;,&lt;/SPAN&gt;&lt;/H6&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Thanks for your post. Luckily as you're running ASA version 9.6 you'll be able to logically group these service in to one single NAT statement. The new syntax is along the lines of the following example (tailor this to your environment, of course).&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"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;object service SERVER_SOURCE_PORTS&lt;BR /&gt; service tcp source range 21 53 &lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&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;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;object service SERVER_PORTS_XLATE&lt;BR /&gt; service tcp source range 21 53&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"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;object network SERVER_OUTSIDE&lt;BR /&gt; host 10.1.1.1&lt;BR /&gt;object network SERVER_OUTSIDE&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;host 10.2.2.2&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&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;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;nat (inside,outside) source static SERVER_INSIDE SERVER_OUTSIDE service SERVER_SOURCE_PORTS SERVER_PORTS_XLATE&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;The NAT statements work on a source -&amp;gt; destination basis. List source first, then destination. Have a go at using the above method and let me know how you get along. If you still struggle, please attach a full sanitised configuration and I'll take a look and tailor some configuration for you.&lt;/SPAN&gt;&lt;/H6&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;I look forward to hearing back.&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;Warm 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>Thu, 18 Aug 2016 23:48:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998678#M151568</guid>
      <dc:creator>Luke Oxley</dc:creator>
      <dc:date>2016-08-18T23:48:08Z</dc:date>
    </item>
    <item>
      <title>Luke Oxley  thanks for the</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998679#M151570</link>
      <description>&lt;P&gt;&lt;SPAN class="fullname"&gt;&lt;SPAN rel="sioc:has_creator"&gt;&lt;A href="https://supportforums.cisco.com/users/lukeoxley" title="View user profile." class="username" lang="" about="/users/lukeoxley" typeof="sioc:UserAccount" property="foaf:name" datatype=""&gt;Luke Oxley&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="created"&gt;&lt;SPAN property="dc:date dc:created" content="2016-08-18T16:48:08-07:00" datatype="xsd:dateTime"&gt;&lt;SPAN class="timeago" title="Thu, 08/18/2016 - 16:48"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; thanks for the reply, however it didn't work, see my config and error in the end &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object-group service GPS-ENV-VL43-PORTS&lt;BR /&gt;&amp;nbsp; service tcp source eq&amp;nbsp; http&lt;BR /&gt;&amp;nbsp; service tcp source eq https&lt;BR /&gt;&amp;nbsp; service tcp source eq ftp&lt;BR /&gt;&amp;nbsp; service tcp source eq ssh&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;object-group service GPS-ENV-XLATE&lt;BR /&gt;&amp;nbsp; service tcp source eq http&lt;BR /&gt;&amp;nbsp; service tcp source eq https&lt;BR /&gt;&amp;nbsp; service tcp source eq ftp&lt;BR /&gt;&amp;nbsp; service tcp source eq ssh&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;object network GPS-ENV-LOCAL&lt;BR /&gt;&amp;nbsp;host 172.16.X.250&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;object network GPS-ENV-GLOBAL&lt;BR /&gt;&amp;nbsp;host 121.X.X.Y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MUET -EDGE-FW(config)# nat (inside,outside) source static GPS-ENV-LOCAL GPS-ENV-GLOBAL service GPS-ENV-VL43-PORTS GPS-ENV-XLATE&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: GPS-ENV-VL43-PORTS is not a valid service object name (I believe it accepts service object only and not the service object-group ) &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="created"&gt;&lt;SPAN property="dc:date dc:created" content="2016-08-18T16:48:08-07:00" datatype="xsd:dateTime"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 04:22:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998679#M151570</guid>
      <dc:creator>Muhammad Asad</dc:creator>
      <dc:date>2016-08-19T04:22:56Z</dc:date>
    </item>
    <item>
      <title>@Muhammad Asad,</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998680#M151571</link>
      <description>&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;A href="https://supportforums.cisco.com/users/AsadArainMuet"&gt;AsadArainMuet&lt;/A&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&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Correct. In my post I asked you to create "object service", not "object-group service". Please follow my configuration example closer and try again.&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;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;BR /&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&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;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:32:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998680#M151571</guid>
      <dc:creator>Luke Oxley</dc:creator>
      <dc:date>2016-08-19T12:32:03Z</dc:date>
    </item>
    <item>
      <title>Dear Luke Oxley,</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998681#M151572</link>
      <description>&lt;P&gt;Dear Luke Oxley,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;When you create service object and hit multiple ports under it, you end up with only last command left, see the following example.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FW(config)# object&amp;nbsp; service GPS-ENV-XLATE&lt;BR /&gt;FW(config-service-object)#&amp;nbsp;&amp;nbsp; service tcp source eq http&lt;BR /&gt;FW(config-service-object)#&amp;nbsp;&amp;nbsp; service tcp source eq https&lt;BR /&gt;FW(config-service-object)#&amp;nbsp;&amp;nbsp; service tcp source eq ftp&lt;BR /&gt;FW(config-service-object)#&amp;nbsp;&amp;nbsp; service tcp source eq ssh&lt;BR /&gt;FW(config-service-object)# &lt;BR /&gt;FW(config-service-object)# exit&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FW# sh run object service&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;object service GPS-ENV-XLATE&lt;BR /&gt;&amp;nbsp;service tcp source eq ssh &lt;BR /&gt;FW#&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Also note that the ports I am trying to create object services for, are not continuous or contiguous, they are random ports.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 04:12:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998681#M151572</guid>
      <dc:creator>Muhammad Asad</dc:creator>
      <dc:date>2016-08-24T04:12:59Z</dc:date>
    </item>
    <item>
      <title>@Muhammad Asad,</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998682#M151573</link>
      <description>&lt;H6&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;A href="https://supportforums.cisco.com/users/AsadArainMuet"&gt;AsadArainMuet&lt;/A&gt;,&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Apologies. I'll spin this up in my lab tonight and get some commands together. My memory must be failing me.&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Cheers,&lt;/SPAN&gt;&lt;/H6&gt;
&lt;H6&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Luke&lt;/SPAN&gt;&lt;/H6&gt;
&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H6&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Please rate helpful posts and mark correct answers.&lt;/SPAN&gt;&lt;/H6&gt;</description>
      <pubDate>Fri, 26 Aug 2016 17:32:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/2998682#M151573</guid>
      <dc:creator>Luke Oxley</dc:creator>
      <dc:date>2016-08-26T17:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT with Service Object-group to host multiple services on</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/5201257#M1116204</link>
      <description>&lt;P&gt;Was there ever a resolution to this? I'm running into the same thing. I would like to clean up some NAT statements by condensing them down.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 20:08:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/5201257#M1116204</guid>
      <dc:creator>statsoladmin</dc:creator>
      <dc:date>2024-09-30T20:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Static NAT with Service Object-group to host multiple services on</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/5201259#M1116205</link>
      <description>&lt;P&gt;Make new post&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 20:11:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-with-service-object-group-to-host-multiple-services/m-p/5201259#M1116205</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-09-30T20:11:52Z</dc:date>
    </item>
  </channel>
</rss>

