vote up 0 vote down star

Stepping into a web-service method call: first it complained that remote debugging was not set up on the server. So I went all the way to the office on a Saturday and set up remote debugging, and went home and tried again.

Now it complains that the server DNS cannot resolve my client, which is connected via VPN to the office network but not directly to the server hosting the service I wish to debug.

I can ping said server by name, but if I establish a remote desktop session and try to ping my local workstation from the server, I find that remote debugging is quite right, it can't resolve the name of my workstation.

Can anyone suggest a way to sort out this name resolution issue? Apart from hacking the hosts file with whatever IP I've been assigned this session?

flag

Fix your VPN, or use an IP address? – derobert Jan 31 at 15:30
This is normal behaviour for VPN connections. I merely ask whether anyone knows a more elegant workaround than hacking the hosts file. – Peter Wone Feb 2 at 1:24
After much experimentation I have come to the conclusion that the least bother is to set up the debug target as a VPN host. This avoids all the name resolution and authentication hassles. – Peter Wone Mar 1 at 7:41

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.