| Static RPC port(s) in Windows Servers |
|
|
|
| Written by Bas | |
|
Static RPC port(s) - Soms kan het noodzakelijk zijn om het netwerk verkeer te reguleren zodat de firewall beheerder niet gek wordt van alle meldingen. Zo was dit ook bij mij het geval. nou kan het natuurlijk geen kwaad om bij windows de verschillende poorten vast te zetten om het verkeer wat over de firewall gaat inzichtelijk te krijgen. Hieronder de werkwijze om de RPC poorten van windows server 2000 en 2003 vast te zetten. Static RPC port(s) The values (and Internet key) discussed below do not appear in the registry; they must be added manually using the Registry Editor. Also, note that you must use Regedt32.exe instead of Regedit.exe to add the With Registry Editor, you can modify the following parameters for RPC. The RPC Port key values discussed Ports REG_MULTI_SZ PortsInternetAvailable REG_SZ Y or N (not case-sensitive) UseInternetPorts REG_SZ ) Y or N (not case-sensitive Example: Add the Internet key under: In this example, use ports 5000 through 5020 inclusive, so the new registry key appears as follows: Ports: REG_MULTI_SZ: 5000-5020 You should open up a range of ports above port 5000. Port numbers below 5000 may already be in use by other applications and could cause conflicts with your DCOM application(s). Furthermore, previous experience shows that a minimum of 20 ports should be opened, because several system services rely on these RPC ports to communicate with each other.
|



