Zend 调试器 - 外部或本地 IP
我刚刚在远程站点上安装了 zend 调试器,并尝试通过 Zend Studio 8 连接到它。
我可以正常连接到虚拟 php 文件。然而它只是超时了。
我应该使用我的外部 IP 地址吗? 或者是用于我家庭网络上的机器的内部网络?
非常感谢任何帮助。
I have just installed the zend debugger on a remote site and am trying to connect to it via Zend Studio 8.
I am connecting to the dummy php file fine. However it just times out.
Should I be using my external IP address?
Or the internal one used for the machine on my home network?
Any help much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设远程站点不在您的本地网络中,它会看到外部 IP 地址
所以你必须使用那个。
如果机器位于您的本地家庭网络中,您必须使用本地地址。
这是你需要的吗?如果我没有抓住重点,请告诉我。
Assuming the remote site is not in your local network it sees the external ip address
so you have to use that one.
if the machine is in you local home network you have to use the local address.
is this what you needed? if i am missing the point let me know.