portmaster icon indicating copy to clipboard operation
portmaster copied to clipboard

conflicting DNS svchost.exe

Open Rexadev opened this issue 2 years ago • 2 comments

image

Rexadev avatar Aug 13 '22 08:08 Rexadev

This is interesting. What Windows version are you running?

dhaavi avatar Aug 18 '22 13:08 dhaavi

This is interesting. What Windows version are you running?

Windows 10 x64 Enterprise 21H1

Rexadev avatar Aug 18 '22 14:08 Rexadev

Having the same error here

omblivion avatar Feb 17 '23 08:02 omblivion

same issue here, using Windows 11 pro 22H2

ahmgam avatar Mar 01 '23 04:03 ahmgam

I have the same issue on Win11 22H2.

danstis avatar May 23 '23 10:05 danstis

@dhaavi what info can should people send in this case? it seems to not be a super frequent thing though

Raphty avatar May 23 '23 12:05 Raphty

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.

danstis avatar Jun 05 '23 11:06 danstis

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.

github-actions[bot] avatar Dec 11 '23 05:12 github-actions[bot]

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.

github-actions[bot] avatar Dec 18 '23 05:12 github-actions[bot]