从 Virtual Box 外部访问 python SimpleHTTPServer

Accessing python SimpleHTTPServer from outside Virtual Box

我是 运行 虚拟框内的 python SimpleHTTPServer。是否可以从主机访问它? 运行 我主机中的 ipconfig 给了我以下地址。我尝试在主机的浏览器中使用它,但这似乎不起作用。 我应该查看不同的 IP 地址吗?

  $> ipconfig

    Windows IP Configuration


    Ethernet adapter Ethernet 2:

       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :

    Ethernet adapter VirtualBox Host-Only Network #2:

       Connection-specific DNS Suffix  . :
       Link-local IPv6 Address . . . . . : xx:xx:xx:xxxx:xxx:xxxx
       IPv4 Address. . . . . . . . . . . : 192.168.99.1
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . :

虚拟盒子中的端口转发帮助解决了这个问题。