Bitsum Community Forum

General Category => Firmware Modification Kit and Embedded Systems => Topic started by: Thomas Leavitt on November 02, 2018, 10:09:33 PM

Title: Modding default settings for DD-WRT
Post by: Thomas Leavitt on November 02, 2018, 10:09:33 PM
I have a TEW 818-DRW that has a pre-existing image for DD-WRT. I'd like to make some minor modifications, to the default settings: i.e. disable HTTP, enable HTTPS, enable SSH and change the default IP address, and set a default login and password. Anyone have a clue where I can find documentation on how to do this? I'm looking at rootfs/etc/config/base.nvramsettings and I see a line for lan_ipaddr, and for sshd_enable (for example), but the meaning of the various parameters is unclear.
Title: Re: Modding default settings for DD-WRT
Post by: Jeremy Collake on November 07, 2018, 12:17:46 AM
I think you are 'there' already. You just need to find the nvram settings for your goals and modify base.nvramsettings. Those key-pairs should reasonably self-explanatory and/or documented on the web. To be sure, you can make dump the nvram variables from a running DD-WRT router, make desired changes in DD-WRT's web console, then see what have changed.