|
Dnsmasq is a practical alternative for DNS on a small scale.
DNS provides a means for associating domain names with IP addresses. A system of DNS servers operating on the Internet delivers the seamless address mapping that lets you surf the web with names instead of numbers. But what if you have a very small network that resides behind a firewall with network address translation? A simple local network doesn’t need anything close to the functionality provided by a full-blown DNS implementation. Typically, it is quite enough to respond to DNS requests from hosts on the local network and forward all other requests to the provider’s DNS server.
Dnsmasq is a simple, lightweight implementation of DNS, DHCP, and TFTP for small, local networks. This practical tool serves up addresses for the local network and forwards requests for external hosts to any DNS server. Because Dnsmasq integrates DNS with DHCP, it remembers the names of hosts that receive addresses through DHCP. This approach significantly reduces configuration time. All you need to do is set up each client to use DHCP, and you won’t need to maintain an /etc/hosts file for hostname-to-address mapping. The program is frugal in its use of resources, and it is therefore well suited for deployment on Linux-based router systems.
|
| Related Articles | |
|---|---|
| PROJECTS ON THE MOVE | An up-to-date look at free software and its makers |
| PROJECTS ON THE MOVE | An up-to-date look at free software and its makers |
| CLAN MACDEBIAN | The Debian Developer Conference 2007 |
| DEBIAN 4.0 ETCH | |
| JUGGLING SHELLS | Tabbed terminal emulation with Mrxvt |
| ASK KLAUS! | |
| Live Streaming from ApacheCon Europe 2009 |
|---|
|
All about Apache in 19 talks Watch 3 days full of Apache talks live from Amsterdam on March 25-27 in the convenience of your home or office. Topics are: Apache Hadoop, Tomcat for Developers and Administrators, HTTP Server Administration and much more. |
Comments