Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Remote debugging over a VPN(Eclipse doesn't respond to tunnel interface)
Remote debugging over a VPN [message #1096932] Thu, 29 August 2013 03:14
Richard Geddes is currently offline Richard GeddesFriend
Messages: 1
Registered: July 2009
Junior Member
I have a server with xdebug and two clients (eclipse) that attempt to run debug sessions.

One client works, and one does not.

The one that does work communicates over eth0... that one is connected to the server via a site-to-site vpn, so as far as eclipse is concerned, it is not aware of the tunnel.

The one that does not work is connected to the server by a host-to-site tunnel. The packets that would normally come in on eth0, come in on tun0.

tcpdump shows packets coming from the server, (via tun0), but there is not response from eclipse.

Question: Assuming the interface is the issue, is there any way to get eclipse to use tun0 instead of eth0 for debugging?

Thanks
Richard
Previous Topic:Change launch directory for all files at once
Next Topic:eclipse-tomcat
Goto Forum:
  


Current Time: Tue Mar 19 05:06:21 GMT 2024

Powered by FUDForum. Page generated in 0.01601 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top