mdnsresponder block port 53 on Mac devices #5371
Unanswered
github-grid
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Please check #2854 (comment) for an explanation and potential workaround |
Beta Was this translation helpful? Give feedback.
2 replies
-
I had the same issue with a different software (Cloudflare WARP) where port 53 was already bound, these steps worked well for me:
Other apps to kill:
Set hosts CLIWarning, this will reset your /etc/hosts file permanently
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does any1 know why Rancher is using a DNS port on Mac devices? Whenever Rancher is running, the DNS port is used by the Mac service called mdnsresponder.
This is quite problematic when I want to run other apps that require open 53 port.
The solution is to quit Rancher, run an app that needs access to port 53 and then run Rancher again...
It's not a single issue, because more ppl are affected by this problem in my company.
I tried to disable mdnsresponder by command:
defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
and after computer reboot verified that service is off (NoMulticastAdvertisements = 1;
), but for some reason, mdnsresponder is still coming back whenever Rancher is running....Here is the output from
lsof -iTCP:53 -iUDP:53 -n -P
command.Beta Was this translation helpful? Give feedback.
All reactions