I need instant replication in my multi-site Active Directory

So you want to replicate changes in-‘almost’-real-time to your AD sites? While this is not recomended in production enviornments you may have a need to increase replication interval in a lab or development enviornment. You will need some large and reliable connection pipes between your sites to handle the traffic. In order to do this

Limit dynamic RPC port range on Windows Server

RPC by default can grab any dynamic port above 1024.  Security sometimes may ask you to limit that to a much narrower range.  A the minimum you should have about 100-200 ports available for RPC communication. Here is the registry setting: HKEY_LOCAL_MACHINE\Software\Microsoft\Rpc Ports: REG_MULTI_SZ: 5000-5100 PortsInternetAvailable: REG_SZ: Y UseInternetPorts: REG_SZ: Y   Full MS KB