I have a DPM server at a remote site, and I want to protect a computer at my local site. I have DirectAccess (native, not via Forefront UAG) set up and working between the two sites. I installed the DPM Agent manually on the local computer. I attached it from the DPM server. I can create a Protection Group, but no data is getting transferred from the local (protected) computer to the DPM Server.
Replica creation fails after about 7 to 8 minutes with the following message "DPM failed to communicate with protected-computer.mydomain.com because the computer is unreachable. (ID 41 Details: No such host is known (0x80072AF9))
I can ping the protected computer (the ping replies as expected come from the protected computers IPv6 ISATAP address. I have successfully tested DCOM from both ends using wbemtest.
netstat -aonp tcpv6 run from the DPM server shows that the RpcEptMapper on the DPM server connects to port 135 on the protected computer, and then msdpm.exe establishes a connection to a RPC-assigned high port on the protected computer. This connection remains established. Meanwile, the RpcEptMapper keeps initiating more connection attempts, which get momentarily established but then revert to a TIME_WAIT state.
Any suggestions as to what is going wrong here?
Thanks.