xref: /plan9/lib/ndb/local.complicated (revision 3e42c415b5cbbcfb840ede097e117dc7550ba883)
1
2#
3#  files comprising the database, use as many as you like
4#
5database=
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#
13dom=
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
27dom=A.ROOT-SERVERS.NET ip=198.41.0.4
28dom=B.ROOT-SERVERS.NET ip=128.9.0.107
29dom=C.ROOT-SERVERS.NET ip=192.33.4.12
30dom=D.ROOT-SERVERS.NET ip=128.8.10.90
31dom=E.ROOT-SERVERS.NET ip=192.203.230.10
32dom=F.ROOT-SERVERS.NET ip=192.5.5.241
33dom=G.ROOT-SERVERS.NET ip=192.112.36.4
34dom=H.ROOT-SERVERS.NET ip=128.63.2.53
35dom=I.ROOT-SERVERS.NET ip=192.36.148.17
36dom=J.ROOT-SERVERS.NET ip=198.41.0.10
37dom=K.ROOT-SERVERS.NET ip=193.0.14.129
38dom=L.ROOT-SERVERS.NET ip=198.32.64.12	# old
39			ip=199.7.83.42	# new, nov 2007
40dom=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#
48dom=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#
59dom=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#
72ipnet=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#
91ipnet=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#
101ip=10.0.1.10 ether=0010dc724074 sys=fs
102	dom=myfileserver.myuniversity.edu
103	bootf=/386/9boot			# to load /386/9pcfs
104
105ip=10.0.1.11 ether=0010dc724075 sys=auth
106	dom=myauthserver.myuniversity.edu
107	bootf=/386/9boot			# to load /386/9pccpu
108
109ip=10.0.1.12 ether=0010dc724076 sys=term
110	dom=myterminal.myuniversity.edu
111	bootf=/386/9boot			# to load /386/9pc
112
113auth=sources.cs.bell-labs.com authdom=outside.plan9.bell-labs.com
114