CeroWrt uses the LuCi GUI (from OpenWrt) to make it easy to tweak most every part of the CeroWrt configuration.
However, when testing the software, it’s convenient to have a script that will issue the same set of configuration commands so that a fresh firmware installation can be brought to a consistent state in a single step. The following script will configure a number of interesting aspects of CeroWrt, including:
The script has a set of lines for each task. They’re all optional, because they’re all commented out. If you wish to perform one of these, fill in any of the values, then uncomment the affected lines.
The config-cerowrt.sh script is now part of the
CeroWrtScripts bundle. A direct link to the
script is:
https://github.com/richb-hanover/CeroWrtScripts/blob/master/config-cerowrt.sh
But it’s easier to use the script if you git clone
it to your router
as described on the CeroWrtScripts page.