No fix for the signal issues and still no v6 firewall. Unreal why bother with it.
Agreed! No reason to update until Asus fixes the botched 2.4 signal and non-working output Tx Power Adjustment.
Mike
No fix for the signal issues and still no v6 firewall. Unreal why bother with it.
Agreed! No reason to update until Asus fixes the botched 2.4 signal and non-working output Tx Power Adjustment.
Mike
Where can I get the .276 firmware?
CC
Agreed! No reason to update until Asus fixes the botched 2.4 signal and non-working output Tx Power Adjustment.
Mike
Merlin has Asus made any statement that maybe the SDK6 drivers are not compatible with the RT-N66U? Sorry if this has been asked before.
"Open System" means Open System....no protection at all.
You must select "Shared Key", then you get the WEP options.
Is WEP not working on this release?
I can't find an option to configure WEP with this release either. I don't know if it was available in earlier versions. Some say it is not a viable option for protection anyhow..
<option value="open" >Open System</option>
<option value="shared" >Shared Key</option>
<option value="psk" >WPA-Personal</option>
<option value="psk2" selected>WPA2-Personal</option>
<option value="pskpsk2" >WPA-Auto-Personal</option>
function translate_auth(flag){
if(flag == "open")
return "Open System";
else if(flag == "shared")
return "Shared Key";
else if(flag == "psk")
return "WPA-Personal";
else if(flag == "psk2")
return "WPA2-Personal";
else if(flag == "pskpsk2")
return "WPA-Auto-Personal";
else if(flag == "wpa")
return "WPA-Enterprise";
else if(flag == "wpa2")
return "WPA2-Enterprise";
else if(flag == "wpawpa2")
return "WPA-Auto-Enterprise";
else if(flag == "radius")
return "Radius with 802.1x";
else
return "unknown Auth";
}
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!