Projet

Général

Profil

Tâche #23144

Mis à jour par Emmanuel IHRY il y a environ 6 ans

La plage dynamique utilisée évolue avec samba .47 :

Dynamic RPC port range
The dynamic port range for RPC services has been changed from the old default value "1024-1300" to "49152-65535". This port range is not only used by a Samba AD DC but also applies to all other server roles including NT4-style domain controllers. The new value has been defined by Microsoft in Windows Server 2008 and newer versions. To make it easier for Administrators to control those port ranges we use the same default and make it configurable with the option: "rpc server dynamic port range".

The "rpc server port" option sets the first available port from the new "rpc server dynamic port range" option. The option "rpc server port" only applies to Samba provisioned as an AD DC.

vir https://wiki.samba.org/index.php/Samba_4.7_Features_added/changed#Improved_Read-Only_Domain_Controller_.28RODC.29_Support

Nouveau paramètre : rpc server dynamic port range

h3. Évolution à prendre en compte dans le SETH 2.6.2 :

1) Eoliser ce nouveau paramètre pour pouvoir fixer une plage spécifique (ci après notre choix par défaut)

rpc server dynamic port range = 50000-50500

--> Il faut garder une plage importante correspondant au nombre simultanée de connexion possibles

2) Supprimer ces paramètre : Port personnalisé pour RPC et Port personnalisé pour NetLogon
Qui ne servent à rien (sauf à fixer le premier port à utiliser dans la plage dynamique..)

The "rpc server port" option sets the first available port from the new "rpc server dynamic port range" option. The option "rpc server port" only applies to Samba provisioned as an AD DC.

Retour