Open CHfish-ch opened 2 months ago
If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
/emailed-logs
thanks for reporting the issue and sending logs it looks like the WslNetworkingLogs zip you sent is missing the logs.etl file - can you please collect networking logs again and double check if the logs.etl file is present? (that file contains DNS logs that are needed to investigate this issue)
please feel free to send the new logs on the same email
Windows Version
10.0.22631.4169
WSL Version
2.2.4.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.153.1-microsoft-standard-WSL2
Distro Version
Ubuntu 22.04
Other Software
dig 9.18.28-0ubuntu0.22.04.1-Ubuntu
Repro Steps
dig +trace www.microsoft.com
Expected Behavior
generated by using
dig -4 +trace www.microsoft.com @8.8.8.8
Actual Behavior
;; communications error to 10.255.255.254#53: timed out
Diagnostic Logs
the reason of the behavior seems to be the missing answer of the DNS tunneling endpoint 10.255.255.254 to the query of the DNS root zones (
dig NS .
)