summaryrefslogtreecommitdiff
path: root/contrib/bind/conf/master/README
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-08-23 21:47:00 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-08-23 21:47:00 +0000
commit1f98bff34816fdb7e78205c322f84eb6190700ed (patch)
treebf8dc74a930e8dd5cfd2061967a8f2767de1742e /contrib/bind/conf/master/README
parent2cf92774d22db082dfd96fc0fbc9b540ddc0d9e4 (diff)
Diffstat (limited to 'contrib/bind/conf/master/README')
-rw-r--r--contrib/bind/conf/master/README45
1 files changed, 0 insertions, 45 deletions
diff --git a/contrib/bind/conf/master/README b/contrib/bind/conf/master/README
deleted file mode 100644
index 4e49af65a819..000000000000
--- a/contrib/bind/conf/master/README
+++ /dev/null
@@ -1,45 +0,0 @@
-
-How to add new hosts to the name server data base:
-
-1) Edit 'named.hosts' file:
-
- For each machine you need to enter the following information:
- machine name, all its network addresses, host information, and common
- aliases for it.
-
- This is the entry for calder.
-
-CALDER IN A 128.32.130.1
- IN A 128.32.129.3
- IN HINFO VAX-11/750 UNIX
-UCBCALDER IN CNAME CALDER
-
- For the machine you are adding:
- 1) replace 'CALDER' with the new machine name
- 2) replace '128.32.130.1' with the new machines address
- if there is more then one address for the machine
- then add lines like the one with '128.32.129.3'
- 3) replace 'VAX-11/750' with the machine type
- 4) If it doesn't run 'UNIX' then replace UNIX with its
- operating system.
-
-2) Edit 'named.rev' file:
-
- For each address of a machine you need to enter the reverse
- address notation for the machine:
-
- For calder the lines look as follows:
-
-12.0 IN PTR CALDER.BERKELEY.EDU.
-3.129 IN PTR CALDER.BERKELEY.EDU.
-
- Calder has two address '128.32.0.12' and '128.32.129.3'
-
- You take the two numbers after 128.32 and reverse them.
- Then replace CALDER with the new machine name.
-
- *** Note the trailing "." on "EDU." it needs to be there. Otherwise
- BIND will add the current $ORIGIN to this name, which won't work.
- ***
-
-3) Increment the serial number on both files.