Re: DNS DHCP dinamico
Prezado Catulo,
O senhor me pediu para que eu disponibilizasse o meu named.conf, mas no debian eu aprendi que as configurações das zonas ficam no named.conf.local pode ser este? segue
named.conf.local:
1 //
2 // Do any local configuration here
3 //
4
5 // Consider adding the 1918 zones here, if they are not used in your
6 // organization
7 //include "/etc/bind/zones.rfc1918";
8
9 include "/etc/bind/rndc.key";
10
11 zone "meu.dominio.com" {
12 type master;
13 file "/etc/bind/dominio.db";
14 allow-update { key rndc-key; };
15 };
16 zone "0.10.in-addr.arpa" {
17 type master;
18 file "/etc/bind/named.10.0";
19 allow-update { key rndc-key; };
20 };
21 zone "1.10.in-addr.arpa" {
22 type master;
23 file "/etc/bind/named.10.1";
24 allow-update { key rndc-key; };
25 };
26 zone "2.10.in-addr.arpa" {
27 type master;
28 file "/etc/bind/named.10.2";
29 allow-update { key rndc-key; };
30 };
31 zone "3.10.in-addr.arpa" {
32 type master;
33 file "/etc/bind/named.10.3";
34 allow-update { key rndc-key; };
35 };
36 zone "10.10.in-addr.arpa" {
37 type master;
38 file "/etc/bind/named.10.10";
39 allow-update { key rndc-key; };
40 };
41 zone "11.10.in-addr.arpa" {
42 type master;
43 file "/etc/bind/named.10.11";
44 allow-update { key rndc-key; };
45 };
2,1 Topo
Abraços,
Moksha
Reply to: