What's new

DHCP Static list on RT-N66U 380.67

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

jamestx10

Occasional Visitor
I have been using a script provided here to keep my DHCP registrations in order by IP.

Code:
#!/bin/sh

# Refresh a sorted list of the DHCP STATIC table

logger -t "($(basename $0))" DHCP static table reset

# Add lines in the order / grouping as desired to be displayed in the GUI

nvram set dhcp_staticlist="\
<MAC>IP>NAME\

"

nvram set dhcp_static_x="1"

nvram commit

This no longer seems to work since I updated to 380.67.
 

Similar threads

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