muffintastic
Senior Member
I guess the RT Ac3200 won't ever get updated they about drop support?
I guess the RT Ac3200 won't ever get updated they about drop support?
Ahh I understandNo, as Cake is not supported by 4.1.51, plus it's not directly compatible with sfq/codel/fq_codel. Using Cake would require completely rewriting the tc configuration, which only Trend Micro/Asus can do, unless you were to completely disable Adaptive QoS, and configure everything manually yourself.
Why go with stock firmware? The reason for me dropping it is specifically because Asus is also dropping it. You won't be getting any further updates by moving to stock (or if Asus did, then I would be able to resume support for it as well).
Can i update my ac 66U B1 with this version?GPL 384_32799 - interesting! It contains "WiFi stability fix" for my RT-AC68U
Will check it out. Too bad ASUS did not elaborate what this "stability fix" is about.
The cost is 800 NOK / 95 USD per month, but it's being fully paid by my workplace.
I have gigabit connection. 930/480 Mb/s.
great results with ac5300
httpd SSL certs were moved from /jffs/ssl/ to /jffs/.cert/ to be in line with Asus's own firmware.
if (d_exists("/jffs/ssl")) {
system("/bin/rm -f /jffs/ssl/* /jffs/.cert/"); /* */
rmdir("/jffs/ssl");
}
if (d_exists("/jffs/ssl")) {
system("/bin/mv -f /jffs/ssl/* /jffs/.cert/"); /* */
rmdir("/jffs/ssl");
}
#if defined(RTCONFIG_JFFS2) || defined(RTCONFIG_BRCM_NAND_JFFS2) || defined(RTCONFIG_UBIFS)
eval("cp", "-p", "/etc/cert.pem", "/etc/key.pem", "/jffs/ssl/");
chmod("/jffs/ssl/key.pem", S_IRUSR|S_IWUSR);
#else
That is quite high price for package you have currently. I am paying about 50 usd or 65 cad for symmetrical gigabit, not bad in my books for speed and consistency.And here I'm paying $50 for 12/2 Mbps
There sitll with a UPNP problem when use Dual Wan(Dual PPPoE) both non-public IP. QQ
httpd keeps deleting my persistent webui cert every time the service is restarted. I looked at the situation briefly and believe its due to the following commit;
https://github.com/RMerl/asuswrt-merlin.ng/commit/bbe96bef4b469210b79f4072ff379f0e23ddad80
Code:if (d_exists("/jffs/ssl")) { system("/bin/rm -f /jffs/ssl/* /jffs/.cert/"); /* */ rmdir("/jffs/ssl"); }
Should this instead be;
Code:if (d_exists("/jffs/ssl")) { system("/bin/mv -f /jffs/ssl/* /jffs/.cert/"); /* */ rmdir("/jffs/ssl"); }
The next issue is with /jffs/ssl/ being deleted (during boot?), the certs are never saved. I believe this is due to the following line where the old path is still specified.
https://github.com/RMerl/asuswrt-me...790b82/release/src/router/httpd/httpd.c#L2184
Code:#if defined(RTCONFIG_JFFS2) || defined(RTCONFIG_BRCM_NAND_JFFS2) || defined(RTCONFIG_UBIFS) eval("cp", "-p", "/etc/cert.pem", "/etc/key.pem", "/jffs/ssl/"); chmod("/jffs/ssl/key.pem", S_IRUSR|S_IWUSR); #else
Or maybe I'm completely wrong and somehow not setting persistent certs correctly as I normally do
https://github.com/RMerl/asuswrt-merlin.ng/commit/bbe96bef4b469210b79f4072ff379f0e23ddad80
Should this instead be;Code:if (d_exists("/jffs/ssl")) { system("/bin/rm -f /jffs/ssl/* /jffs/.cert/"); /* */ rmdir("/jffs/ssl"); }
The next issue is with /jffs/ssl/ being deleted (during boot?), the certs are never saved. I believe this is due to the following line where the old path is still specified.
That was already fixed by this commit:
https://github.com/RMerl/asuswrt-me...3445ad5#diff-0f931509523ea7a9ec02781792cf922b
This is definitely wrong, will fix it. Thanks.
mkdir /jffs/ssl
service restart_httpd
mv /jffs/ssl/* /jffs/.cert/
I thought I was going crazy, I'd be lying if I said I didn't repeatedly mess with settings thinking I was in the wrong Luckily only applies to anyone who formats so could be worse.
Router is ASUS AC86U.You will have to be more precise than that...
Thanks. Not sure why it didn't happen here with my saved certs, I'll have a look at it.
I see changelog with a fix "non-Public IP WAN UPNP",maybe dual wan still with a problem?
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!