What's new

Reset DHCP Client List Names?

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.
 

Latest 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!

Staff online

Back
Top