Hi,
I am using the Merlin firmware (3.0.0.4.378.50_0) on an Asus RT-AC56U.
I am setting up an old laptop for a friend. It has no LAN but an old wifi card that can only connect to wifi with WEP or WPA.
As I use WPA2 throughout my house, I tried to set up a temporary guest network with WPA, just to get the old laptop online.
However, although I created a guest network 1 via the web gui and chose "WPA-Auto-Personal", it uses WPA2.
Is this a "feature" of the router and it can't have guest networks with other auth methods or am I doing something wrong?
I telnet into the router and tried to use iwconfig to change the configuration, but iwconfig doesn't seem to be available, only ifconfig. (Can I somehow install iwconfig?)
I ran
and it gives me:
So I tried (just to see what happens)
but nothing happend, the guest network is still on WPA2.
So: is it possible to switch to WPA on a guest network while the main wifi is on WPA2?
I am using the Merlin firmware (3.0.0.4.378.50_0) on an Asus RT-AC56U.
I am setting up an old laptop for a friend. It has no LAN but an old wifi card that can only connect to wifi with WEP or WPA.
As I use WPA2 throughout my house, I tried to set up a temporary guest network with WPA, just to get the old laptop online.
However, although I created a guest network 1 via the web gui and chose "WPA-Auto-Personal", it uses WPA2.
Is this a "feature" of the router and it can't have guest networks with other auth methods or am I doing something wrong?
I telnet into the router and tried to use iwconfig to change the configuration, but iwconfig doesn't seem to be available, only ifconfig. (Can I somehow install iwconfig?)
I ran
Code:
nvram show | grep "wl0.1"
Code:
wl0.1_auth_mode_x=pskpsk2
wl0.1_akm=pskpsk2
So I tried (just to see what happens)
Code:
nvram set wl0.1_auth_mode_x=psk
nvram set wl0.1_akm=psk
service restart_wireless
So: is it possible to switch to WPA on a guest network while the main wifi is on WPA2?