Last change
on this file since 387 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
File size:
703 bytes
|
Rev | Line | |
---|
[2] | 1 | = Named/BIND configuration =
|
---|
| 2 |
|
---|
| 3 | Set required zones, grp1.netlab2009.liacs.nl 'our' zone, netlab2009.liacs.nl hint zone. 136.229.132.in-addr.arpa reverse pointers
|
---|
| 4 |
|
---|
| 5 | {{{
|
---|
| 6 | zone "netlab2009.liacs.nl" {
|
---|
| 7 | type master;
|
---|
| 8 | file "/etc/bind/db.netlab2009.liacs.nl";
|
---|
| 9 | };
|
---|
| 10 |
|
---|
| 11 | zone "grp1.netlab2009.liacs.nl" {
|
---|
| 12 | type master;
|
---|
| 13 | file "/etc/bind/db.grp1";
|
---|
| 14 | };
|
---|
| 15 |
|
---|
| 16 | zone "136.229.132.in-addr.arpa" {
|
---|
| 17 | type master;
|
---|
| 18 | file "/etc/bind/db.132.229.136";
|
---|
| 19 | };
|
---|
| 20 | }}}
|
---|
| 21 |
|
---|
| 22 | = Forwarder =
|
---|
| 23 | include into /etc/bind/named.conf.options to allow dns efficient lookups
|
---|
| 24 | {{{
|
---|
| 25 | forwarders {
|
---|
| 26 | 132.229.16.95;
|
---|
| 27 | };
|
---|
| 28 | }}}
|
---|
| 29 |
|
---|
| 30 | = Local DNS server, use first =
|
---|
| 31 | Make sure /etc/resolv.conf only includes the line
|
---|
| 32 | {{{
|
---|
| 33 | nameserver 127.0.0.1
|
---|
| 34 | }}}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.