I've got a client trying to use a remote DCOM object. The client is configured with the object's location via dcomcnfg. When I initiate the request I can see the client connect to TCP/135 on the server, and both complete a TCP/IP handshake. When the client then sends its Bind request to the server it gets a TCP/IP reset sent back to it. I've checked the eventvwr logs (this is NT4 SP6 by the way) and can see nothing on the server. The client reports DCOM 10009 in the event logs, and returns error 462 to the caller, which both basically say it can't contact the remote server. What's really strange is that the TCP/IP session which was established on the server still shows as ESTABLISHED (via a netstat command) even though the server sent a reset back to the client. It looks like it could be a problem with endpoints but I think my configuration is okay (all using ncacn_ip_tcp with a defined range of ports). Also note that we're barely getting into DCOM here, ie we're just doing the ORPC stuff. Any ideas please? Anybody else seen anything like this?