> I'm looking at setting up two remote servers to do web hosting, and
> both I'd like to make nameservers so I can do my own name resolution.
> This is one area of Linux I've never messed with before, so can
> someone point me in the right direction? I'm assuming this uses
> BIND... correct?
If you're not opposed to Dan Bernstein's software(*), take a look at
DJBDNS.
Installing the package:
http://cr.yp.to/djbdns/install.html
Configuring your caching resolver:
http://cr.yp.to/djbdns/run-cache.html
"Fan-site":
http://djbdns.org/
FAQ:
http://www.fefe.de/djbdns/
(*) Some people are very opposed to Dan Bernstein's software. That's
because he's very arrogant, and his licensing ideas are slightly annoying
to those who have extremely tight ideas about licensing. He does,
however, produce software that lives up to his claims of being secure,
reliable, and efficient.
steve