wsl 2 에서 Windows Host 연결하기
ip static
해결책 아님
방화벽 정책 수정
- Add "allow" rule to Windows firewall for WSL2 network - https://github.com/microsoft/WSL/issues/4585
- can access host machine in wsl2 - https://github.com/microsoft/WSL/issues/4554
New-NetFirewallRule -DisplayName "WSL" -Direction Inbound -InterfaceAlias "vEthernet (WSL)" -Action Allow