Difference between revisions of "dnsmasq"
Jump to navigation
Jump to search
(→Links: gentoo.org) |
(→Technical Articles: make it go!) |
||
Line 12: | Line 12: | ||
* '''2004-07-06''' [http://www.enterprisenetworkingplanet.com/netos/article.php/3377351 In a DNS bind? Get Out with dnsmasq] | * '''2004-07-06''' [http://www.enterprisenetworkingplanet.com/netos/article.php/3377351 In a DNS bind? Get Out with dnsmasq] | ||
* '''2005-04-04''' [http://www.gentoo.org/security/en/glsa/glsa-200504-03.xml Dnsmasq: Poisoning and Denial of Service vulnerabilities] at gentoo.org (applies only to older versions) | * '''2005-04-04''' [http://www.gentoo.org/security/en/glsa/glsa-200504-03.xml Dnsmasq: Poisoning and Denial of Service vulnerabilities] at gentoo.org (applies only to older versions) | ||
+ | ==Notes on making dnsmasq actually work== | ||
+ | * Don't accidentally run [[dhclient]]. If you do, you'll need to recreate the [[resolv.conf]] file. Fortunately, this is pretty simple; it's just a few lines in this format: | ||
+ | '''nameserver''' <u>ip address</u> | ||
+ | ...where the list of IP addresses (one per line) can be found in the dnsmasq upstream servers file you created earlier. (You did, right?) | ||
+ | * There are a number of other related files which need to be set up right, but they've gone out of my head for the moment so I'll have to come back to this. |
Revision as of 15:35, 21 December 2006
Overview
dnsmasq is a domain name resolver for Linux. It provides DNS forwarding and DHCP.
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Files
- /var/lib/misc/dnsmasq.leases
Related Pages
Links
Technical Articles
- 2004-07-06 In a DNS bind? Get Out with dnsmasq
- 2005-04-04 Dnsmasq: Poisoning and Denial of Service vulnerabilities at gentoo.org (applies only to older versions)
Notes on making dnsmasq actually work
- Don't accidentally run dhclient. If you do, you'll need to recreate the resolv.conf file. Fortunately, this is pretty simple; it's just a few lines in this format:
nameserver ip address
...where the list of IP addresses (one per line) can be found in the dnsmasq upstream servers file you created earlier. (You did, right?)
- There are a number of other related files which need to be set up right, but they've gone out of my head for the moment so I'll have to come back to this.