<?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: Service Objects and multiple ports in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/service-objects-and-multiple-ports/m-p/47007#M34551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I understand that I could do three different security policies, two of which would use 'application-default' as the service type.&amp;nbsp; If a service group allows an application, or a group of applications, to use any of the ports defined within the service group, I'm wondering what the benefit is with using a service group.&amp;nbsp; My ideal scenario is to&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;great an application group&lt;/LI&gt;&lt;LI&gt;put the three applications in the group&lt;/LI&gt;&lt;LI&gt;create a service object for each application&lt;/LI&gt;&lt;LI&gt;create a service group&lt;/LI&gt;&lt;LI&gt;put the three service objects in the service group&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rule matches ncp over port 524 (only), ms-update over port 80, 443 (only) ssl over port (13000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I'm not understanding how a service group works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2012 15:48:15 GMT</pubDate>
    <dc:creator>blwallace</dc:creator>
    <dc:date>2012-04-03T15:48:15Z</dc:date>
    <item>
      <title>Service Objects and multiple ports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/service-objects-and-multiple-ports/m-p/47005#M34549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the need to create a rule with three applications, ncp, ms-update and ssl.&amp;nbsp; Two of those applications use their standard ports - ncp (524) and ms-update (80 &amp;amp; 443).&amp;nbsp; The ssl application uses port 13000 - not the standard 443.&lt;/P&gt;&lt;OL style="padding-left: 30px;"&gt;&lt;LI&gt;If I create a single service object using ports 542,80,443,13000 and use this service object in the rule, can all three applications use any of those ports?&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;If I create a service object for each application and put the service objects in a service group, then add the service group to the rule as follows:&lt;/LI&gt;&lt;/OL&gt;&lt;UL style="padding-left: 30px;"&gt;&lt;UL&gt;&lt;LI&gt;service-ncp: port 524&lt;/LI&gt;&lt;LI&gt;service-ms-update: ports 80,442&lt;/LI&gt;&lt;LI&gt;service-ssl: port 13000&lt;/LI&gt;&lt;LI&gt;service-group: service-ncp,service-ms-update,service-ssl&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P style="padding-left: 30px;"&gt;Does this limit each application to the specific ports defined within the service object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to be very deterministic (we don't need to discuss religious arguments as to my sanity) in my rules - meaning, I want to know and control applications and the ports they use whenever possible and when it makes sense.&amp;nbsp; What I don't want is cross-talking, in this example, this rule allowing ms-update over port 13000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your feedback&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 21:16:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/service-objects-and-multiple-ports/m-p/47005#M34549</guid>
      <dc:creator>blwallace</dc:creator>
      <dc:date>2012-04-02T21:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Service Objects and multiple ports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/service-objects-and-multiple-ports/m-p/47006#M34550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to setup three different security rules similar to (I have exluded src/dstip to make it fewer lines in this example):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rule1)&lt;/P&gt;&lt;P&gt;appid:ncp&lt;/P&gt;&lt;P&gt;service:TCP524&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rule2)&lt;/P&gt;&lt;P&gt;appid:ms-update&lt;/P&gt;&lt;P&gt;service:TCP80,TCP443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rule3)&lt;/P&gt;&lt;P&gt;appid:ssl&lt;/P&gt;&lt;P&gt;service:TCP13000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 21:51:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/service-objects-and-multiple-ports/m-p/47006#M34550</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-04-02T21:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Service Objects and multiple ports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/service-objects-and-multiple-ports/m-p/47007#M34551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I understand that I could do three different security policies, two of which would use 'application-default' as the service type.&amp;nbsp; If a service group allows an application, or a group of applications, to use any of the ports defined within the service group, I'm wondering what the benefit is with using a service group.&amp;nbsp; My ideal scenario is to&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;great an application group&lt;/LI&gt;&lt;LI&gt;put the three applications in the group&lt;/LI&gt;&lt;LI&gt;create a service object for each application&lt;/LI&gt;&lt;LI&gt;create a service group&lt;/LI&gt;&lt;LI&gt;put the three service objects in the service group&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rule matches ncp over port 524 (only), ms-update over port 80, 443 (only) ssl over port (13000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I'm not understanding how a service group works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 15:48:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/service-objects-and-multiple-ports/m-p/47007#M34551</guid>
      <dc:creator>blwallace</dc:creator>
      <dc:date>2012-04-03T15:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Service Objects and multiple ports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/service-objects-and-multiple-ports/m-p/47008#M34552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you clump the service ports in a service group, the application will be able to use any of those and not be restricted to application+port as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read each security policy left to right as a series of AND statements. and within the field (eg. service: 80,443,389) as an OR statement&lt;/P&gt;&lt;P&gt;Example you have a rule that has Application: web-browsing, AND Service has ports: 80,443,1300 what this means is your web browsing will be allowed on either port 80 OR port 443 OR port 1300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way you want it where you want to restrict each application to specific ports (be it default or any other) you should have three different rules one for each application/service pair.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 17:56:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/service-objects-and-multiple-ports/m-p/47008#M34552</guid>
      <dc:creator>sjamaluddin</dc:creator>
      <dc:date>2012-04-05T17:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Service Objects and multiple ports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/service-objects-and-multiple-ports/m-p/47009#M34553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this means that if you setup service:default-service and have 2 or more applications all applications in the same security rule can use each other ports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because one can get the impression that if you setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appid: app1,app2&lt;/P&gt;&lt;P&gt;service: port1,port2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then of course app1 can use both port1 and port2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when setting it up as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appid: app1, app2&lt;/P&gt;&lt;P&gt;service: default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at least I would imagine (at first) that app1 can only use its own default ports (lets say port1) and app2 can only use whatever default ports it got assigned (lets say port2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the odds that if one file this as a feature request (lock each app to its own serviceports) that it can be fixed (of course one can file any feature request but its also good to know the probability that it can be fixed aswell)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 18:41:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/service-objects-and-multiple-ports/m-p/47009#M34553</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-04-05T18:41:36Z</dc:date>
    </item>
  </channel>
</rss>

