| Does anyone
know which IP ports are required for communication between a remote console
and the DAS/DCAM servers?
Contributed
By: Lee Li [MSFT]
The communication between admin console and DCAM is DCOM connection.
Unlike most Internet applications which have fixed TCP and/or UDP ports,
DCOM dynamically assigns at run time one TCP port and one UDP port to each
executable process serving DCOM objects on a computer. So it is hard for us
to tell which IP ports are required for a DCOM communication.
If you want to configure a DCOM connection through a firewall, you can take
a look at the following URL for more information:
http://www.microsoft.com/com/default.mspx
|