Comment on More Police Are Using Your Cameras for Video Evidence
Tremble@sh.itjust.works 10 months ago
I love technology but I don’t ever see myself installing a camera in my house that connects to the internet like this. It’s literally big brother…
WhatAmLemmy@lemmy.world 10 months ago
I give my cam access to the internet when I travel. Outside of that it’s LAN only.
Luckily most NAS’s have software that can capture it and you can back it up to the cloud encrypted.
oozynozh@lemm.ee 10 months ago
do you mind sharing a basic explanation about your setup? i’m looking at doing something similar with TrueNAS and NextCloud.
BearOfaTime@lemm.ee 10 months ago
One way to get access, rather than a cloud solution, is to use a mesh network solution like WireGuard/Tailscale (and I’m gonna mention Hamachi on Windows, because I’ve used it since about 2005).
These solutions create an encrypted virtual network between devices that’s runs on top of whatever network you’re currently on.
In this way you’re never exposing you’re internal resources, in any way, to the internet*. Only other devices that are running the client app, using your encryption keys.
I’m currently running Tailscale on a desktop at home, all our mobile devices, and a Raspberry pi. I can connect to SMB shares on my home desktop from my phone, wherever I am.
I’ve kept my laptop in sync with my desktop at home this way (using Hamachi) since ~2005.
This approach means you’re always using LAN connection methods, rather than relying on a cloud you don’t control.
*With Wireguard/Tailscale you can expose specific resources to the wider world, but you have to specifically configure it.
oozynozh@lemm.ee 10 months ago
Ah, yes. Tailscale. That’s a pretty obvious solution that I hadn’t considered… Thanks for the recommendation.
Tremble@sh.itjust.works 10 months ago
That might be something I would consider but I doubt I have the know how
BearOfaTime@lemm.ee 10 months ago
With Tailscale, very little know-how is required. Install the app on 2 devices, see it in action.
Depending on your home devices, you may need to enable Subnet Routing on a device that can run Tailscale, since the DVR/NVR may not have the capability.
A Tailscale Subnet Router will route Tailscale traffic to the LAN on which it resides, so you can access devices that can’t run Tailscale. For example, I’ve printed to my home wifi printer while remote. I’ve also used it to access a computer that didn’t have TS installed yet because I’d just set it up, and a digital photoframe that only supports SMB. My subnet router is a Raspberry Pi, because it’s always on. But it used to be my Windows desktop, because it’s always on.