DCOM Tunnel (General questions)
Hi,
I am trying to set up a tunnel that will be used by an app that connects to the server over DCOM. I can't set LocalPort to 135 because it is already listening on that port. The app has no way of setting different port for the DCOM connection to the server.
What can I do?
Also, I tried to forward local port 80 to remote host 80. It works fine if I set LocalAddress to 0.0.0.0 or 127.0.0.1, but not if I use my NIC's address 192.168.1.13. How come?
Regards,
Andreas