this post was submitted on 06 Feb 2024
173 points (99.4% liked)

Selfhosted

37811 readers
524 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

As the title says, I want to know the most paranoid security measures you've implemented in your homelab. I can think of SDN solutions with firewalls covering every interface, ACLs, locked-down/hardened OSes etc but not much beyond that. I'm wondering how deep this paranoia can go (and maybe even go down my own route too!).

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] Dehydrated@lemmy.world 11 points 5 months ago (2 children)
  • Custom Router/Firewall running OPNsense and the Sensei plugin
  • Extensive DNS filtering through Pihole
  • Redirecting all DNS requests to my Pihole through OPNsense
  • My entire network is behind a multi hop VPN
  • I don't let any Windows systems connect to the internet, instead, I have a Linux server which is connected to the internet (through a VPN of course) and runs a browser, and I use X2go to access the browser which is running on the Linux server
[–] MigratingtoLemmy@lemmy.world 5 points 5 months ago (1 children)

Since you're running x86 for your router, do you actively prevent ME from trying to connect to the Internet?

[–] Dehydrated@lemmy.world 1 points 5 months ago (1 children)

I am aware of the ME, but I can't really do anything about it. Current ARM SBCs are not suitable for a router/firewall (at least in my experience). I'm not that concerned about it though.

[–] MigratingtoLemmy@lemmy.world 3 points 5 months ago (1 children)

OpenWRT isn't half bad for usual "router stuff", but advanced usage is a bit hard to do. Of course, that doesn't eliminate the problem since ARM can have plenty of backdoors too

[–] Dehydrated@lemmy.world 1 points 5 months ago

I know, I tried OpenWRT on a Pi, but the experience wasn't great (at least not as a home router).

[–] KairuByte@lemmy.dbzer0.com 3 points 5 months ago (1 children)

Wouldn’t that last bullet mean you’re not updating the windows machines whatsoever? Would this not cause more security issues in the long run, considering “connected tot he internet” isn’t a requirement to spread an infection.

[–] Dehydrated@lemmy.world 2 points 5 months ago

It might sound ridiculous, but I currently also run a WSUS server to get Windows updates. But I will probably replace my entire Windows setup with a better solution. Since I don't run Windows bare-metal anymore, I'm looking forward to using offline Windows VMs on my Proxmox host and just accessing the internet directly from my Linux machine.