从Virtual Box外部访问python SimpleHTTPServer

时间:2016-11-15 18:01:24

标签: python networking localhost virtualbox simplehttpserver

我在虚拟框内运行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 . . . . . . . . . :

1 个答案:

答案 0 :(得分:0)

虚拟框中的端口转发有助于解决问题。