Cheers - nice link that one.
I understand commonly used ports etc. But I do not know what is meant by "internet ports" and "intranet ports". This is an example of the RPC documentation I am refering to.
I am about to specific which ports I want RPC to use, - but I don't konw whether to specify a internet or intranet registry key. The traffic will only be used within a private network, - so does that mean I'll specify intranet ports?
RpcCfg Remarks
Configuring RPC Registry Settings
RPC stores its configuration data under the registry entry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\Internet. In this registry location the following keys are used to configure the ports on which RPC listens:
UseInternetPorts
PortsInternetAvailable
Note
These registry keys do not appear unless you change the default value for the computer.
You can manipulate the default ports setting, as follows, with the /d parameter:
Use /d 0 to set UseInternetPort to Y.
Use /d 1 to set UseInternetPort to N.
Users can manipulate the Internet/intranet port settings with the PortsInternetAvailable registry key /pi and /pe parameters as follows:
Use /pi to set a specific port or range of ports to be stored as intranet available.
Use /pe to set a specific port or range of ports to be stored as Internet available.
The valid values for the PortsInternetAvailable registry key are Y or N.