|
||||||||
DNSMasq supports reading in the computers host file to provide DNS. I did this on another setup a long time ago it worked great. So the web config could be modified to add said static entries to the host file. The documentation says that DNSMasq will reread the hosts file on SIGHUP. It also gives a configuration option to specify an alternate hosts file. DNSMasq info. http://www.thekelleys.org.uk/dnsmasq/doc.html Out of curiosity why was ISC DHCP used instead of DNSMasq's built in DHCP server? Jonathan Chris Buechler wrote: > On 7/18/06, Joe Barnhart <joebarnhart at yahoo dot com> wrote: >> >> I agree this seems redundant. I don't know why the static assignments >> are not reflected in the onboard DHCP server, but I would like to see >> that enhancement too. I wish I knew more about FreeBSD development as >> it seems that would be a relatively simple enhancement to contribute. >> > > Not sure how simple it may or may not be, but it's not really FreeBSD > related, at least not FreeBSD specific. The DHCP server is ISC DHCPD > and the DNS server is dnsmasq. It's probably a configuration > parameter in one or the other or both, which may not be difficult at > all to implement. I don't know that anybody has ever looked into it. > > -Chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch > For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch > |