VMWare fusion: connecting to host's web server from guest

前端 未结 4 1287
你的背包
你的背包 2020-12-22 23:46

I am a web developer and my development platform is Mac. I have installed a copy of Windows XP in VMWare fusion for testing purposes and using IE for previwing my websites.

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-23 00:21

    Andrew's answer, while correct, is missing a significant portion, namely that vmnet8 is only used when the guest OS is set to use the Bridged network option.

    If your guest OS is using the NAT network option, as seen in this Windows host example, you would need to use vmnet1 instead.

    enter image description here

    In this case, the IP of vmnet1 192.168.119.1 allows access to the host webserver, while the IP of vmnet8 leads nowhere.

    enter image description here

提交回复
热议问题