Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How To Solve Port 53 Is Occupied By "svchost" #154

Closed
msasanmh opened this issue Apr 17, 2024 · 5 comments
Closed

How To Solve Port 53 Is Occupied By "svchost" #154

msasanmh opened this issue Apr 17, 2024 · 5 comments

Comments

@msasanmh
Copy link
Owner

That means your Internet Connection Sharing (ICS) is enabled and you need to disable it.
Video tutorial: How To Disable ICS

@msasanmh
Copy link
Owner Author

The reason I have enabled checking for Port conflict in version 3.0.0

Me:
My Windows DNS Server which is written in c# is running on port 53 and if I enable Internet Connection Sharing (ICS) it also uses port 53, now I can set my local DNS Server (127.0.0.1:53) to my network adapter, I wanted to know if there would be a port conflict or it's ok to have them both running?

Chat GPT:
When you have two services configured to use the same port on the same network interface, a port conflict will occur. In your case, both your Windows DNS server and Internet Connection Sharing (ICS) are set to use port 53 on your local machine. This will likely result in a conflict because a port can only be used by one service at a time on a given IP address.

Me:
So there's no way to keep them both running without any issue?

Chat GPT:
Unfortunately, due to the way networking and port assignments work, you cannot have two services actively listening on the same port on the same network interface without causing a conflict. Each port can only be used by one service at a time to ensure proper traffic routing and avoid conflicts.

@MAHBOZ
Copy link

MAHBOZ commented Apr 28, 2024

سلام من مراحل ویدیو رو انجام دادم ولی متاسفانه هنوز همین مشکل 53 رو داررم. البته در سرویس ها گزینه ی host .... برای من وجود نداشت

@msasanmh
Copy link
Owner Author

سلام من مراحل ویدیو رو انجام دادم ولی متاسفانه هنوز همین مشکل 53 رو داررم. البته در سرویس ها گزینه ی host .... برای من وجود نداشت

سرویس Host Network Service بروی همه ویندوزها هست، یه بار دیگه با دقت نگاه کن.
در انتها اگه باز نتونستی پورت 53 رو آزاد کنی باید منتظر ورژن بعد باشی، یه امکانی اضافه می‌کنم که برنامه خودش این مشکل رو برطرف کنه.
تا اون موقع میتونید از ورژن قبل‌تر استفاده کنید.

@MAHBOZ
Copy link

MAHBOZ commented May 1, 2024

نه برای من host network service وجود نداره.
Screenshot 2023-12-17 112512

@msasanmh
Copy link
Owner Author

msasanmh commented May 1, 2024

نه برای من host network service وجود نداره.
Screenshot 2023-12-17 112512

عجیبه!
فعلا از ورژن قبل‌تر استفاده کنید. ورژن بعد خودش برطرف میکنه این تداخل رو.

@msasanmh msasanmh unpinned this issue May 7, 2024
@msasanmh msasanmh closed this as completed May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants