Simple VLAN + Wi-Fi automation script for GL.iNet / OpenWrt
- π§© Interactive VLAN setup
- πΆ Per-VLAN Wi-Fi (SSID)
- π Optional client isolation
- π Automatic DHCP + firewall rules
- π‘ Multi-radio Wi-Fi support
β οΈ Built-in validation (prevents bad configs)- πΎ Auto backup + rollback safety
- π Profile save/load
For each VLAN, the script will:
- Create network interface (
192.168.X.1) - Enable DHCP server
- Create isolated firewall zone
- Allow internet (WAN forwarding)
- Optionally create Wi-Fi network
- LAN4 = trunk port (always tagged)
- Other ports = access (untagged)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/zippyy/GL.iNet-VLAN-Wizard/main/install.sh)"