I would like to install OpenWrt on a network switch.
This will be the first time I use it on a switch, but i used OpenWrt already on many WiFi routers.
The GS750E has multiple problems with vlans with the original firmware, so i would like to use OpenWrt on it.
In case something breaks, I have a replacement device, which already has the same config.
Since the switch only has 8MB of flash memory, its not recommented to use it, but i already own it.
So, I would like to know how to install OpenWrt, but the wiki page is not available for this device.
I would like to use it with vlans (.1q), a firewall and luci WebUI for test purpose.
Later for productive i would like to use vlans, firewall, link aggregation and the prometheus node exporter to monitor it.
Has the device enought space to install it?
I found this.
Is this way the most recommented way to install it, or is or are already new informations available?
I saw in the past people used the snapshot version, because of a bug in 2023.
Is the version 25.12.1 stable for the device?
I saw that many using the snapshot version of OpenWrt for this device.
Is there a stable version, available now which works fine?
The swich should be my entry in the OpenWrt switch world, may later i will buy a better switch with more flash memory anyway.
You can certainly try a 25.12 image to see if it offers what you need. A lot of improvements have landed the past year.
I do see that the snapshot builds are at 7MB already, which is likely approaching the limit of being useful. A lot of devices have switched to using a self-decompressing image using the rt-loader recipe. You could have a look at switching to that to gain you around 1MB of useful space.
I have installed now OpenWrt on the device. And it works well so far.
I switched then later to 24.10.6, because i got an error, while building the firmware (with custom packages, using the firmware-selector).
The remaining spare is enough for me how it seams right now.
But I do stuggle with the Link-Aggregation.
For bonding i need multiple nics and i have only eth0 available, so it will not work.
I saw that swconfig can do this job, but it seams that the chip is not supported.
Is there an other supported way to available to configure Link Aggreagation on this device?