Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Fedora website link, yum information. Corrected name of Red Hat named pkg.

...

Wiki Markup
On \[http://www.redhat.com Red Hat\] and \[http://fedora.redhat.com Fedora Core\] systems the BIND software is in the "bind" rpm package.  The "caching-nameserver" rpm package contains a caching nameserver configuration suitable for Internet use.  Locate those packages from your vendor and install them.  The http://rpmfind.net rpm search site is very useful for locating rpms for your system.

...

No Format
rpm -Uvh bind-9.2.1-16.i386.rpm
rpm -Uvh caching-nameserver-7.2-7.i386.rpm
chkconfig bindnamed on
/etc/init.d/
service named start

If you have yum installed, you can use the following commands to install and enable the latest caching nameserver package. yum will take care of installing any dependencies (including the BIND named package) required.

No Format

yum install caching-nameserver
chkconfig named on
service named start

GNU C library configuration

...