TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How can a content creator (not “IT saavy”)set up a NAS safely/correctly?

3 pointsby delgaudmabout 3 years ago
I make long form video and audio as a sole proprietor working from home. I have many terabytes of data, stored on a QNAP NAS. How can I figure out if my configuration &#x2F; set up keeps my data safe, secured, protected, etc. Are there checklists or best practices a layperson can follow to ensure my data is safe and my device doesn&#x27;t become compromised?<p>Challenges: Firewalls, networking, routers are largely blackboxes to me, so I don&#x27;t have a ton of knowledge of concepts &#x2F; terminology.

3 comments

gepeto42about 3 years ago
I have used mostly Synology in the past, so I have no hands-on experience with QNAP, but I am also pretty sure they are very similar types of Linux based with tons of features boxes.<p>QNAS does have a guide:<p><a href="https:&#x2F;&#x2F;www.qnap.com&#x2F;en&#x2F;how-to&#x2F;faq&#x2F;article&#x2F;what-is-the-best-practice-for-enhancing-nas-security" rel="nofollow">https:&#x2F;&#x2F;www.qnap.com&#x2F;en&#x2F;how-to&#x2F;faq&#x2F;article&#x2F;what-is-the-best-...</a><p>However, I want to stress the following points:<p>0. Do not use a NAS as your only backup, and definitely back up data only on the NAS to another location (cloud?). 1. Do you need to access the NAS from elsewhere? Do you REALLY need it? If yes, consider setting up a VPN, but no matter what you do, do not expose the NAS directly to the Internet through your firewall or a cloud service. 2. Enable automatic updates - there are enough vulnerabilities in these boxes that it is worth patching first and asking questions later. 3. Depending on the data you store, consider encryption. For example, if you only use a NAS to do Time Machine backups, encrypt your backups. Most NAS boxes also support encrypting entire drives, which is very practical if someone steals the box away from you physically, but will not add protection to attacks once it is powered on.
评论 #30717421 未加载
scantisabout 3 years ago
No matter how good the setup is, the most obvious vulnerability are always unattended unlocked devices with access to the NAS. Even better if there is some remote session, that isn&#x27;t properly signed out.<p>Some very basic discipline will protect you a long way.<p>Beyond that comes the realm of the dark wizards of HN.<p>If you like to learn about firewalls try this sword<p><a href="https:&#x2F;&#x2F;wiki.ipfire.org&#x2F;what-is-ipfire" rel="nofollow">https:&#x2F;&#x2F;wiki.ipfire.org&#x2F;what-is-ipfire</a><p>but be warned, it is enchanted with paranoia.
评论 #30717356 未加载
hnlmorgabout 3 years ago
Rather than fretting about if your configuration is correct, spend that time creating an offline back up. That way you’re covered for a multitude of disasters.
评论 #30717353 未加载