Hi,
I accidentally wrote this thread in the wrong subforum, set it to solved there and recreate a thread in this subforum. Sorry!
I am using the RT-AX88U with Merlin 386.4 an I want to renew the guest WLAN PSK every evening. My script is "working" the PSK is changed and the changed PSK is shown on the settings page of the guest WLAN. But only the shown password seems to be changed. Internaly the old password is used. I can connect without entering the new password on my mobile device. If I use the new one a connection cannot be established.
Any suggestions? ( I only use the 5GHZ band of guest network1 for guests, the 2,4 is reserved for IOT wlan devices and because of the vlan tag 101 I can use wired devices on a managed switch as well, and the guest Wlan 2+3 are not able to mesh .)
The way I try to change the password is:
....
nvram set wl1.1_wpa_psk=$pskpasswd
#nvram set wl1.1_bss_enabled=1
nvram commit
service restart_wireless
Cheers Thomas
I accidentally wrote this thread in the wrong subforum, set it to solved there and recreate a thread in this subforum. Sorry!
I am using the RT-AX88U with Merlin 386.4 an I want to renew the guest WLAN PSK every evening. My script is "working" the PSK is changed and the changed PSK is shown on the settings page of the guest WLAN. But only the shown password seems to be changed. Internaly the old password is used. I can connect without entering the new password on my mobile device. If I use the new one a connection cannot be established.
Any suggestions? ( I only use the 5GHZ band of guest network1 for guests, the 2,4 is reserved for IOT wlan devices and because of the vlan tag 101 I can use wired devices on a managed switch as well, and the guest Wlan 2+3 are not able to mesh .)
The way I try to change the password is:
....
nvram set wl1.1_wpa_psk=$pskpasswd
#nvram set wl1.1_bss_enabled=1
nvram commit
service restart_wireless
Cheers Thomas