this post was submitted on 24 Mar 2026
406 points (99.5% liked)

Technology

83069 readers
3279 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
 

The surprising order means any new Wi-Fi router models sold in the country must be US-made, or receive an exemption from the Pentagon or Homeland Security Department.

you are viewing a single comment's thread
view the rest of the comments
[–] bbsm3678@lemmy.world 9 points 2 days ago (3 children)

Does anyone have any suggestions on a router I should buy before this comes into effect? Would prefer one that is open source or can run an open OS.

Can a raspberry pi be used to make a router?

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

this isn't for everyone. if you don't know what a subnet or gateway are then this isn't for you.

get yourself a micro firewall appliance. something with an N100 Intel. should have around 5 network ports, you'll only really need 2 if you're just hooking up internet.

you'll also want to get an unmanaged network switch. this will take your one port on your router and split it into 8,12,24,48, etc.

you'll also want to install opnsense or pfsense on your router, configure it correctly, and maintain updates going forward.

[–] bbsm3678@lemmy.world 1 points 23 hours ago (1 children)

Why do I need the network switch?

[–] GreenKnight23@lemmy.world 1 points 23 hours ago

think of the network switch like a coax splitter on a TV antenna. it takes one port and allows many devices to connect.

in opnsense each port on the router can be setup as a completely different network subnet. this is actually the default and the easiest to configure.

for me personally, I have one port for regular network access. one for secure no internet access (things like cameras, IOT, smart devices). and one for a work network so all my work devices connect directly to the internet and bypass all my other infrastructure.

this gives me flexibility for all the devices on my network, but for most people is overkill.

you can set opnsense up to use all ports under one network, but it's kind of a PITA from my experience.

[–] Notamoosen@lemmy.zip 3 points 2 days ago

A pi can definitely be used, but you may get much better performance for a similar price getting a refurbished pc, adding a second nic, and installing something like opnsense.

[–] hardcoreufo@lemmy.world 1 points 2 days ago

Look into banana pi r3 or r4. Both should be on openwrt stable now.