Thanks Miguel.
Configured the DTC as described in the technical artical, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndcom/html/msdn_dcomfirewall.asp
and as in the Component Services help Component Services -> Help -> Component Services Administration Help -> Administering Distributed Trasnactions -> Distributed Transaction Administration Tasks -> Configuring MS DTC -> Configuring MS DTC to work Through a Firewall
These documents recommend to use the port id 135. However it works on both 134 and 135 [the RPC endpoint mapper].
On the server, configured the RPC, HKEY_LOCAL_MACHINE\Software\Microsoft\Rpc\Internet
Name Type Value ----------------------- -------------- ---------- Ports REG_MULTI_SZ 3000-4000 134 PortsInternetAvailable REG_SZ Y UseInternetPorts REG_SZ N
Note: firewall is off on the client.
It works just fine now.
Question, the Internet-accessible ports pose any security risk? How to mitigate them? |