See below article
http://support.microsoft.com/support/kb/articles/Q248/8/09.ASP
Thanks,
Liju
--------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
©2001 Microsoft Corporation. All rights reserved.
Rgds,
Tony Wun
>.
>
Microsoft does not recommend using a loopback adapter in NT 4.0 to get DCOM
working. This is because the configuration issues vary from one firewall to
the other, and we cannot make generalizations and thus document a "HOWTO"
article to accurately set this up. (Besides this could be a config
nightmare in some specific firewalls.)
As you know, COM inserts the IP address of the server machine into the
payload that gets returned to the client. Instead of using the translated
IP/header for the packet that the client receives, RPC (i.e. DCOM) uses the
IP address in the payload. Since the firewall prevents the client from
directly accessing the server machine, the client is most likely to get "RPC
Server Unavailable" error message.
The internal DCOM Server's host machine needs to be setup with a loopback
adapter as you did. This adapter will need to have the same IP address as
the alias on the firewall. It looks like you have done this. Then why is
this not working now? Did you take away the loopback adapter?
I should point out that this solution is not recommended nor supported by
Microsoft. Microsoft's official word on this subject remains:
http://support.microsoft.com/support/kb/articles/Q248/8/09.asp
Hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. ©2001 Microsoft Corporation. All rights
reserved.
"Tony Wun" <ton...@ozemail.com.au> wrote in message
news:73a301c155e6$fd855fa0$37ef2ecf@TKMSFTNGXA13...
>..ASP
>.
>