Do you have this device, and if so, what's the peak bandwidth you are able to achieve over wifi?
More important to me, how stable is it? My WRT3200ACM has good peak bandwidth, but it can't deal with interference of other routers and needs to be rebooted frequently.
I'm quite happy with my Redmi AX6S, which I got from a large online store in China, for less than $100.
I do as well but have a few complaints ;) glinet ship their own builds of a forked openwrt (most based on 19.x) containing proprietary patches and binaries. I got a handful of their most recent devices as of last year and all of those are officially still stuck on an ancient 19.x with several security issues that are fixed in upstream but don't make it down. Got the GL-MT1300 working with a self-built open-source Ope…
> glinet ship their own builds of a forked openwrt Imma let you finish, but you've always been able to install vanilla OpenWrt on GL.iNet devices. I've been doing this for years across most models. Actually there are only a couple of recent GL.iNet routers that I don't own.
Do you know if GL-AX1800 can be flashed with openwrt? Not on official device list.
This is a pretty significant release - it marks the end of iptables in the main distribution; the OpenWrt-specific translation layer (previously firewall3, now firewall4) for netfilter-related configuration now targets nftables. Also, yet more devices have made the switch from swconfig to DSA for configuring Ethernet switches. I've been using 22.03 release candidates on all my networking gear (router, switch, access…
If you don't do anything out of the ordinary with your router is there any benefit to this over for example, the Netgear or tplink firmware?
Default router firmware is often a security nightmare the vendor barely bothers to patch. OpenWrt firmware receives regular security updates. I'd rather my router not become a botnet participant.
This is a pretty significant release - it marks the end of iptables in the main distribution; the OpenWrt-specific translation layer (previously firewall3, now firewall4) for netfilter-related configuration now targets nftables. Also, yet more devices have made the switch from swconfig to DSA for configuring Ethernet switches. I've been using 22.03 release candidates on all my networking gear (router, switch, access…
If you don't do anything out of the ordinary with your router is there any benefit to this over for example, the Netgear or tplink firmware?
Tangential but on the topic of IP routers - recently my EdgeRouter X died. During autopsy, heat deformations were found on its Flash right next to an inductor for input DC-DC circuit. So, naturally I hopped onto a train and bought a used NEC UNIVERGE IX2105 to replace with; a compact, fan-less, half A4 sized sheet metal pizza box with blue accent on matte white. Functionally a Cisco ISR 892J or 1941, physically small…
That's a known issue on Edgerouter X and Edgerouter Lite. I use an Edgerouter Lite and am on my third flash drive. The flash drives are just cheap USB drives, in contrast to X where they're soldered on. An industrial grade USB drive would cost almost the same as the device itself. I bought a 2 GB one but it refuses to install EdgeOS on less than 4 GB. However the device itself works well, and has three ethernet. As switch I use an EdgeSwitch 16 port, which provides PoE for the Unifi WLAN AP (UAP Pro or whatever). It all runs Linux, and I got root on the devices. Wouldn't want it any other way. Except perhaps a Turris Mox modular router or running the firewall/router on the same server as my NAS (as VM in Proxmox). But it allows less flexibility IMO. Then I would use OPNsense, Turris runs op OpenWrt. I don't want to use a proprietary OS like RouterOS or an out of date OS which is no longer supported.
I do love OpenWrt but the upgrade experience is still a pain because user-installed packages need to be reinstalled manually. More so if your WAN connection relies on these packages (USB modems), then you have to either pre-download them or build a custom image.
There is a VERY elegant solution to this problem, called "attended sysupgrade", that is not as widely known as it should be. It's probably best explained in a video on what may be the best youtube channel on OpenWrt-related things: https://www.youtube.com/watch?v=FFTPA6GkJjg Or, if you prefer textual information: https://openwrt.org/docs/guide-user/installation/attended.sy... (OpenWrt's infra is kinda slow today for…
Wow, I've been running OpenWRT for years and never heard of this, thanks. Although I suppose it does nothing to resolve config upgrade issues, right?
I hoped this would fix the squashfs corruption[1][2][3] on the mt7621, but it doesn't seem so. It looks like I'll have to keep playing russian roulette on every boot for another two years, at least. [1]: https://forum.openwrt.org/t/patch-squashfs-data-probably-cor... [2]: https://github.com/openwrt/openwrt/issues/9085 [3]: https://github.com/openwrt/openwrt/issues/9729
Thanks for the heads-up, but I suppose I'm fine since my router only reboots for sysupgrades.
If you got cash to burn, Protectli devices are nice. Random chinese Celeron boxes with 2.5g PHYs will do the job just as well, just without Coreboot. APs should always be seperate, imho.
Really enjoy OpenWrt. One complaint/suggestion is they really need official Ansible support or some better way at automating deployments. I was able to create something myself for the time being but having official support would make things so much better.
There have been efforts in that direction: - https://github.com/gekmihesg/ansible-openwrt - https://github.com/NN708/ansible-openwrt and even - https://docs.ansible.com/ansible/latest/collections/communit... Are they not sufficient?
Setting up a router involves more than starting or stopping services, and again I am looking for something officially supported. I was able to use the UBUS API to do this but unfortunately the unofficial modules or roles appeared to use more convoluted methods.