Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I have 2 IP address on my NIC. The second one added as an Alternate.

Say a.b.c.10 and a.b.c.12. I need all the connections to originate from a.b.c.12.

For DCOM connections originating from this machine, is it possible to control the "originator" IP?

For specific applications, I bind to the IP I need to use and control this but cannot figure how to ensure DCOM also does this.

Thanks,
Suraj
Posted

1 solution

With Component Services (dcomcnfg.exe) you can set the endpoints and protocols available for use by the clients of the DCOM server, the lanch and activation permission and the context.

Hope this helps.

Harold
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900