You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ADDS/README.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ keywords:
32
32
| 2025-01-11 | 1.3 | M. Grafnetter | Improved [helper scripts](#dcfwtool-distribution-contents).<br>Added the [Port Scanning](#port-scanning) and expanded the [System Reboots](#system-reboots) sections. |
33
33
| 2025-02-24 | 1.3.1 | P. Formanek | Expanded the [Firewall Rule Merging](#firewall-rule-merging) section. |
34
34
| 2025-03-19 | 1.3.2 | P. Formanek,<br>M. Grafnetter | Tested on Windows 2025 Server and expanded the [IPSec](#ipsec-rules) and [System Reboots](#system-reboots) sections. |
35
+
| 2025-05-09 | 1.3.3 | M. Grafnetter | Expanded the [RPC Dynamic Port Allocation](#rpc-dynamic-port-allocation) and [Firewall Profiles](#firewall-profiles) sections. |
35
36
36
37
Script files referenced by this document are versioned independently:
37
38
@@ -473,6 +474,14 @@ to avoid potential loss of network connectivity.
Additionally, some experts suggest [applying the following undocumented NLA setting](https://glennopedia.com/2024/06/01/network-location-awareness-service-revisited/),
478
+
although this may be redundant with the aforementioned recommendation:
-[Setting Up a Fixed Port for WMI](https://learn.microsoft.com/en-us/windows/win32/wmisdk/setting-up-a-fixed-port-for-wmi)
680
689
-[RPC Load Balancing Best Practices](https://learn.microsoft.com/en-us/windows/win32/rpc/load-balancing-best-practices)
681
690
691
+
### RPC Dynamic Port Allocation
692
+
693
+
For most Windows services, it is not possible to specify a dedicated RPC server port.
694
+
Some network administrators prefer to at least [change the system-wide RPC dynamic port range](https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-rpc-dynamic-port-allocation-with-firewalls)
695
+
from the default 49152-65535 interval to a narrower one, such as 5000-6000.
696
+
697
+
However, this approach does not seem to provide any security benefits.
698
+
Restricting the RPC port range does not prevent any hacking techniques or mitigate any security vulnerabilities,
699
+
nor does it simplify the configuration of network firewalls.
700
+
We have therefore decided against including this setting in the `DCFWTool`.
701
+
682
702
### RPC Filters
683
703
684
704
#### RPC over Named Pipes
@@ -2881,7 +2901,6 @@ To simplify this process, the `Update-ADDSFirewallPolicy.bat` script contains al
2881
2901
> at least one reboot is still necessary for the firewall to start logging dropped packets,
2882
2902
> even if the `Update-ADDSFirewallPolicy.bat` script is executed.
2883
2903
2884
-
2885
2904
### Multi-Domain Forests
2886
2905
2887
2906
The firewall policy can be deployed to multiple AD domains at once.
0 commit comments