我正在使用适用于 macOS 的 VM fusion,并运行使用 NAT 协议连接到外部网络的 VM 机器。
与主机的连接通过虚拟桥接接口进行
bridge100: flags=8a63<UP,BROADCAST,SMART,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
options=3<RXCSUM,TXCSUM>
ether 8a:55:a:b1:27:64
inet 192.168.21.1 netmask 0xffffff00 broadcast 192.168.21.255
inet6 fe80::ab1:b172:333:2ff8%bridge100 prefixlen 64 secured scopeid 0x14
Configuration:
id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0
maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200
root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0
ipfilter disabled flags 0x0
member: en8 flags=3<LEARNING,DISCOVER>
ifmaxaddr 0 port 19 priority 0 path cost 0
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
我的问题是,为什么每当用于互联网连接的外部物理接口关闭(可能是 Wi-Fi 或以太网)时,与虚拟机的连接也会关闭......理论上它们应该分离。
谢谢您的帮助 !