Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
 
2
#
3
#  files comprising the database, use as many as you like
4
#
5
database=
6
	file=/lib/ndb/local
7
	file=/lib/ndb/common
8
 
9
#
10
#  entries defining the dns root.  these will be overridden by any
11
#  authentic info obtained from the root.
12
#
13
dom=
14
	ns=A.ROOT-SERVERS.NET
15
	ns=B.ROOT-SERVERS.NET
16
	ns=C.ROOT-SERVERS.NET
17
	ns=D.ROOT-SERVERS.NET
18
	ns=E.ROOT-SERVERS.NET
19
	ns=F.ROOT-SERVERS.NET
20
	ns=G.ROOT-SERVERS.NET
21
	ns=H.ROOT-SERVERS.NET
22
	ns=I.ROOT-SERVERS.NET
23
	ns=J.ROOT-SERVERS.NET
24
	ns=K.ROOT-SERVERS.NET
25
	ns=L.ROOT-SERVERS.NET
26
	ns=M.ROOT-SERVERS.NET
27
dom=A.ROOT-SERVERS.NET ip=198.41.0.4
28
dom=B.ROOT-SERVERS.NET ip=128.9.0.107
29
dom=C.ROOT-SERVERS.NET ip=192.33.4.12
30
dom=D.ROOT-SERVERS.NET ip=128.8.10.90
31
dom=E.ROOT-SERVERS.NET ip=192.203.230.10
32
dom=F.ROOT-SERVERS.NET ip=192.5.5.241
33
dom=G.ROOT-SERVERS.NET ip=192.112.36.4
34
dom=H.ROOT-SERVERS.NET ip=128.63.2.53
35
dom=I.ROOT-SERVERS.NET ip=192.36.148.17
36
dom=J.ROOT-SERVERS.NET ip=198.41.0.10
37
dom=K.ROOT-SERVERS.NET ip=193.0.14.129
38
dom=L.ROOT-SERVERS.NET ip=198.32.64.12	# old
39
			ip=199.7.83.42	# new, nov 2007
40
dom=M.ROOT-SERVERS.NET ip=202.12.27.33
41
 
42
 
43
#  select one of the following two entries:
44
 
45
#
46
#  your domain if you are a dns server for your domain
47
#
48
dom=myuniversity.edu soa=
49
	refresh=3600 ttl=3600
50
	ns=ns1.myuniversity.edu
51
	ns=ns2.myuniversity.edu
52
	mx=mail.myuniversity.edu pref=1
53
	mx=mailbackup.myuniversity.edu pref=2
54
	mbox=netmaster@myuniversity.edu
55
 
56
#
57
#  your domain if you aren't a domain server for the domain
58
#
59
dom=myuniversity.edu
60
	ns=ns1.myuniversity.edu
61
	ns=ns2.myuniversity.edu
62
 
63
#
64
#  define your network.  dns, ntp, time, and wins are servers that can
65
#  be returned by dhcp. auth and fs are the default plan9 authentication
66
#  and name servers.  change the addresses to whatever makes sense in your
67
#  world.
68
#
69
#  each dnsdomain is a domain to search through when resolving
70
#  dnsnames
71
#
72
ipnet=mynetwork ip=10.0.0.0 ipmask=255.0.0.0
73
	fs=myfileserver.myuniversity.edu
74
	auth=myauthserver.myuniversity.edu
75
	dns=10.0.0.1
76
	dns=10.0.0.2
77
	wins=10.0.0.3
78
	wins=10.0.0.4
79
	ntp=10.0.0.5
80
	ntp=10.0.0.6
81
	time=10.0.0.7
82
	dnsdomain=cs.myuniversity.edu
83
	dnsdomain=ee.myuniversity.edu
84
	dnsdomain=math.myuniversity.edu
85
	dnsdomain=myuniversity.edu
86
 
87
#
88
#  a subnet of of your network.  you can override anything specified for the
89
#  network.
90
#
91
ipnet=mysubnetwork ip=10.0.1.0 ipmask=255.255.255.0
92
	dns=10.0.1.1
93
	dns=10.0.1.2
94
 
95
#
96
#  define a few systems.  if they support the il protocol, say so.  otherwise
97
#  the connection server will assume they just know tcp and udp.
98
#	- the sys= tuple specifies a local nickname for the machine.
99
#	- unless a bootf= tuple exists, dhcp will not answer boot requests for it
100
#
101
ip=10.0.1.10 ether=0010dc724074 sys=fs
102
	dom=myfileserver.myuniversity.edu 
103
	bootf=/386/9boot			# to load /386/9pcfs
104
 
105
ip=10.0.1.11 ether=0010dc724075 sys=auth
106
	dom=myauthserver.myuniversity.edu
107
	bootf=/386/9boot			# to load /386/9pccpu
108
 
109
ip=10.0.1.12 ether=0010dc724076 sys=term
110
	dom=myterminal.myuniversity.edu
111
	bootf=/386/9boot			# to load /386/9pc
112
 
113
auth=sources.cs.bell-labs.com authdom=outside.plan9.bell-labs.com