### Windows Version 10.0.22635.3500 ### WSL Version 2.2.1.0 ### Are you using WSL 1 or WSL 2? - [X] WSL 2 - [ ] WSL 1 ### Kernel Version 5.15.150.1-2 ### Distro Version Ubuntu-22.04 ### Other Software .wslconfig: [experimental] autoMemoryReclaim=gradual # 可以在 gradual 、dropcache 、disabled 之间选择 networkingMode=mirrored dnsTunneling=true firewall=true autoProxy=true sparseVhd=true ### Repro Steps 1. open wireshark monitoring host network adapter 2. send command "ping baidu.com" in ubuntu terminal ### Expected Behavior 1. ping command successful 2. in wireshark trace, ICMP Requests and replies package come in pairs and there are no unexceptions icmp error packages ### Actual Behavior 1. ping command 100% successful sent  3. wireshark has "desination unreachable" unexceped package  ### Diagnostic Logs [wireshark_trace_icmp.zip](https://github.com/microsoft/WSL/files/15074893/wireshark_trace_icmp.zip)