What’s up, what’s down and what are you not sure about?
Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.
IncogCyberspaceUser@lemmy.world 11 months ago
I’d appreciate some feedback on what I’m looking to do.
I’m wanting to follow the [FUTO guide] (wiki.futo.org/…/Introduction_to_a_Self_Managed_Li…), but I don’t want to build a router, to save on some money for now.
So I’m planning on buying a [Mikrotik MT RB750Gr3] (www.mikrotik-store.eu/en/mikrotik-rb750gr3-hex) and putting OpenWrt on it, then using my current TP-Link Archer C6 as a wireless access point. (will buy a dedicated AP in the future).
One thing I wonder is, if there is a Mikrotik model that would be better?
walden@sub.wetshaving.social 11 months ago
It looks like the hEX refresh is the same price from that vendor.
RB5009 is better but more expensive. There’s a PoE version that can power your WiFi APs in the future.
I also question the decision to put OpenWrt on it. RouterOS is solid. There’s a learning curve, but it’s worth it if you’re a nerd.
randombullet@programming.dev 11 months ago
I’m using the rb5009 but im using RouterOS not openwrt. Any reason why you’d want to do that?
I personally think if you’re buying a purpose built hardware and then putting your own software on it, you should move to a mini computer with OpnSense.
spaghettiwestern@sh.itjust.works 11 months ago
In my experience mini computers don’t handle power failures nearly as well as purpose-built hardware.
After several power failures the SSD on my Raspberry Pi became so corrupted it wouldn’t boot, and I was 250 miles away at the time. Overlay file systems work but are a PITA to maintain. By contrast my routers have never had a problem even with repeated power failures, so instead of relying on the Pi I’ve moved my DNS and Wireguard servers to my router.
Besides adding a UPS, how do you deal with power failures? Are you somewhere where they’re not much of a problem?