I have a fairly feeble AiMesh setup, AC86u as the main router, and AC68u as an AiMesh node.
My main router is rebooted daily, but the node was just sitting there for weeks of uptime. Anyway, it would become somewhat flaky after a while - so then why not just reboot the AiMesh node nightly too and have it fresh in the morning?
Anyway, here is what I did. Ssh'ed into the AiMesh node, enabled jffs scripts:
And then I enabled the cron job for the...
Read more
My main router is rebooted daily, but the node was just sitting there for weeks of uptime. Anyway, it would become somewhat flaky after a while - so then why not just reboot the AiMesh node nightly too and have it fresh in the morning?
Anyway, here is what I did. Ssh'ed into the AiMesh node, enabled jffs scripts:
Code:
nvram set jffs2_scripts="1"
nvram commit
And then I enabled the cron job for the...
Read more