Parental Controls are still broken in this version, testing QOS and other stuff will update when I can.
Chris
FW 3.0.0.4.246 is officially out
Changelog
ASUS RT-AC66U Firmware Version 3.0.0.4.246
Fix:
1. DMZ and HW accelerator coexist issue.
2. Some 3G modem issues
3. Can't reset to default through Software Button when AiCloud is enabled.
4. WPS related issues.
5. VPN dns issue in Android/iOS
6. Guest network cannot get an IP address in AP mode.
7. Buffer overrun problem. Special thanks to Merlin for his contribution.
Modify
1. Add enhanced interference management option for 2.4GHz in Advanced settings->wireless-> Professional
2. Add GRO option in Advanced settings->LAN->Switch control.
Please disable it if there are problems in UPnP and port forwarding.
3. Add firmware version checking in Quick Internet Setup process.
4. Wireless is configurable in media bridge mode
5. Add PIN code error alerting for USB modem
6. WPS button can be configured as wifi on/off button
AiCoud (for more information, please refer to http://event.asus.com/2012/nw/aicloud/index.htm)
1. Modify web user interface.
2. Folder is shareable with shared link.
3. The media files can be previewed when received the share link for folder.
4. Redirect mp3 https share link to MP3 player on IOS device.
5. Fixed the large file renaming problem
6. Fixed some UI issues.
Does anyone know why neither .246, .220 nor .188 is available through the auto update function in the routers firmware? I have .164 and when I check "update" it says that I have the latest firmware.
Should the three latest firmwares be seen as Beta versions or am I missing something? I've had to RT-AC66 bricked (not during firmware update) already so I'm now very cautious about any modifications but I like to have the latest versions.
It turns out that the ASUS Firmware does not allow UPNP to manage ports below 1024.
admin@RT-AC66U:/tmp/home/root# more /etc/upnp/config
ext_ifname=eth0
listening_ip=192.168.10.1/255.255.255.0
port=0
enable_upnp=yes
enable_natpmp=yes
secure_mode=yes
upnp_forward_chain=FUPNP
upnp_nat_chain=VUPNP
notify_interval=60
system_uptime=yes
friendly_name=RT-AC66U
model_number=3.0.0.4.246.19
serial=C5IA0B000096
clean_ruleset_interval=600
clean_ruleset_threshold=20
presentation_url=http://192.168.10.1
uuid=4c9191f2-77dc-47a3-84ea-77e05a6f9182
allow 1024-65535 192.168.10.1/255.255.255.0 1024-65535
deny 0-65535 0.0.0.0/0 0-65535
An update on the Port Forwarding and UPnP issue...
It turns out that the ASUS Firmware does not allow UPNP to manage ports below 1024.
That's fine, but there should be an option in the BIOS to enable this. It should also be documented so no one else has to spend 2 weeks tearing their hair out trying to figure out whats wrong !
I toggled the GRO option in the Switch Settings and now it appears manually entering port 443 to forward to server 2012 Essentials is allowing remote access.
DNLA is still busted. It just flat-out doesn't seem to work.
Also, managing Samba shares is a mess. Trying to delete folders simply doesn't work.
nvram set upnp_min_port_int=1
nvram set upnp_max_port_int=65535
nvram set upnp_min_port_ext=1
nvram set upnp_max_port_ext=65535
nvram commit
reboot
You can't delete shares from within the SAMBA manager. They won't go away, and eventually you get "Failed to delete" errors when trying to do so. Even if you remove them over the network with a PC, they still show up in the SAMBA manager and you can't do anything with them.
Yes this is a known bug for people who are new to computers and have no ideas how modern security and OS architecture is working.
I won't go explain to you how Linux/OSX/Windows work, but you can google most of it.
In 99,99999% of the cases where a Linux system is refusing to delete a folder, although permissions set right, its because of the simple fact it's not empty!
Now I can explain you all the details how to visualize hidden OSX/Linux/Windows files in OSX/Linux/Windows but it would take a long time of typing.. simply google for your OS how to bring up those hidden files..
".DS_Store" are nastly leftovers from OSX..
".db" are leftovers from Windows..
".Trashes" can be OSX or Linux/depening on your version..
just to name a few of the maybe over thousand leftovers by Operating Systems..
search for them on your drive.. delete them.. and then you can remove the folder from the GUI.. this is NOT a bug.. it's a feature of Linux security to avoid accidental loss.
You can also telnet or SSH into the router and use the terminal to unhide all files and get rid of them.. or get even rid of the shared directory itself from the terminal..
but for people who are real newbies to the computer scene, I'd simply advise to use your OS you like to work on.. google to unhide hidden files from everything:samba shares, ext2, ext3, ntfs, etc..delete what you want to delete.. and make sure to HIDE everything afterwards..to avoid accidental deleting files you shouldn't delete.. ie. system files.. worst even deleting boot files without knowing what your doing..
so be very careful if you are unexperienced and trying to override the linux kernel security of your router.
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!