ramielrowe

joined 1 year ago
[–] ramielrowe@lemmy.world 15 points 1 year ago (6 children)

You are not being overly cautious. You should absolutely practice isolation. The LastPass hack happened because one of their engineers had a vulnerable Plex server hosted from his work machine. Honestly, next iteration of my home network is going to probably have 4 segments. Home/Users, IOT, Lab, and Work.

[–] ramielrowe@lemmy.world 4 points 1 year ago

Keep in mind, RAID is fault tolerant, not fault proof. For critical data, keep in mind the 3-2-1 rule. Stored in 3 locations, 2 separate mediums, 1 offsite.

[–] ramielrowe@lemmy.world 4 points 1 year ago (1 children)

I'll second this. 4k at 25 mbps might be OK for a sitcom or drama without much action or on-screen movement. But as soon as there's any action, it's gonna be a pixelated mess. 25 mbps is kinda the sweet spot for full fidelity 1080p, and I'd much rather watch that than "4K".

[–] ramielrowe@lemmy.world 11 points 1 year ago
[–] ramielrowe@lemmy.world 20 points 1 year ago

At it's most basic, a satellite will have two systems. A highly robust command and control system with a fairly omnidirectional antenna. And then the more complex system that handles the payload(s). So yea, if the payload system crashes, you can restart it via C&C.

[–] ramielrowe@lemmy.world 1 points 1 year ago (1 children)

Annoying yes, but I'd argue that's likely the simplest and most performant approach. At best (IPTables NAT), you'd be adding in an extra network hop to your SMB connections which would effect latency, and SMB is fairly latency sensitive especially for small files. And at worst (Traefik), you'd adding in a user-space layer 7 application that needs to forward every bit of traffic going over your SMB connection.

[–] ramielrowe@lemmy.world 0 points 1 year ago (2 children)

PS. Also to confirm since you mention LetsEncrypt, you aren't planning to expose your smb server over the internet are you?

[–] ramielrowe@lemmy.world 1 points 1 year ago (6 children)

I have a feeling routing SMB traffic through Traefik is going to be a performance and latency nightmare. Is your TrueNAS VM's network interface bridged to your home network? If so, use a static IP and just have clients connect directly. If not, your best bet is likely iptables NAT to forward a port from your Proxmox servers IP to the TrueNAS VM.

view more: ‹ prev next ›