

|
| Location: | 
| Mirror Document: GR NL
|
ISC BIND Version 8 and 9 - Step by Step
- Download the ORSN initialize file for nameservers (FTP OR HTTP)
- Go to the base directory of your BIND installation.
- Move (rename) the existing file "root.cache" to "root.cache.old"
- Copy now the file "orsn.hint" to your BIND base directory.
- Verify/Adjust the permissions of this file so that BIND can read this file.
- Edit the configuration file (e.g. named.conf) and change the following option to:
zone "." {
type hint;
file "orsn.hint";
};
- Save your changes to this file and ...
- ... then restart your named process.
Use this command: ndc stop and then ndc start for BIND8
Use this command: rndc stop and then run the init-script to restart the BIND9
- Enter dig ns . @[your-server-ip] to verifiy your bind is using ORSN.
Go back
|
This web site and its contents - © 2002-2008 by ORSN, Open Root Server Network and members. All rights reserved. Questions or comments regarding this web site can be sent to the webmaster
Last modified: October 24 2005 12:03:02
|
|