Asus gebruikt voor zijn nieuwere routers, zoals de RT-N66U en RT-AC66U, van Tomato afgeleide firmware met de naam Asuswrt. Deze firmware is opensource op enkele drivers na, waarvan de binaries wel meegeleverd worden.
Asuswrt-merlin is een aangepaste versie van de originele firmware die onder meer bugfixes en kleine verbeteringen bevat, maar toch dicht bij het origineel probeert te blijven, zodat het mogelijk blijft om nieuwe features die Asus introduceert toe te voegen aan de code. Enkele dagen geleden is versie 378.53 uitgekomen en de lijst met veranderingen te is hieronder vinden.
New:Changed:
- Merged with Asus GPL 378_4980 (with pieces from 378_4850 for AC56/AC68 and 378_5183 beta for AC87)
- OpenVPN policy routing. You can select client IPs or destination IPs which you want to route through your VPN tunnel. You can enter a single IP (192.168.0.1) or a whole subnet in CIDR format (for example 74.125.226.112/30).
You can optionally block WAN access to these as well when the tunnel goes down.- Ad blocker based on Trend Micro's Web Reputation System (WRS). This is an EXPERIMENTAL feature implemented by Asus but that isn't enabled in the stock firmware.
Fixed:
- Updated Tor to 0.2.5.12
- Those providing a signed SSL certificate for httpd can now provide chain certificate. The three PEMs must be in that order: client, intermediate, CA. (Patch by sasoiliev)
- The setting to enable the neighbour solication filter rule for Comcast's request flooding was changed to "ipv6_ns_drop", and now defaults to "0" as this hack causes issues with other ISPs.
- Backported dnsmasq patch that reverts a fix for Windows 8 clients as it could cause issues with other clients.
- DNSFilter would fail if you had it set to "Router", and didn't have a DNS IP entered on the WAN page.
- MSS clamping wasn't applied to traffic in both direction, moved it to the mangle table.
- OpenVPN client firewall "external" mode does not exist - removed from the webui.
- PPTP account list could become corrupted after removing an entry on the PPTP server page.