
Windows 10의 WSL2 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.19.80.1
그것들은 실패한다
ping 172.19.80.1
ping 1.1.1.1
ping 8.8.8.8
VPN을 통해 Windows 호스트에서 글로벌 DNS 서버를 ping할 수 있습니다.
문제를 해결하는 방법이 아니라면 Linux wsl 게스트에서 예상할 수 있습니까?
답변1
Hyper-V 문제인 것 같습니다.
PC를 비활성화하고 다시 시작하면 문제가 해결되었습니다.