개요
: 최대 절전모드 전환 이후 WSL의 네트워크가 되지 않는 문제
1. 파워셸에서 WSL을 중지하고 vEthernet을 재시작 한다.
wsl --shutdown Ubuntu-18.04
Restart-NetAdapter -Name vEthernet*
2. WSL 서비스 관리자 재시작
Get-Service -Name LxssManager
Restart-Service -Name LxssManager -Confirm
Refference
Sleep 모드 이후 WSL 네트워크 안됨
윈도우즈 및 리눅스 터미널 환경에서 할 수 있는 것들에 대한 정보를 공유하기 위한 블로그입니다.
butteryoon.github.io
[WSL2] Network connections are not restored after returning from Windows sleep mode · Issue #4992 · microsoft/WSL
Your Windows build number: 10.0.19582.1001 What you're doing and what's happening: Originally found this problem while using X410 (X Server for Windows 10) with WSL2. I was able to confirm ...
github.com
Doc Idea: when you need to restart LxssManager service · Issue #634 · microsoft/WSL
Hey there, First of all, I'm really impressed by this project! I do quite a bit of cross platform development; I'm a developer on a Linux-only server product with clients that support multi...
github.com
'Computer Science > Linux' 카테고리의 다른 글
WSL2 방화벽 설정 - 외부 Remote IP 접속 가능하도록 설정하기 (0) | 2022.05.29 |
---|---|
WSL2 활용도를 높여주는 고정 IP 설정 (0) | 2022.05.29 |
WSL Failed to get D-Bus connection (0) | 2022.03.19 |
WSL 2.0 환경에서 CentOS7 사용하기 (0) | 2022.03.19 |
윈도우에서 리눅스 커널 사용하기 WSL 2.0 (0) | 2022.03.19 |