WikiDevi.Wi-Cat.RU:DD-WRT/DNSMasq

From WikiDevi.Wi-Cat.RU
Jump to navigation Jump to search
Dnsmasq
Dnsmasq logo
Developer(s) Simon Kelley
Initial release 2001; 22 years ago (2001)
Repository [{{#property:P1324}} {{#property:P1324}}]
Development status Active
Written in [C][1]
Operating system [Unix-like]
Type [DNS server]
License [GNU General Public License] Version 2 or 3[2]
Website http://www.thekelleys.org.uk/dnsmasq/doc.html

Dnsmasq is a free software [DNS] forwarder and [DHCP] server for small networks.

It is considered to be easily configured, with low system resource usage. [3][4]

Dnsmasq supports [Linux], [BSDs], [Android] and [OS X], and is included in most Linux distributions.

Features

The DHCP server supports static and dynamic DHCP leases and multiple networks and IP address ranges.

The DHCP server integrates with the DNS server and allows local machines with DHCP-allocated addresses to appear in the DNS.

Dnsmasq caches DNS records, reducing the load on upstream nameservers and improving performance,

and can be configured to automatically pick up the addresses of its upstream servers.

Dnsmasq supports modern Internet standards such as [IPv6] and [DNSSEC], network booting with support

for [BOOTP], [PXE] and [TFTP] and also [Lua] scripting.

Some Internet service-providers rewrite the NXDOMAIN (domain does not exist) responses from DNS servers.

This forces web browsers to a search page whenever a user attempts to browse to a domain that does not exist.

Dnsmasq can filter out these "bogus" NXDOMAIN records, preventing this potentially unwanted behavior.

DNSMasq Tutorial

See also

  • [Comparison of DHCP server software]
  • [Comparison of DNS server software]

Other links

References

  1. "Dnsmasq". Black Duck Software. https://www.openhub.net/p/dnsmasq. Retrieved 19 November 2014.
  2. "Dnsmasq". http://www.thekelleys.org.uk/dnsmasq/doc.html. Retrieved 19 November 2014.
  3. "HowTo dnsmasq". https://wiki.debian.org/HowTo/dnsmasq. Retrieved 19 November 2014.
  4. "dnsmasq". https://wiki.archlinux.org/index.php/dnsmasq. Retrieved 19 November 2014.

External links