Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
"Lyman GL DeLiguori, Sr." <mrmrsdel at attbi.com> writes: > I have been searching in vain for step-by-step instructions in creating a > Caching only DNS Server using RH 7.2. I've looked for books on the subject, > scoured the Web, etc. All to no avail. > > Any help pointing me in the right direction would be greatly appreciated. On Redhat it's pretty simple; all the rpm packages are on the installation cdroms, so you can install them automatically when you build the system. Basically, you install the caching-nameserver and bind rpm packages (if they're not already installed), start the named service, and set /etc/resolv.conf to use it: rpm -ihv bind*.rpm caching-nameserver*.rpm /etc/init.d/named start In /etc/resolv.conf: nameserver 127.0.0.1 -- John Abreau / Executive Director, Boston Linux & Unix ICQ 28611923 / AIM abreauj / JABBER jabr at jabber.org / YAHOO abreauj Email jabr at blu.org / WWW http://www.abreau.net / PGP-Key-ID 0xD5C7B5D9 PGP-Key-Fingerprint 72 FB 39 4F 3C 3B D6 5B E0 C8 5A 6E F1 2C BE 99 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 344 bytes Desc: not available URL: <http://lists.blu.org/pipermail/discuss/attachments/20020505/5077f51a/attachment.sig>
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |