The I have an ssh session open to a remote box running a .net process. I have installed the remote debugger.

I have set up tunnel for tcp/135, tcp/139, tcp/445, udp/137, and udp/138.

What am I missing?

link|improve this question

feedback

1 Answer

This article suggests that because remote debugging uses DCOM, there is two-way communication and that the remote client needs to talk to tcp/135 on your machine. You will need to give the remote machine access via another tunnel in the other direction.

link|improve this answer
No dice. There is something else in the firewall. – NitroxDM Apr 25 '11 at 20:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.