The FCC Just Banned the Sale of New Wi-Router Models Made Outside US
The FCC Just Banned the Sale of New Wi-Router Models Made Outside US
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?
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.
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.