我安装了带有 wsl2(ubuntu) 的 Windows 11。
我已经在我的 Windows localhost 上设置了一个 gdb 侦听器服务器,并希望从 wsl2 访问它。但似乎我的 Windows 机器和 wsl vm 使用不同的网络适配器。
>ipconfig
Windows IP Configuration
Ethernet adapter vEthernet (Default Switch):
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::1114:bb:d0ad:93f8%18
IPv4 Address. . . . . . . . . . . : 172.29.192.1
Subnet Mask . . . . . . . . . . . : 255.255.240.0
Default Gateway . . . . . . . . . :
Ethernet adapter vEthernet (WSL):
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::897:849a:5fed:1c6e%52
IPv4 Address. . . . . . . . . . . : 172.21.128.1
Subnet Mask . . . . . . . . . . . : 255.255.240.0
Default Gateway . . . . . . . . . :
我的服务器正在监听 8888 端口,并且可以在 Windows 上访问,但不能在 ubuntu 上访问。
我已经从 windows 防火墙和 ubuntu 防火墙打开了 8888 端口
解决办法是什么?