FTP logging isn't enabled by default. You would have to create a vsftpd.postconf script to enable it.Hello
I have a AC66U. Iam connected over WAN Ftp. In the syslog i cant find any logs what iam doing on my ftp server.Under Systemprotocol no entry
Default router mesSyslog log level: INFO
Syslog log level: INFO
Any help please?
Keep on forking on...and a GitHub push!
https://github.com/john9527/asuswrt-merlin
374.43_41E7j9527 (12-February-2020) ARM SDK, MIPS,ARM KRACK
- CHANGED: other: (backport) update get_webui_page(), add functions to get/set addon settings
- CHANGED: others: (backport) replace Entware setup script with link to amtm
- CHANGED: others: (backport) added amtm script merlinng 384.15
- CHANGED: httpd: (backport) improve connection acceptance and handling
- CHANGED: httpd: (backport) fix malformed 200 OK status
* FIXED: others: fix script permissions
Don't believe everything you read on the Internet.But I was told this was vaporware.
Is there an idiots guide for installing this firmware on an AC66U? I downloaded the latest zip file which is like 800GB but I don't see a .trx file? Also, any chance this has AIMesh support? TIA
Feb 14 19:57:04 rc_service: service 1404:notify_rc restart_httpd
Feb 14 19:57:04 httpd: start httpd
Feb 14 19:57:04 httpd: start httpd - SSL
Feb 14 19:57:04 syslog: Generating SSL certificate...
Feb 14 19:57:04 httpd: Failed to initialize SSL, generating new key/cert.
Feb 14 19:57:04 syslog: Generating SSL certificate...
Feb 14 19:57:05 httpd: Failed to initialize SSL, generating new key/cert.
Feb 14 19:57:05 httpd: Unable to start in SSL mode, exiting!
Try this via SSH:41E8 secure (https) webui is still broken on mips AC66U
Code:Feb 14 19:57:04 rc_service: service 1404:notify_rc restart_httpd Feb 14 19:57:04 httpd: start httpd Feb 14 19:57:04 httpd: start httpd - SSL Feb 14 19:57:04 syslog: Generating SSL certificate... Feb 14 19:57:04 httpd: Failed to initialize SSL, generating new key/cert. Feb 14 19:57:04 syslog: Generating SSL certificate... Feb 14 19:57:05 httpd: Failed to initialize SSL, generating new key/cert. Feb 14 19:57:05 httpd: Unable to start in SSL mode, exiting!
cd /tmp/etc
/usr/sbin/gencert.sh
service restart_httpd
Try this via SSH:
Code:cd /tmp/etc /usr/sbin/gencert.sh service restart_httpd
OK try this:Ok this fix the certificate but after rebooting goes back again
cd /tmp/etc
/usr/sbin/gencert.sh
tar -C / -czf /tmp/cert.tgz etc/cert.pem etc/key.pem
mkdir /jffs/https
cp /tmp/cert.tgz /jffs/https/cert.tgz
nvram set https_crt_save=1
nvram set https_crt_file="/jffs/https/cert.tgz"
nvram commit
service restart_httpd
cd /tmp/etc
/usr/sbin/gencert.sh
tar -C / -czf /tmp/cert.tgz etc/cert.pem etc/key.pem
rm -fr /jffs/https
nvram set https_crt_save=1
nvram set https_crt_file="$(base64 /tmp/cert.tgz | tr -d '\n')"
nvram commit
service restart_httpd
It is working after reboting, but secure webui is slower nowOK try this:
Code:cd /tmp/etc /usr/sbin/gencert.sh tar -C / -czf /tmp/cert.tgz etc/cert.pem etc/key.pem mkdir /jffs/https cp /tmp/cert.tgz /jffs/https/cert.tgz nvram set https_crt_save=1 nvram set https_crt_file="/jffs/https/cert.tgz" nvram commit service restart_httpd
Yes. If you import the cert.pem file you created into your browser's "Trusted Root Certification Authorities" certificate store the speed will return to normal.It is working after reboting, but secure webui is slower now
"Stablishing secure connection.." time has increased and some times pages are not properly drawn
Is it possible to set pixelsrv certificate as https certificate for the webui in the same way? There is a script on GitHub for automation process but doesn't support mipsOK try this:
Code:cd /tmp/etc /usr/sbin/gencert.sh tar -C / -czf /tmp/cert.tgz etc/cert.pem etc/key.pem mkdir /jffs/https cp /tmp/cert.tgz /jffs/https/cert.tgz nvram set https_crt_save=1 nvram set https_crt_file="/jffs/https/cert.tgz" nvram commit service restart_httpd
Use Jack Yaz fork with MIPS builds available:It is possible to import pixel-
It's possible to set pixelsrv certificate as https certificate for the webui in the same way? There is a script on GitHub for automation process but doesn't support mips
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!