What's new

DHCP static leases only+custom options

Khurram

Occasional Visitor
Is it possible to restrict the dhcp server to serve static leases only? I left the starting and ending textboxes blank in the web interface, but it would not let me save it. I would also like to assign different option to one of the clients (like the "Additional DNSMasq Options" textbox in DD-WRT). I could not find one in the web interface.

Thanks.
 
See the Wiki for instructions on how to customize service configuration files.
 
See the Wiki for instructions on how to customize service configuration files.
Thanks for hint; I should have realized it myself. My questions are really dnsmasq related rather than firmware related. I added the following lines in /jffs/configs/dnsmasq.conf.add:

dhcp-range=192.168.1.0,static,255.255.255.0
dhcp-option=3,route_ip
dhcp-option=6,dns1,dns2

Thanks.
 

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