无论我尝试做什么需要连接的操作都说网络无法访问,即使 Windows 主机正常访问互联网和本地网络。我正在使用从 Arch 为 WSL2 发行版定制的 Manjaro 发行版,并且在两年内直到现在都没有造成任何问题。
起初,我认为这可能是由错误的更新引起的,所以我用最后一个工作备份覆盖了 ext4.vhdx 文件,但仍然没有连接。这个问题实际上与发行版无关,也出现在 Ubuntu 中。
电流/etc/resolv.conf
如下:
# This file was automatically generated by WSL. To stop automatic generation of this file, add the following entry to /etc/wsl.conf:
# [network]
# generateResolvConf = false
nameserver 172.25.128.1
我尝试将名称服务器设置为 1.1.1.1 并使用wsl.conf
它不会被覆盖,但这不起作用。
我尝试将名称服务器和默认网关 192.168.15.1 添加到 Windows 中的 vEthernet (WSL) 适配器,但效果不佳。我的ipconfig如下:
Ethernet adapter Ethernet:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Ethernet 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter vEthernet (WSL):
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::5058:ecac:1c0c:dab1%71
IPv4 Address. . . . . . . . . . . : 172.25.128.1
Subnet Mask . . . . . . . . . . . : 255.255.240.0
Default Gateway . . . . . . . . . :
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::24e4:f9ba:4ded:19ec%4
Autoconfiguration IPv4 Address. . : 169.254.25.236
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
Unknown adapter Local Area Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Local Area Connection* 1:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Local Area Connection* 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . . . : 2804:7f4:c2a6:4111:255d:530e:69e5:9965
Temporary IPv6 Address. . . . . . : 2804:7f4:c2a6:4111:417c:79cd:521d:ef9f
Link-local IPv6 Address . . . . . : fe80::255d:530e:69e5:9965%9
IPv4 Address. . . . . . . . . . . : 192.168.15.12
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::f654:20ff:fe67:bd50%9
192.168.15.1
Ethernet adapter Bluetooth Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Windows 重新启动,wsl --shutdown
否则无法正常工作。类似问题的其他解决方案似乎不适用或不起作用。不涉及VPN。我不知道如何开始解决此问题。有什么线索吗?
找到解决方案。和文件夹是 NTFS 压缩的
%temp%
。%localappdata%/Packages
解压它们并执行wsl --shutdown
解决了问题。