No connection to Synology NAS via Chrome after updating macOS

After updating macOS (to 15.0 and later to 15.1), I could not connect to my Synology NAS Surface via the Chrome browser and received the message “This site can’t be reached”. Deleting the macOS DNS cache solved the problem.

No connection to Synology NAS via Chrome after updating macOS
No connection to Synology NAS via Chrome after updating macOS

My Synology NAS is connected to the same internal network that my Mac is connected to. Unfortunately, after updating macOS, I could no longer access the NAS Surface via Chrome. But access via Safari worked. Strange.

I have surfed the internet and read lots of blog post and found a simple solution: You have to delete the macOS DNS cache, which is then recreated.
More information: How to Use the macOS Flush DNS Command.

Relevant steps at a glance

  1. Open the Terminal App.
  2. If you are not logged in as an administrator, change the user in the terminal
#Change to admin and replace <root> by the name of your admin user
su - <root>

  1. Then enter this command:
#Delete DNS cache
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
  1. Wait a few seconds and open the Chrome browser again. You should now be able to connect to the NAS Surface via Chrome.

Leave a Reply