What's new
  • 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!

Issues with DHCP static list

DavidEBSmith

Occasional Visitor
I haven't been able to edit the DHCP static list for some time.

First of all it looks funny,with some extra blank columns:

DHCP-2.jpg


When I try to add an entry I get these JS errors:

Code:
TypeError: evt.srcElement is undefined
state.js:620:1
TypeError: evt.srcElement is undefined
state.js:620:1
TypeError: evt.srcElement is undefined
state.js:620:1
TypeError: evt.srcElement is undefined
state.js:620:1
TypeError: document.getElementById(...).rows.cells[j] is undefined
Advanced_DHCP_Content.asp:254:14
TypeError: evt.srcElement is undefined
state.js:620:1

I've got a script file that does

Code:
nvram set dhcp_staticlist="<XX:XX:XX:XX:XX:XX>192.168.X.X>device><XX:XX:XX:XX:XX:XX>192.168.X.XX>device-2>< etc etc

Any ideas? The only unusual characters in any hostnames are dashes, none are more than 15 characters.
 
Remove the ">" that you have after the name - this introduces a fourth empty field to each entry.
 
Would be great if we have the option to import/export the list, though. It is the most annoying part of the router setup, after a significant update. I know I can do it through SSH, but it is really annoying.
 

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