Local version of Website running on Virtual Window Machine
I am new to the networking side of things.
I have my local copy of my website running at localhost:8000
but I would like to test on IE 7,8,9 using a virtual machine.
I have virtual box and virtual machines set up on another mac mini in my house (different machine than where my local copy is..desktop computer).
What steps do I need to take to get the browser on my macmini, on the VM, to show the copy of the website I have running at localhost:8000 on my desktop computer?
Edit Using mac version 10.7.4
This will only work if both computers are connected to the same LAN
Get the Private IP Address of your host computer (see instructions)
On the virtual machine(s), type the same URL except replace localhost with the Private IP Address of your host computer.
Example: If the host computer's Private IP Address = 10.0.1.1, then the URL to use on the VMs would be http://10.0.1.1:8000
链接地址: http://www.djcxy.com/p/18220.html上一篇: 在虚拟机中运行本地主机
下一篇: 在虚拟窗口机器上运行的本地版本的网站