我在使用桥接适配器配置设置网络连接时遇到了一些麻烦。我刚刚开始使用 Linux,即使我在网络上进行了不同的论坛讨论,我仍然无法使其正常工作。NAT 运行良好,我能够访问 Internet,而使用桥接适配器,网络结果无法访问,尽管我需要它来满足我所考虑的应用程序。
我的设置如下:
VirtualBox 5, 主机:Windows 10, 来宾:Ubuntu 14.04 LTS
在这里您可以详细查看我的配置
VirtualBox 网络配置 除了 RealTek,我还可以使用:Qualcomm Atheros AR946x 无线网络适配器。但是问题仍然存在,因为我似乎没有网络工作。
这如果ifconfig命令:
giulio@giulio-VirtualBox:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:f5:87:2f
inet6 addr: fe80::a00:27ff:fef5:872f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:88 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:24737 (24.7 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK …Run Code Online (Sandbox Code Playgroud)