Package:Dnsmasq

From Funtoo
Revision as of 21:57, February 4, 2015 by Threesixes (talk | contribs)
Jump to navigation Jump to search

Dnsmasq

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Dnsmasq is a dns cache, dhcp, and pxe server. This package is lightweight, and will work well for individual computers, or small lans.

Installation

root # emerge net-dns/dnsmasq

Configuration

/etc/dnsmasq.conf is where most of dnsmasq's configuration is done. It's file is well commented, and ready for several scenarios.

Runtime

root # rc-update add dnsmasq default
root # rc