this post was submitted on 02 Aug 2023
358 points (98.1% liked)

Technology

58061 readers
31 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Just like the operating system on your computer & cell phone, you can change the software running on your router.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 1 year ago (2 children)

I'm a bit surprised OpenWrt is in the same list as the rest. It really is in a league of its own on a technical and functional level. OpenWrt is much closer to a typical server Linux OS. Yes you can use it as a dumb flash-it-and-go firmware replacement on supported hardware, but it can do so much more.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

You can also run openwrt on x86 boxes and not just a random selection of embedded devices. That might feel silly, but you get the benefit of Linux's more advanced bufferbloat mitigation and a nice clean and relatively easy to understand UI.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Not silly at all for multi-gig connections. I'm running it on Pi 4 which does well for a 1Gbps connection with SQM. Sometimes it's cheaper to get old x86 hatdware to do the same. Or I've heard you could run it in a Docker container on a bigger machine.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Or I’ve heard you could run it in a Docker container on a bigger machine

You can definitely run it in a VM (which is how I handle it) but container support wouldn't surprise me.

The "silly" part was more that if you have x86 you can use opnsense/pfsense but I'm with you in that SQM is a big draw as well as less risk of compatibility issues as my APs are also flashed with openwrt. And the BSDs were well behind on wireguard support when I first switched to x86, although they have since caught up now I believe.

[–] [email protected] 1 points 1 year ago

Exactly, standardization is a very significant pro. Hardware support being a dependency for standardization. I wrote a simple SaltStack module for OpenWrt and I'm using that to manage the config of multiple OpenWrt devices across multiple locations. That happens to live along with the rest of my Salt code which manages everything else.

[–] [email protected] 1 points 1 year ago

I was actually under the impression that DD-WRT was sort of on-par, but then again I've never tried it.