I was reading the reviews for a NAS backup solution: Western Digital 4TB My Cloud Home Personal Cloud Storage - WDBVXC0040HWT-NESN. I am referring to the this review on the product that criticized the solution on the basis that it wouldn't work without being connected to the Internet. The idea was that it should be possible to disable connectivity to prevent the backup device from being hacked remotely (and, presumably, added to a botnet).
I'm not very familiar with network hardware so this didn't make much sense to me. For the backup to work from a laptop to the NAS device, some sort of connectivity would obviously be needed. The device is presumably plugged into the router using an Ethernet cable, and the data flow presumably goes either laptop->router->NAS or laptop->router->some_server->router->NAS. Is the idea that the former should be possible but that the device is in fact doing the latter?
I realize that it might be hard to judge this device from afar without using it yourself, but your best guess as to what's going wrong with this device would be helpful.
114 Answers
The Ethernet ports in your router are just a switch, basically. The home network does not need internet to work internally. The router will still assign IP addresses, if the option is enabled and the network will still work. You just cannot connect to the internet or to your router from the internet. This is why a NAS like this will still work, but only on your internal network, which means only via WiFi provided by said router and from devices connected via Ethernet (LAN) cable. No access from the internet will be possible. This includes phones not connected to the internal WiFi.
NAS means Network Attached Storage, which means, that the device is, in it's essence, a small computer with a connected hard drive. So all the storage remains locally and is, normally, not uploaded to the Internet, unless configured otherwise. The NAS is sharing access to the device via network folders and, most commonly, uses the SMB Protocol. Most NAS also provide other means of access, such as File Transfer Protocol (FTP) and various others.
If this NAS is not allowing usage without Internet Access, then it is a serious flaw that should not exist and flat out a bad product. It is essentially doing what is commonly called "phoning home".
12According to the description (and the title), this isn't just a NAS. This is an internet cloud storage device, and part (most?) of its job function is to allow you to access whatever's stored on this device remotely - i.e. away from home.
Cloud storage is (roughly) defined as storage areas accessible as long as you have an internet connection. If you turn off the internet access to this device, then you won't have access to any of the files outside of your home network. One thing to note - if certain "standard" tools are required to access files, and those "standard" tools require the internet, you may need to find alternate ways or apps to access the device. If there are no alternative ways to access the device on your home network without internet access, then I would consider the device to be "defective."
The cloud functions of this device would (and should, if you feel you need these functions) require access to the internet. If -- and this is a big if -- the primary / sole purpose of this device is for cloud storage, then it might not be a NAS at all in the traditional sense. If that's the case and you don't need any cloud storage features, then I would look elsewhere.
Hope this helps!
1I would expect it to depend on what software you use to do your backups.
Having a NAS of a different type I have at least 3 different ways to access and send data to the NAS.
- I can go to the web-server on the NAS, log in and upload files that way
- I can connect via SAMBA/SMB and browse the filesystem like any networked computer using the
\\MyNAS\a\folder\on\the\NAS\notation. This is also how the Windows backup and File History features access the NAS to back up your data. - Media server software - dependant on how that software works
- Particularly for mobile - The supplier provided discovery and backup tools.
I would expect that the users problem was with item 4 on that list. In particular I found that Western Digital software automatically tries to make you create an account to link your NAS "through the cloud" so that you can access it anywhere. Some of us don't want that and disabling that level of featuritis can be non-trivial in some cases. They don't tend to make it impossible though and you should be able to use their tools only within your own network.
By no means do you have to use their software to do things, but it may just make things smoother.
Based on the other reviews and descriptions of this device, it is not a "NAS" as that definition is normally understood. When you say NAS, people expect a few basic protocols to be available and for it to simply be a hard drive hooked up to your local network. This "cloud storage" product is designed and marketed for people that have no idea what "NAS", "IP", or "shared folder" even mean. It uses proprietary software to easily backup your files and have them available anywhere, but it appears to not offer the "standard" way of file access that most superusers would expect.
I wouldn't say that it is poorly designed or that it is defective or a bad product. I would say that if you want a NAS and expect it to act like a NAS, you might be sorely disappointed. If their advertising doesn't explicitly say you can do something with it, assume that you can't. It's designed and marketed for a different person for a different purpose.
I've seen a similar thing happen with what should be a simple baby monitor that connects to your phone. When we bought it, I thought that when I was on home wifi I could connect directly to it with no internet connection because that was just a "given" for my technically inclined mind. The designers had a different (lazy) idea, and the monitor connects through the internet no matter what. No internet, no monitor. Even though it seems easy and obvious to make it work that way, that was not in their design, and that's just not a feature it provides.
So, in summary, don't assume you know how a tech product works even if it looks just like something else that is common and well understood.
1