Bug 386858 - Detect client host automatically
Summary: Detect client host automatically
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PHP Debug CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 12:02 EDT by Wojciech Galanciak CLA
Modified: 2020-05-14 10:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wojciech Galanciak CLA 2012-08-08 12:02:38 EDT
Currently, list of client hosts for Zend Debugger is based on the list of all detected network interfaces.

The proposal is to detect the proper host automatically by default. It simplify debugger configuration and improve debugger performance (we do not send redundant ports to the server).

The main rules are following:
- if server is localhost then return 127.0.0.1,
- if SSH tunneling is enabled then return 127.0.0.1,
- if server is in VPN network then return VPN host,
- otherwise, return list of all hosts (excluding VPN and 127.0.0.1).

There should be still an option to set client host manually (for setting, e.g. public ip). The whole customization should be available from Zend Debugger configuration dialog.