T Therion87 Regular Contributor Mar 9, 2016 #1 Is there a way to reset the DHCP client list names to the given defaults? I added custom ones and would like to reset them. Or is a factory reset needed? Thanks,
Is there a way to reset the DHCP client list names to the given defaults? I added custom ones and would like to reset them. Or is a factory reset needed? Thanks,
RMerlin Asuswrt-Merlin dev Staff member Mar 9, 2016 #2 Do an "nvram show | grep some_name" to find which nvram setting contain that some_name, then "nvram unset" those variables.
Do an "nvram show | grep some_name" to find which nvram setting contain that some_name, then "nvram unset" those variables.
T Therion87 Regular Contributor Mar 9, 2016 #3 Awesome thanks. Worked perfectly. For anyone interested. "nvram show | grep some_name" (a custom name you named something) returned "custom_clientlist" as the variable "nvram unset custom_clientlist" "nvram commit" Clears all custom entries. Last edited: Mar 9, 2016
Awesome thanks. Worked perfectly. For anyone interested. "nvram show | grep some_name" (a custom name you named something) returned "custom_clientlist" as the variable "nvram unset custom_clientlist" "nvram commit" Clears all custom entries.
P p1r473 Regular Contributor Aug 17, 2016 #4 Is there any way to just forgot one name, instead of all names?
RMerlin Asuswrt-Merlin dev Staff member Aug 17, 2016 #5 You would have to manually modify both the nvram content and the clientlist stored on the JFFS partition.
You would have to manually modify both the nvram content and the clientlist stored on the JFFS partition.