Hi,
I can not find command (option) via terminal do disable wifi access list
Can that be done via terminal or just by quick set?
Basic Exemple: (Disable All)
/interface wireless access-list disable [find]
Tried it via SSH, Telnet and Console(winbox)
RouterOS ver. 6.49.1
I want to disable access list option, not entry in access list
To disable the Access-List Funktion via the Wireless-Interface
you need to both enable default Authentication and Fowarding
(Access-List is used for both Parameters / Features)
Basic-Exemple for wlan2:
/interface wireless set wlan2 default-authentication=yes
/interface wireless set wlan2 default-forwarding=yes
This would do the job.
Thank you.