Software Architect IT 개발 knowhow, tip & tech WSL 2(Windows Subsystem For Linux 2) 정식 버전 사용하기 Current: wsl 2 에서 Windows Host 연결하기 wsl 2 에서 Windows Host 연결하기 ip static해결책 아님https://github.com/shayne/go-wsl2-host방화벽 정책 수정Add "allow" rule to Windows firewall for WSL2 network - https://github.com/microsoft/WSL/issues/4585can access host machine in wsl2 - https://github.com/microsoft/WSL/issues/4554 New-NetFirewallRule -DisplayName "WSL" -Direction Inbound -InterfaceAlias "vEthernet (WSL)" -Action Allow CODE ×