Network Administrators can easily convert their
nameserver to function in name.space. without
in any way affecting or diminishing other network
connections and services. [BIND 4.9.x / 8.x]
QUICK INSTALL :name.space. resolves all legacy domains transparently.
Simply install and run this
shell script to
be name.space compliant in 1 minute.
It installs and activates our enhanced root.zone file on unix nameserver systems [BIND 4.9.x / 8.x].
(Its recommended that you upgrade to the latest BIND version!)
This version ot the name.space.root.zone contains the addendum that Name.Space
has requested NSI to make to the root.zone file they
control currently recognized by the entire
Internet.
download the latest Name.Space root.zone from here: name.space.root.zone.gz
(updated daily)
|
you must also make the following revisions
to your named.boot or named.conf
and
resolv.conf files
named.boot [BIND 4.9.x]
-----------------------------
;add this statement to named.boot file
primary . root.zone
;
;comment out cache directive
;cache   . named.cache
;
;end named.boot
-----------------------------
named.conf [BIND 8.x]
-----------------------------
zone "." {
type master;
file "root.zone";
};
-----------------------------
resolv.conf [BIND 4.9.x / BIND 8.x]
-----------------------------
;change resolv.conf as follows
domain your.domain.tld
nameserver localhost
;end resolv.conf
-----------------------------
|