portmaster
portmaster copied to clipboard
conflicting DNS svchost.exe
This is interesting. What Windows version are you running?
This is interesting. What Windows version are you running?
Windows 10 x64 Enterprise 21H1
Having the same error here
same issue here, using Windows 11 pro 22H2
I have the same issue on Win11 22H2.
@dhaavi what info can should people send in this case? it seems to not be a super frequent thing though
By digging through my Debug info (in the questionmark logo 3rd from bottom -> Report a bug -> scroll to the bottom), I found that I had a conflicting service running on Port 53. I then checked the running service using PowerShell:
netstat -ano | sls :53
I found a running service listening on port 53: TCP 0.0.0.0:53 0.0.0.0:0 LISTENING 12000
.
From this we can take the last number here which is the process ID of the running app and resolve it to the application using this from PowerShell:
Get-Process -Id 12000
This then informed me that I was running Papercut mobility print, which must also start a DNS server.
This issue has been automatically marked as inactive because it has not had activity in the past two months.
If no further activity occurs, this issue will be automatically closed in one week in order to increase our focus on active topics.
This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.
If the issue has not been resolved, you can find more information in our Wiki or continue the conversation on our Discord.