Builder71
Very Senior Member
Din any of the RT-N66U users experienced random reboots ?
...
No.
Not even one.
Din any of the RT-N66U users experienced random reboots ?
...
Bug report: RT-N66U, Firmware: 374.40 (Merlin build)
Parental control
It is no longer possible to disable individual clients in the client list. Changes
in the list will not stick after applying.
How to reproduce: Uncheck a client in the list and then click Apply.
Versie 3.0.0.4.374.4422
Beschrijving ASUS RT-N66U Firmware version 3.0.0.4.374.4422
Security related issues:
1. Fixed lighthttpd vulnerability.
2. Fixed cross-site scripting vulnerability (CWE-79).
3. Fixed the authentication bypass (CWW-592).
4. Added notification to help avoid security risks.
5. Fixed network place(samba) and FTP vulnerability.
Improvement:
1. Redesigned the parental control time setting UI.
2. Updated multi language strings.
3. Adjusted FW checking algorithm.
4. Adjusted Time zone detecting algorithm.
5. Improved web UI performance.
Its seems to be line 809 of the Advanced_VPN_Content.asp causing the issue.
<input type="hidden" name="vpn_serverx_eas" value="<% nvram_get("vpn_serverx_eas"); %>">
Unfortunately my knowledge of nvram kinda dies from there. From viewing the source on the page at runtime that line shows this:
<input type="hidden" name="vpn_serverx_eas" value="1,
My guess is either something is corrupted in that variable somehow. Is there a way to get access to that variable from the command line or somewhere else?
nvram get vpn_serverx_eas
You might have some corrupted settings in nvram, since "1," is the normal value for anyone that has the OpenVPN server set to start at boot time. You can view the actual content with:
Code:nvram get vpn_serverx_eas
I haven't had any other report so far of httpd dying while accessing that page.
Same here. With the latest build I'm also having random wireless connection drops and WebUI freezes. Did a full factory reset. 26b is rock solid for me.Din any of the RT-N66U users experienced random reboots ?
... any build past .26b was a complete disappointment for me...
With such a large jump in versions, a factory default reset is strongly recommended.
Keys and Certificates
Only paste the content of the ----- BEGIN xxx ----- / ----- END xxx ----- block (including those two lines).
Limit: 3499 characters per field
Same here. With the latest build I'm also having random wireless connection drops and WebUI freezes. Did a full factory reset. 26b is rock solid for me.
I am on 26b and the coverage is wonderfull compared to all other builds I tried. Also not a single glitch in performance. Love it
I'll wait for a build which has at least the same coverage as 26b as coverage is the most important feature for me of this AP.
Actually the more I thought about it, since the "1," showed up, I have a feeling it actually may be the next line that is causing the issue which is:
<input type="hidden" name="status_openvpnd" value="<% nvram_dump("openvpn_connected",""); %>">
Is there a way to debug the version of httpd on this firmware so I can get the core dump? Also is there a way to get what the value of the nvram_dump would be on the command line or is that just doing a nvram get as well?
Hi Merlin,
i have made a factory default reset.
After this, the certificate is trunc at the same line.
Asus has made the certificate fields to small.
Please show VPN -> OpenVpn Client -> Content modification of Keys & Certificates.
In the headline:
Code:Keys and Certificates Only paste the content of the ----- BEGIN xxx ----- / ----- END xxx ----- block (including those two lines). Limit: 3499 characters per field
My Certificate has 3890 byte.
you can remove this limit?
I am on 26b and the coverage is wonderfull compared to all other builds I tried. Also not a single glitch in performance. Love it
I'll wait for a build which has at least the same coverage as 26b as coverage is the most important feature for me of this AP.
Then either you are doing something to open or forward port 22 on your router's firewall, or the firewall is disabled.
Quick Question - what is the easiest way to block my NAS (connected with cable to my AC66U) from internet Access (-> LAN only). Is there a "block MAC for WAN access" list like in tomato? I did not find anything similar - in the latest Merlin firmware...
That is probably a more likely candidate, as this new option was recently added by Asus.
Simplest way to debug it at this time is to carpet bomb the code with printf() statements, and running it over SSH so you can gather additional info. Or compile it with debug symbols, and run it through gdb.
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!