INSTALLATION ------------ 1) Download the corresponding rpm files For example: wget http://freeware.roobik.com/bind/RedHat-8.0/bind-9.2.2-1_P3.i386.rpm wget http://freeware.roobik.com/bind/RedHat-8.0/bind-utils-9.2.2-1_P3.i386.rpm 2) Upgrade or install packages rpm -Uvh bind-* 3) Configure /etc/named.conf NOTE! This patch just adds "delegation-only" support but does NOT change the behavior by default. Simply upgrading the rpm on the machine does NOT resolve the verisign problems. You also need to add the following lines to /etc/named.conf: zone "com" { type delegation-only; }; zone "net" { type delegation-only; }; zone "nu" { type delegation-only; }; zone "tk" { type delegation-only; }; zone "cc" { type delegation-only; }; 4) Restart bind service named restart ------------ 2003-09-24 RPMS built by Rob Brown