Mt1300 beryl how to isolate clients?

Hi,

When I am using luci to manage the wifi, I cannot make any changes. I have a another router from Gl.iNet and I can make these changes via luci, specifically enabling isolate clients and other configuartions not available in the normal admin panel.

Try this one

#5G
uci set wireless.mt7615e5.noforward='1'
uci commit
wifi

#2.4G
uci set wireless.mt7615e2.noforward='1'
uci commit
wifi
2 Likes

Will the future update allow these changes via luci because I think I will sell this router if I have to always do this via CLI and is there documentation, so that I can make other changes?

Unfortunately luci does not support the wifi driver. For MT1300 you need to use the above shell command. I have no more documentation.

AR750S is the best support openwrt router and luci is compatible.

I’ve applied the noforwards that you provided in your message from November of 2021.

When I do a uci show wireless I see that both mt7615e5 and e2 are set to 1.

However, I’m still able to do a scan and discover other devices on the wireless network.

This is with version 3.215.

Thanks

Andrew

pls try

#5G
uci set wireless.wifi5g.isolate='1'
uci commit
wifi

#2.4G
uci set wireless.wifi2g.isolate='1'
uci commit
wifi

Things changed. Pls check the above solution.