从在 mac os x 上并行(win xp)上运行的 ie7 访问本地主机时遇到问题
我正在 localhost:8080 上运行应用程序引擎开发服务器,并希望从并行运行的 ie7 访问它。
我已经尝试了这里的所有提示: 如何从访客计算机访问主机?
它们看起来应该可以工作,特别是通过网关 IP 地址进行访问。我还使用
sudo ipfw add allowed tcp from 8080 to 8089
来进行良好的测量。还是没有骰子。我可以从ie7访问外部互联网。并行上的连接设置设置为“共享网络”。我没主意了。
I'm running the app engine devserver on localhost:8080, and want to access it from ie7 running on parallels.
I've tried all of the tips here:
How Do I Access The Host Machine From The Guest Machine?
And they seem like they should work, particularly accessing via the gateway ip address. I've also
sudo ipfw add allow tcp from 8080 to 8089
for good measure. Still no dice. I can access the external internet from ie7. The connection settings on parallels are set to 'Shared networking'. I'm out of ideas.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您绝对不会在 OS X 上的 localhost/127.0.0.1 上运行它,并尝试使用 XP 中的 localhost/127.0.0.1 来获取它?
如果是这样,这可能是您的问题 - 我严重怀疑操作系统的两个实例是否共享环回接口,因为这是特定于操作系统的。
我会使用本地 IP 而不是 localhost 在 OS X 上运行它,然后使用 IP 地址从 XP 访问它。如果 XP 盒子可以看到主机,这应该可以工作。
You're not by any chance running it on localhost/127.0.0.1 on OS X and are trying to get at it using localhost/127.0.0.1 from XP?
If so, that's likely to be your problem - I would seriously doubt that the two instances of the OS share the loopback interface as that's specific to the OS.
I'd run it on OS X using the local IP and not localhost, then use the IP address to access it from XP. This should work if the XP box can see the host.