<?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: RPC Traffic between domain controllers dropped in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169290#M28147</link>
    <description>&lt;P&gt;I started working for a Check Point reseller back in 1996...back in the FireWall-1 2.x days.&lt;BR /&gt;Nokia bought a company called Ipsilon at the end of 1997.&lt;BR /&gt;Their operating system (IPSO) was originally purpose-built for networking (specifically as an ATM switch).&lt;BR /&gt;By the time I joined Nokia in 1999, IPSO 3.0 was released and its primary focus was running Check Point FireWall-1.&lt;/P&gt;
&lt;P&gt;What does IPSO stand for?&lt;BR /&gt;I believe it is IP Switching OS.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2023 14:15:35 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2023-01-26T14:15:35Z</dc:date>
    <item>
      <title>RPC Traffic between domain controllers dropped</title>
      <link>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/168102#M27947</link>
      <description>&lt;P&gt;We have domain controllers that live in different data centers that are having issues performing replication of sysvol and netlogon shares. This replication is done via RPC. I have a rule to allow traffic between the domain controllers using the ALL_DCE_RPC service object. TCP/135 is being allowed, subsequent high port traffic for this replication is being dropped. Other RPC traffic between the domain controllers is being allowed by this rule.&lt;/P&gt;
&lt;P&gt;Above this rule, I created a new rule for traffic between the domain controllers, but in this rule, I used the application object "DCE-RPC Protocol". Replication then succeeded, RPC traffic is allowed by this rule (Application Names listed as "MS-DFS-R" and "DCE-RPC Protocol" in the logs).&lt;/P&gt;
&lt;P&gt;Questions:&lt;/P&gt;
&lt;P&gt;Anyone else see this behavior for replication traffic?&lt;/P&gt;
&lt;P&gt;What are the pros/cons to using the application object "DCE-RPC&amp;nbsp;Protocol" instead of the service object "ALL_DCE_RPC"?&lt;/P&gt;
&lt;P&gt;Relevant information: gateways are running R80.40 with JHFA Take 180.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 17:38:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/168102#M27947</guid>
      <dc:creator>David_C1</dc:creator>
      <dc:date>2023-01-17T17:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Traffic between domain controllers dropped</title>
      <link>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/168135#M27957</link>
      <description>&lt;P&gt;ALL_DCE_RPC can be used with only Firewall blade active.&lt;BR /&gt;However, this is one of the few services that still disables SecureXL templating in the Access Policy.&lt;BR /&gt;It will be processed in the Firewall (slow) path.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"DCE-RPC Protocol" requires App Control and is processed in Medium Path, which means performance should be better.&lt;BR /&gt;Due to how App Control works, this will allow (at least briefly) TCP connections on any port between the hosts/networks specified in the policy.&lt;BR /&gt;To understand why, see:&amp;nbsp;&lt;A href="https://phoneboy.org/2016/12/14/which-comes-first-the-ports-or-the-application-id/" target="_blank"&gt;https://phoneboy.org/2016/12/14/which-comes-first-the-ports-or-the-application-id/&lt;/A&gt;&amp;nbsp;and the application definition here:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/19162i4C2CF01511A4FB0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I don't believe ALL_DCE_RPC has the same issue.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 22:13:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/168135#M27957</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-01-17T22:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Traffic between domain controllers dropped</title>
      <link>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169137#M28129</link>
      <description>&lt;P&gt;Thanks PhoneBoy,&lt;/P&gt;
&lt;P&gt;Still figuring out the best way to solve this issue. From a performance standpoint, using the application object "DCE-RPC-Protocol" may be better (and the fact that in my case, the RPC traffic is actually allowed, this is better). From a security standpoint, not sure which is better. FWIW, I have seen traffic which should be allowed by the service object ALL_DCE_RPC temporarily blocked (on the negotiated high port) and then allowed a second or two later. So it seems using this object can have the opposite effect.&lt;/P&gt;
&lt;P&gt;I guess it comes down to this question - which item, the service object ALL_DCE_RPC or the application object DCE-RPC Protocol more accurately can identify RPC traffic and then appropriately allow it.&amp;nbsp; This is a specific instance of a general question - which is better (secure, accurate in Check Point's world), using traditional services, or where available, application objects for traffic control?&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 15:36:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169137#M28129</guid>
      <dc:creator>David_C1</dc:creator>
      <dc:date>2023-01-25T15:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Traffic between domain controllers dropped</title>
      <link>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169140#M28130</link>
      <description>&lt;P&gt;The third option is allow the use of TCP range 1024 and up &amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;By default, RPC uses ports in the ephemeral port range (1024-5000)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;when it assigns ports to RPC applications that have to listen on a TCP endpoint.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This does not affect SecureXL as stated before.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 15:37:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169140#M28130</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2023-01-25T15:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Traffic between domain controllers dropped</title>
      <link>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169152#M28131</link>
      <description>&lt;P&gt;To me that is the least attractive option, in fact we moved away from that for RPC traffic because I did not like allowing tcp high ports in this manner. For the most part, the service object ALL_DCE_RPC does what it should, but there are certain instances where it is not allowing RPC traffic, and at least in one case, replacing it with the application object DCE-RPC Protocol fixed the issue.&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 16:05:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169152#M28131</guid>
      <dc:creator>David_C1</dc:creator>
      <dc:date>2023-01-25T16:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Traffic between domain controllers dropped</title>
      <link>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169205#M28133</link>
      <description>&lt;P&gt;The ALL_DCE_RPC service was created well before SecureXL existed, much less Application Control.&lt;BR /&gt;As it involves a specific INSPECT handler in the kernel, the&amp;nbsp;only way it can be updated is through a JHF or a version upgrade.&lt;BR /&gt;I suspect some of the behavior you're seeing with the service is related to changes made to the architecture of SecureXL back in R80.20.&lt;/P&gt;
&lt;P&gt;That leaves DCE-RPC Protocol (the App Control signature), which is inspected in a SecureXL friendly way.&lt;BR /&gt;If it happens to not be accurate, it can be updated via a signature update.&lt;/P&gt;
&lt;P&gt;As to which one is more accurate, I don't know enough to comment one way or the other.&lt;BR /&gt;However, there are use cases for both.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 03:01:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169205#M28133</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-01-26T03:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Traffic between domain controllers dropped</title>
      <link>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169212#M28134</link>
      <description>&lt;P&gt;Interesting read&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;. You started working with CP in 1996? I think that was the time when Ipso was called Ipsilon? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 04:02:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169212#M28134</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-26T04:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Traffic between domain controllers dropped</title>
      <link>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169290#M28147</link>
      <description>&lt;P&gt;I started working for a Check Point reseller back in 1996...back in the FireWall-1 2.x days.&lt;BR /&gt;Nokia bought a company called Ipsilon at the end of 1997.&lt;BR /&gt;Their operating system (IPSO) was originally purpose-built for networking (specifically as an ATM switch).&lt;BR /&gt;By the time I joined Nokia in 1999, IPSO 3.0 was released and its primary focus was running Check Point FireWall-1.&lt;/P&gt;
&lt;P&gt;What does IPSO stand for?&lt;BR /&gt;I believe it is IP Switching OS.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 14:15:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169290#M28147</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-01-26T14:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Traffic between domain controllers dropped</title>
      <link>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169291#M28148</link>
      <description>&lt;P&gt;Ipso 3.0...was that not the version with this sort of green-ish web GUI? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 14:17:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169291#M28148</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-01-26T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Traffic between domain controllers dropped</title>
      <link>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169340#M28156</link>
      <description>&lt;P&gt;Sounds about right &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 00:44:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/RPC-Traffic-between-domain-controllers-dropped/m-p/169340#M28156</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-01-27T00:44:14Z</dc:date>
    </item>
  </channel>
</rss>

