What's new

Solved Removing old MAC to IP bindings

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

GShlomi

Occasional Visitor
Hi,
It appears some old bindings I've done in the past are not getting cleared from /etc/dnsmasq.conf.
Any help would be appreciated...
 
Check that you've removed any customised entries from /jffs/configs/dnsmasq.conf.add and /jffs/scripts/dnsmasq.postconf.
 
Check that you've removed any customised entries from /jffs/configs/dnsmasq.conf.add and /jffs/scripts/dnsmasq.postconf.
Haven't customized any of these files, only from the GUI, and there isn't any reference to the records I see in dnsmasq.conf in any of the above files...
Where does dnsmasq.conf being populated from?
 
Haven't customized any of these files, only from the GUI, and there isn't any reference to the records I see in dnsmasq.conf in any of the above files...
Where does dnsmasq.conf being populated from?
They're stored in nvram. The following command will show them.
Code:
nvram get dhcp_staticlist
 
If it's corrupted the best thing is to reset that variable.
Code:
nvram set dhcp_staticlist=""
nvram commit
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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