主机:Windows 10(已更新) 猜猜:Ubuntu 14.04.5 Virtualbox:5.2.12 r122591(Qt5.6.2)
Windows更新后,我试图访问我的虚拟机,它不断给我随机错误。在几十个教程和指南之后我的当前设置是:
主机文件(在Windows上):192.168.56.2 devserver / etc / network / interfaces文件(在ubuntu上)(无法粘贴):
auto eth1 iface eth1 inet static address 192.168.56.2 netmask 255.255.255.0 broadcast 192.168.56.0 auto eth0 iface eth0 inet dhcp auto eth2 iface eth2 inet dhcp
Virtualbox网络:
Attacked to: Host-only Adapter Name: VirtualBox Host-Only Ethernet Adapter #3 Adapter Type: PCnet-FAST III (am79C973) Promiscuous Mode: Allow All MAC Address: 0800275A1DBB
但我仍然无法连接到网站。它一直给我找不到的页面"消息。
答案 0 :(得分:0)
<强> Solution 强>
/ etc / network / interfaces文件
auto eth0
iface eth0 inet static
address 192.168.56.2
netmask 255.255.255.0
broadcast 192.168.56.0
主持文件
192.168.56.2 devserver