NAMED config File
Located
options {
listen-on port 53 { 127.0.0.1; 192.168.1.0/24; 10.0.0.1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localnets;};
recursion yes;
forwarders { 208.67.222.222; 208.67.220.220; };
};
zone "ascconsultants.local" IN {
type master;
notify no;
allow-query { any; };
file "ascconsultants-local.zone";
};
zone "1.168.192.in-addr.arpa" IN {
type master;
notify no;
allow-query { any; };
file "1-168-192.zone";
};
Forward Zone Configuration File
$TTL 86400
@ SOA ascconsultants.local. root (
42 ; serial
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
@ NS maildc.ascconsultants.local.
maildc A 192.168.1.2
serv-file A 192.168.1.3
laptop-3 A 192.168.1.100
laptop-lin A 192.168.1.115
laptop-1 A 192.168.1.103
SipuraSPA A 192.168.1.192
broth-printer A 192.168.1.253
Reverse Lookup Configuration File
$TTL 86400
@ SOA ascconsultants.local. root.maildc.ascconsultants.local. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS maildc.ascconsultants.local.
2 IN PTR maildc.ascconsultants.local.
3 IN PTR serv-file.ascconsultants.local.
100 IN PTR laptop-3.ascconsultants.local.
103 IN PTR laptop-1.ascconsultants.local.
115 IN PTR laptop-lin.ascconsultants.local.
192 IN PTR SipuraSPA.
253 IN PTR broth-printer.
All text is available under the terms of the GNU Free Documentation License
Privacy Policy | About Wikitec | Disclaimer | Copyright