我需要在Windows的多个浏览器下测试在本地Mac上运行的网站。
我使用安装在Parallels Desktop中的Windows XP。
当我能够从Windows(位于虚拟环境(Parallels))访问我的http:// localhost:3000时,那就太好了。
如何将所有东西都连接起来?
更新:
我想出了如何在Mac上访问共享网站。
我有以下设置:
Parallels Desktop->首选项->网络->共享网络
我用ip = 192.168.123.1调整了“并行共享网络适配器#0”
从WinXP可以通过ping访问该IP。
C:\Documents and Settings\Administrator>ping imac.local
Pinging imac.local [192.168.123.1] with 32 bytes of data:
Reply from 192.168.123.1: bytes=32 time<1ms TTL=64
Reply from 192.168.123.1: bytes=32 time<1ms TTL=64
Reply from 192.168.123.1: bytes=32 time<1ms TTL=64
Reply from 192.168.123.1: bytes=32 time<1ms TTL=64
在Mac上,当我打开“ Shared Web”时,可以从WinXP和Mac上访问地址“ http://imac.local/~AntonAL ”。请注意,我已经将Mac的名称设置为“ iMac”,这相当于ip = 192.168.123.1
但是,唯一的问题,我不知道是无法访问的端口3000。
因此,在WinXP中,地址“ http://imac.local:3000 ”仍然无法使用。实际上,即使从Mac上也无法访问它……可能是我做错了。
问题是 -我应该在WinXP端使用哪个地址才能访问Mac端的“ localhost:3000”?尝试使用“ Parallels共享网络适配器#0”的ips,网关,Mac的ip,但仍然没有成功...