Philip Prindeville wrote: >>> What else? Oh, right. How do I set up persistent DHCP entries (i.e. ones >>> that always get the same address handed out)? I know how to do this with >>> Vixie's DHCP server, but not with this other one. >>> >> Use dnsmasq.static to specify them... >> > > Ok. It didn't seem that you could set options per-entry (like bootfile, > etc) but I'll double-check.
You most certainly can. Here's a link to the full dnsmasq.conf.example file from the main website: http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq.conf.example What you want to do is specify these options. This would force that mac address into the "red" network group and force any options that are tagged as "red" to go to that device. dhcp-mac=red,00:00:00:FF:XX:ZZ dhcp-boot=net:red,bootfile,boothost You could then have dhcp-boot=otherbootfile,boothost in which case all other devices should go for that bootfile instead of the other one. You might find some other resources for dnsmasq, but it's really a nice tool that is very flexible. -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
