Saturday, October 1, 2011

Restart mDNSResponder

The mDNSResponder process resolves the names, but sometimes when changing the location gets stuck.
A quick fix is to restart it, and hope it will work again:
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
sudo launchctl load /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist

Other resources:
http://support.apple.com/kb/HT3789
http://support.apple.com/kb/HT4030
http://reviews.cnet.com/8301-13727_7-10471471-263.html
https://discussions.apple.com/thread/2227251?threadID=2227251

No comments:

Post a Comment