What's new

Reset DHCP Client List Names?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Therion87

Regular Contributor
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,
 
Do an "nvram show | grep some_name" to find which nvram setting contain that some_name, then "nvram unset" those variables.
 
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:
You would have to manually modify both the nvram content and the clientlist stored on the JFFS partition.
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top