其他主机 Ping 这台虚拟机的 IPv6 虚拟机网卡设置及其他设置
/etc/network/interfaces
的配置
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug enp0s3
auto enp0s3
iface enp0s3 inet dhcp
iface enp0s3 inet6 dhcp
虚拟机向外 ping 及 traceroute 等
其他:
1
sonnyclarity492 OP |
2
qbqbqbqb 122 天前 1
本质上是因为 WiFi 客户端原理上是不支持桥接的(没有认证的客户端没法接入网络),VirtualBox 的 WiFi 桥接实际上是类似 ipvlan 的东西,然后对 IPv6 的支持又不完善。
|
4
sonnyclarity492 OP @qbqbqbqb 谢谢解答,我用的也是无线网
|