WIFI - VLAN issues - Beryl 7 (GL-MT3600BE)

@m.v.petev Confirmed (thanks to @xize11 and pointing out it needs a reboot) that Beryl 7 works fine with new SSID assigned to a seperate VLAN.

Steps to configure through Luci (vlan 50 example in LAN firewall zone for ease):

  • Create new eth1.50 dot1q vlan device
  • Create new br-vlan50 bridge device with eth1.50 as member
  • Create new vlan50 interface with br-vlan50 and static IP 192.168.50.1/24 + DHCP server + assigned to LAN firewall

Apply changes

From SSH

  • command uci set wireless.rai4.network='vlan50' (replace rai4 with correct for new SSID)
  • repeat above for 2.4Ghz SSID
  • command uci commit wireless
  • reboot
1 Like