D-link Dns 323 Drivers For Mac

Either way, you cannot take the drives out of the DNS-323 and connect them directly to a Mac or PC. That said though, the DNS-323 allows both Macs and Windows computers to access the drive using the SMB networking protocol. D-Link's End of Life Policy- Click HERE for more information Due to COVID-19, phone support services may be limited. Please use chat or email services for a faster response.

Time goes on and so do update all the systems we use – as much as any does Windows 10 and not so much – D-Link DNS-323 network storage disk system. This has caused, after a major Windows 10 update, the network share previously available on the D-Link nas, to become not available to access from the Windows 10 machine. More specifically, the big red error message above is popped.

You can’t connect to the file share because it’s not secure. This share requires the obsolete SMB1 protocol which is unsafe…” etc etc. A long message, ultimately asking you to update the share to use SMB2.

Well let’s turn on SMB2

D-link Dns 323 Drivers For Mac

Well, I tried, but there is no option to enable SMB2 on the DNS-323.

So what’s the story?

A bit of searching and turns out Microsoft has already back in 2016 urged everyone to stop using SMB1 and finally shut it off from use now. Microsoft has also listed all known products that use SMB1 and D-Link DNS series NAS-s are listed.

In the D-Link support section the situation is explained as follows: The latest update from Windows 10 disabled SMB v1.0. The D-Link DNS line of NAS devices uses SMB v1.0 and does not support SMB 2.x. You must enable SMB 1.0 in Windows 10 to map a drive and view drive content. So no software update from D-Link, just reverting back to SMB1. And they also suggest you turn on all SMB1 services on your PC to solve it.

But wait…

Drivers

Why would I need to enable SMB1 server on a Windows 10 machine if you only need to connect, not serve files? You are right, you don’t, so don’t follow those instructions.

Here is how you gain back access to your D-Link DNS-323 network bay from Windows 10:

  1. Type “Turn windows features on or off” to your Windows 10 search box and open it
  2. Scroll down till you find SMB 1.0/CIFS File Sharing Support. Click on the plus sign to expand it and mark only SMB 1.0/CIFS Client. Click OK.

Now you should be able to connect and access your D-Link DNS-323 NAS without any issues. But bear in mind, it is not safe to use SMB1 – two global ransomware outbreaks, WannaCry and Petya, spread quickly because of a vulnerability in Server Message Block version 1.

In one of my personal projects, I needed to connect and use a USB to RS232 (Serial) converter on my D-Link DNS-323. Weird requirements, I know. Anyway… 😐
Plenty of these converters exist out there, but I choose to go for a CP2102:

Innocently, I first tried to compile the code source of this module which can be found on the following page:
http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx

After a few painful and unsuccessful tries, I decided to look around for the already-compiled module. 😉
While wondering why I didn’t think of that before, I used the instructions below to install the required modules on my NAS:

D-link Dns 323 Drivers For Mac Windows 7

Once the modules are installed, the next step is to initialize them.
I wrote the following script for this purpose so you can execute it anytime you need it:

At this point in time, you should have your module initialized on your D-Link DNS-323.
You can check the kernel ring buffer using the dmesg command to verify it loaded properly.
This is a snapshot of what I have in my kernel ring buffer after I ran the script above:

Finally, you can test the communication with your USB to RS232 converter by connecting a LED between the RXD and 3V outputs and running the following script:

D-link Dns 323 Drivers For Mac Windows 10

If you see the LED blinking, it means you succeed! 😀