this post was submitted on 03 Apr 2025
18 points (72.5% liked)

Technology

68400 readers
3219 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Shdwdrgn@mander.xyz 3 points 1 day ago (1 children)

I tried playing around with opensense awhile back. Wasn't impressed and kept running into things I couldn't get it to do for me, so I stuck with my existing setup. I use ldirectord for load balancing between servers and shorewall lets me generally balance the traffic between WAN connections. It works pretty well but there's a lot of moving parts.

[–] Bluefruit@lemmy.world 1 points 1 day ago (1 children)

Yea opensense is the less polished than pfsense, but its decent from what I've heard.

I'm not familiar with Idirectord of shorewall. Do you run all that locally? Tbh peplink is ok for the most part but because starlink goes on and off so often, it can get stuck sometimes and because I can't have a lot of granular control with its load balancing.

[–] Shdwdrgn@mander.xyz 2 points 18 hours ago

So ldirectord is kind of a front-end for ipvsadm. The tools allow you to set up load-balancing between internal servers. I run each service in a VM, and I have at least two copies of each (on separate physical servers). Ldirectord lets me configure how frequently to verify each machine is up, a list of primary servers, and an optional backup when the others go down. Overall it works pretty smooth.

Shorewall is similarly a front end for iptables, allowing a more structured set of configuration files. I've been trying to start using Webmin for the first time because it has some nice management of shorewall, maybe I'll be able to clean up some of my config, but I'd also like to get traffic shaping configured.

I have a dedicated firewall (just moved to a poweredge R620 last night), a NAS, and two VM systems to run services on... all run from home. I enjoy setting things up to play with, so this has all been built up starting from old desktop machines and expanded over time.