Results 1 to 7 of 7

Thread: How D is DCOM?

  1. #1

    Thread Starter
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    How D is DCOM?

    Just wondering, can Windows DCOM be spread outside of a LAN? ie... can a DCOM client connect to a remote DCOM server over the ordinary tcp/ip internet?

  2. #2
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: How D is DCOM?

    Originally posted by Dave Sell
    Just wondering, can Windows DCOM be spread outside of a LAN? ie... can a DCOM client connect to a remote DCOM server over the ordinary tcp/ip internet?
    Hi,

    Bad thing about DCOM is that it doesn't use a predefined port for business object communication. So, although it can be used on the internet, you'll have a hell of a time convincing the admin to open a large range of ports to the outside world.

    Cheers,
    NTG
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  3. #3

    Thread Starter
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Re: Re: How D is DCOM?

    Originally posted by ntg
    Hi,

    Bad thing about DCOM is that it doesn't use a predefined port for business object communication. So, although it can be used on the internet, you'll have a hell of a time convincing the admin to open a large range of ports to the outside world.

    Cheers,
    NTG
    What is the range of ports?

  4. #4
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Re: Re: How D is DCOM?

    Originally posted by Dave Sell
    What is the range of ports?
    Check your MSDN, there should be instructions on how to configure the port range you want.

    Cheers,
    NTG
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  5. #5

    Thread Starter
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    Assuming my firewall port-forwarding setup is not a problem, how could you set up a DCOM client to connect to a remote DCOM server across the internet, given that the Client and the Server are in completely different security spaces (Domains)?

    When you are choosing a Host to run the ActiveX EXE, you are forced to choose objects from a list that are automagically found by the DCOMCFG Applet. Thus, you are unable to specify a host name outside of your security space.

  6. #6
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Three Anchor Bay, Cape Town, South Africa
    Posts
    769
    From what I understand, you require a pc in domain A to be "trusted" in domain B. I dont know how that works, but thats what I was told by the system Administrator. Then again, how much he really knows is also questionable. Dont know how much that will help, but hope it puts you on the right path!

  7. #7

    Thread Starter
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    Ya, that makes alot of sense. I was just curious if you could by-pass the security mechanism that DCOM seems to rely on.

    TO ask the question in other words, can a DCOM server be made available to the public for consumption?

    I am not planning on doing this, I am curious about the limitations of DCOM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width