(no title)
choobacker | 1 year ago
I used it for a while, but after I've had it for a few months, and want to improve/diagnose something, I can't easily tell which config I've changed from defaults, and so can't easily diagnose how I might have screwed it up, or predict how changes will impact the rest of the system.
I moved my router to NixOS, where I can now see the ~250 config that covers the custom setup needed for my ISP/LAN.
If asked, I'd still recommend OpenWRT for most techies, since it's easier to get started.
wryun|1 year ago
choobacker|1 year ago
RGamma|1 year ago
hagbard_c|1 year ago
Do keep in mind that the OpenWRT backup does not contain information about which extra packages were installed after firstboot. I solved this adding a cron job which runs opkg list-installed > /etc/opkg_installed.txt and adding that last filepath to /etc/sysupgrade.conf so it gets added to backups.
yjftsjthsd-h|1 year ago
patrakov|1 year ago
That's a misconception. Nobody actually cares about security for packages that are not in the default install. For example, the initscript for sstp-client disables certificate validation unconditionally, see https://github.com/openwrt/packages/issues/25212
TheDong|1 year ago
choobacker|1 year ago
> Nobody actually cares about security for packages that are not in the default install.
Probably an exaggeration, but it's clear there are some packages that are insecure out-the-box.
xrisk|1 year ago
jillyboel|1 year ago
stas2k|1 year ago
All updates except semi-recent DSA changes were seamless.
choobacker|1 year ago
1vuio0pswjnm7|1 year ago
https://discourse.nixos.org/t/how-minimal-can-a-nixos-image-...
https://openwrt.org/supported_devices/432_warning
choobacker|1 year ago
NixOS works well for x86-64 and aarch64, but not so much armv7l, as so many consumer routers are.
The PC Engines happens to be x86-64 with decent storage expansion, but for sure if you want to target armv7l, NixOS is not a good choice.
p3t3|1 year ago
choobacker|1 year ago
systemd-networkd + kea + corerad is the software I use.
cesarb|1 year ago
arjvik|1 year ago
choobacker|1 year ago
That's EOL now, so nowadays I'd look to ARM e.g. https://radxa.com/products/network-computer/e52c
Piraty|1 year ago
For wireless AP i have an Mediatek MT7621 device, they are very well supported and provide proper wifi throuput
Firefishy|1 year ago
yjftsjthsd-h|1 year ago
choobacker|1 year ago