тока он чего-то... того... не работает


как наладить то его?
никак не получается

Код: Выделить всё
Scholl-Server# chown bind:bind /var/named
Scholl-Server# killall named
Scholl-Server# /etc/rc.d/named start
. changed
user expected 0 found 53 modified
gid expected 0 found 53 modified
Starting named.
Scholl-Server# ls -l /var/ | grep named
drwxr-xr-x 5 root wheel 512 Feb 17 2011 named
Код: Выделить всё
Scholl-Server# grep named /var/log/all.log
Oct 27 15:29:09 Scholl-Server named[52448]: starting BIND 9.8.1 -t /var/named -u bind
Oct 27 15:29:09 Scholl-Server named[52448]: built with '--localstatedir=/var' '--disable-linux-caps' '--disable-symtable' '--with-randomdev=/dev/random' '--with-openssl=/usr' '--with-libxml2=/usr/local' '--without-idn' 'STD_CDEFINES=-DDIG_SIGCHASE=1' '--enable-threads' '--sysconfdir=/etc/namedb' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info/' '--build=i386-portbld-freebsd8.2' 'build_alias=i386-portbld-freebsd8.2' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=' 'CPP=cpp' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -fno-strict-aliasing'
Oct 27 15:29:09 Scholl-Server named[52448]: found 1 CPU, using 1 worker thread
Oct 27 15:29:09 Scholl-Server named[52448]: using up to 4096 sockets
Oct 27 15:29:09 Scholl-Server named[52448]: loading configuration from '/etc/namedb/named.conf'
Oct 27 15:29:09 Scholl-Server named[52448]: max open files (3060) is smaller than max sockets (4096)
Oct 27 15:29:09 Scholl-Server named[52448]: using default UDP/IPv4 port range: [49152, 65535]
Oct 27 15:29:09 Scholl-Server named[52448]: using default UDP/IPv6 port range: [49152, 65535]
Oct 27 15:29:09 Scholl-Server named[52448]: listening on IPv4 interface rl0, 10.10.0.250#53
Oct 27 15:29:09 Scholl-Server named[52448]: listening on IPv4 interface lo0, 127.0.0.1#53
Oct 27 15:29:09 Scholl-Server named[52448]: generating session key for dynamic DNS
Oct 27 15:29:09 Scholl-Server named[52448]: sizing zone task pool based on 6 zones
Oct 27 15:29:09 Scholl-Server named[52448]: set up managed keys zone for view _default, file 'managed-keys.bind'
Oct 27 15:29:09 Scholl-Server named[52448]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 0.IN-ADDR.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 127.IN-ADDR.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 254.169.IN-ADDR.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 100.51.198.IN-ADDR.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 113.0.203.IN-ADDR.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: D.F.IP6.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 8.E.F.IP6.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 9.E.F.IP6.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: A.E.F.IP6.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: B.E.F.IP6.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA
Oct 27 15:29:09 Scholl-Server named[52448]: command channel listening on 127.0.0.1#953
Oct 27 15:29:09 Scholl-Server named[52448]: command channel listening on ::1#953
Код: Выделить всё
/usr/local/etc/rc.d/named\bind
Код: Выделить всё
make extract
Код: Выделить всё
listen-on<----->{ 127.0.0.1; 10.10.0.250; };
<------>forwarders {
<------><------>213.145.129.19; 213.145.129.20; 8.8.8.8;.
<------>};
Код: Выделить всё
Scholl-Server# sockstat | grep named
bind named 856 3 dgram -> /var/run/logpriv
bind named 856 20 tcp4 10.10.0.250:53 *:*
bind named 856 21 tcp4 127.0.0.1:53 *:*
bind named 856 22 tcp4 127.0.0.1:953 *:*
bind named 856 23 tcp6 ::1:953 *:*
bind named 856 512 udp4 10.10.0.250:53 *:*
bind named 856 513 udp4 127.0.0.1:53 *:*
root syslogd 761 7 dgram /var/named/var/run/log
Scholl-Server# killall named
Scholl-Server# /etc/rc.d/named start
Starting named.
Scholl-Server# sockstat | grep named
bind named 1725 3 dgram -> /var/run/logpriv
bind named 1725 20 tcp4 10.10.0.250:53 *:*
bind named 1725 21 tcp4 127.0.0.1:53 *:*
bind named 1725 22 tcp4 127.0.0.1:953 *:*
bind named 1725 23 tcp6 ::1:953 *:*
bind named 1725 512 udp4 10.10.0.250:53 *:*
bind named 1725 513 udp4 127.0.0.1:53 *:*
root syslogd 761 7 dgram /var/named/var/run/log
Scholl-Server# /etc/rc.d/named status
named is running as pid 1725.
Scholl-Server# nslookup mail.ru 127.0.0.1
Server: 127.0.0.1
Address: 127.0.0.1#53
Non-authoritative answer:
Name: mail.ru
Address: 94.100.191.203
Name: mail.ru
Address: 94.100.191.204
Name: mail.ru
Address: 94.100.191.201
Name: mail.ru
Address: 94.100.191.202
Scholl-Server# nslookup forum.lissyara.su 127.0.0.1
Server: 127.0.0.1
Address: 127.0.0.1#53
Non-authoritative answer:
forum.lissyara.su canonical name = srv1.host-food.ru.
Name: srv1.host-food.ru
Address: 91.227.16.11
Код: Выделить всё
C:\Documents and Settings\Loner>nslookup mail.ru
*** Can't find server name for address 10.10.0.250: Non-existent domain
*** Can't find server name for address 10.10.0.250: Non-existent domain
*** Default servers are not available
Server: UnKnown
Address: 10.10.0.250
DNS request timed out.
timeout was 2 seconds.
Non-authoritative answer:
Name: mail.ru
Addresses: 94.100.191.204, 94.100.191.201, 94.100.191.202, 94.100.191.203
C:\Documents and Settings\Loner>nslookup mail.ru 10.10.0.250
*** Can't find server name for address 10.10.0.250: Non-existent domain
Server: UnKnown
Address: 10.10.0.250
Non-authoritative answer:
Name: mail.ru
Addresses: 94.100.191.203, 94.100.191.204, 94.100.191.201, 94.100.191.202
C:\Documents and Settings\Loner>
Код: Выделить всё
zone "." { type hint; file "/etc/namedb/named.root"; };
// RFC 1912 (and BCP 32 for localhost)
zone "localhost"<------>{ type master; file "/etc/namedb/master/localhost-forward.db"; };
zone "127.in-addr.arpa">{ type master; file "/etc/namedb/master/localhost-reverse.db"; };
zone "255.in-addr.arpa">{ type master; file "/etc/namedb/master/empty.db"; };
Код: Выделить всё
zone "scholl1.kg" { type master; file "/etc/namedb/master/scholl1.kg.db"; allow-transfer { 10.10.0.250/24; }; };
zone "1.scholl.kg" { type master; file "/etc/namedb/master/1.scholl.kg.db"; allow-transfer { 10.10.0.250/24; }; };
Код: Выделить всё
Scholl-Server# ping nod.upd.1.scholl.kg
ping: cannot resolve nod.upd.1.scholl.kg: Host name lookup failure
Scholl-Server# ping nod.upd.scholl1.kg
ping: cannot resolve nod.upd.scholl1.kg: Host name lookup failure
Scholl-Server#
Код: Выделить всё
cat named /var/log/all.log
Oct 31 11:30:05 Scholl-Server named[2338]: starting BIND 9.8.1 -t /var/named -u bind
Oct 31 11:30:05 Scholl-Server named[2338]: built with '--localstatedir=/var' '--disable-linux-caps' '--disable-symtable' '--with-randomdev=/dev/random' '--with-openssl=/usr' '--with-libxml2=/usr/local' '--without-idn' 'STD_CDEFINES=-DDIG_SIGCHASE=1' '--enable-threads' '--sysconfdir=/etc/namedb' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info/' '--build=i386-portbld-freebsd8.2' 'build_alias=i386-portbld-freebsd8.2' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=' 'CPP=cpp' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -fno-strict-aliasing'
Oct 31 11:30:05 Scholl-Server named[2338]: found 1 CPU, using 1 worker thread
Oct 31 11:30:05 Scholl-Server named[2338]: using up to 4096 sockets
Oct 31 11:30:05 Scholl-Server named[2338]: loading configuration from '/etc/namedb/named.conf'
Oct 31 11:30:05 Scholl-Server named[2338]: max open files (3060) is smaller than max sockets (4096)
Oct 31 11:30:05 Scholl-Server named[2338]: using default UDP/IPv4 port range: [49152, 65535]
Oct 31 11:30:05 Scholl-Server named[2338]: using default UDP/IPv6 port range: [49152, 65535]
Oct 31 11:30:05 Scholl-Server named[2338]: listening on IPv4 interface rl0, 10.10.0.250#53
Oct 31 11:30:05 Scholl-Server named[2338]: listening on IPv4 interface lo0, 127.0.0.1#53
Oct 31 11:30:05 Scholl-Server named[2338]: generating session key for dynamic DNS
Oct 31 11:30:05 Scholl-Server named[2338]: sizing zone task pool based on 6 zones
Oct 31 11:30:05 Scholl-Server named[2338]: set up managed keys zone for view _default, file 'managed-keys.bind'
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 10.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 16.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 17.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 18.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 19.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 20.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 21.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 22.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 23.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 24.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 25.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 26.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 27.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 28.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 29.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 30.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 31.172.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 168.192.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 0.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 254.169.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 100.51.198.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 113.0.203.IN-ADDR.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: D.F.IP6.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 8.E.F.IP6.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 9.E.F.IP6.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: A.E.F.IP6.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: B.E.F.IP6.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA
Oct 31 11:30:05 Scholl-Server named[2338]: command channel listening on 127.0.0.1#953
Oct 31 11:30:05 Scholl-Server named[2338]: command channel listening on ::1#953
Oct 31 11:30:05 Scholl-Server named[2338]: zone 127.in-addr.arpa/IN: loaded serial 42
Oct 31 11:30:05 Scholl-Server named[2338]: zone 255.in-addr.arpa/IN: loaded serial 42
Oct 31 11:30:05 Scholl-Server named[2338]: zone 1.scholl.kg/IN: NS 'ns1.1.scholl.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server kernel: Oct 31 11:30:05 Scholl-Server named[2338]: zone 1.scholl.kg/IN: NS 'ns1.1.scholl.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server named[2338]: zone 1.scholl.kg/IN: NS 'ns2.1.scholl.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server kernel: Oct 31 11:30:05 Scholl-Server named[2338]: zone 1.scholl.kg/IN: NS 'ns2.1.scholl.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server named[2338]: zone 1.scholl.kg/IN: NS 'ns3.1.scholl.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server kernel: Oct 31 11:30:05 Scholl-Server named[2338]: zone 1.scholl.kg/IN: NS 'ns3.1.scholl.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server named[2338]: zone 1.scholl.kg/IN: not loaded due to errors.
Oct 31 11:30:05 Scholl-Server kernel: Oct 31 11:30:05 Scholl-Server named[2338]: zone 1.scholl.kg/IN: not loaded due to errors.
Oct 31 11:30:05 Scholl-Server named[2338]: zone scholl1.kg/IN: NS 'ns1.scholl1.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server kernel: Oct 31 11:30:05 Scholl-Server named[2338]: zone scholl1.kg/IN: NS 'ns1.scholl1.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server named[2338]: zone scholl1.kg/IN: NS 'ns2.scholl1.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server kernel: Oct 31 11:30:05 Scholl-Server named[2338]: zone scholl1.kg/IN: NS 'ns2.scholl1.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server named[2338]: zone scholl1.kg/IN: NS 'ns3.scholl1.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server kernel: Oct 31 11:30:05 Scholl-Server named[2338]: zone scholl1.kg/IN: NS 'ns3.scholl1.kg' has no address records (A or AAAA)
Oct 31 11:30:05 Scholl-Server named[2338]: zone scholl1.kg/IN: not loaded due to errors.
Oct 31 11:30:05 Scholl-Server kernel: Oct 31 11:30:05 Scholl-Server named[2338]: zone scholl1.kg/IN: not loaded due to errors.
Oct 31 11:30:05 Scholl-Server named[2338]: zone localhost/IN: loaded serial 42
Oct 31 11:30:05 Scholl-Server named[2338]: managed-keys-zone ./IN: loading from master file managed-keys.bind failed: file not found
Oct 31 11:30:05 Scholl-Server kernel: Oct 31 11:30:05 Scholl-Server named[2338]: managed-keys-zone ./IN: loading from master file managed-keys.bind failed: file not found
Oct 31 11:30:05 Scholl-Server named[2338]: managed-keys-zone ./IN: loaded serial 0
Oct 31 11:30:05 Scholl-Server named[2338]: running
Scholl-Server#
Код: Выделить всё
$TTL 3600
@ IN SOA www.1.scholl.kg. root.1.scholl.kg. (
20065850 ; Serial
3600 ; Refresh
900 ; Retry
3600000 ; Expire
3600 ) ; Minimum
@ IN NS ns1.1.scholl.kg.
@ IN NS ns2.1.scholl.kg.
@ IN NS ns3.1.scholl.kg.
@ MX 10 mx.1.scholl.kg.
www IN A 10.10.0.250
mx IN A 10.10.0.250
nod.upd IN A 10.10.0.250
html.work IN A 10.10.0.250
comp1 IN A 10.10.0.250
comp2 IN A 10.10.0.250
comp3 IN A 10.10.0.250
comp4 IN A 10.10.0.250
comp5 IN A 10.10.0.250
comp6 IN A 10.10.0.250
comp7 IN A 10.10.0.250
comp8 IN A 10.10.0.250
comp9 IN A 10.10.0.250
comp10 IN A 10.10.0.250
comp11 IN A 10.10.0.250
comp12 IN A 10.10.0.250
comp13 IN A 10.10.0.250
comp14 IN A 10.10.0.250
comp15 IN A 10.10.0.250
irc IN A 10.10.0.250
Код: Выделить всё
Scholl-Server# cat scholl1.kg.db
$TTL 3600
@ IN SOA www.scholl1.kg. root.scholl1.kg. (
20065904 ; Serial
3600 ; Refresh
900 ; Retry
3600000 ; Expire
3600 ) ; Minimum
@ IN NS ns1.scholl1.kg.
@ IN NS ns2.scholl1.kg.
@ IN NS ns3.scholl1.kg.
@ MX 10 mx.scholl1.kg.
www IN A 10.10.0.250
mx IN A 10.10.0.250
nod.upd IN A 10.10.0.250
html.work IN A 10.10.0.250
comp1 IN A 10.10.0.250
comp2 IN A 10.10.0.250
comp3 IN A 10.10.0.250
comp4 IN A 10.10.0.250
comp5 IN A 10.10.0.250
comp6 IN A 10.10.0.250
comp7 IN A 10.10.0.250
comp8 IN A 10.10.0.250
comp9 IN A 10.10.0.250
comp10 IN A 10.10.0.250
comp11 IN A 10.10.0.250
comp12 IN A 10.10.0.250
comp13 IN A 10.10.0.250
comp14 IN A 10.10.0.250
comp15 IN A 10.10.0.250
irc IN A 10.10.0.250
Код: Выделить всё
Scholl-Server# named-checkzone zonename /etc/namedb/master/scholl1.kg.db
zone zonename/IN: zonename/MX 'mx.scholl1.kg' (out of zone) has no addresses records (A or AAAA)
zone zonename/IN: loaded serial 20065904
OK
Scholl-Server# named-checkzone zonename /etc/namedb/master/1.scholl.kg.db
zone zonename/IN: zonename/MX 'mx.1.scholl.kg' (out of zone) has no addresses records (A or AAAA)
zone zonename/IN: loaded serial 20065850
OK
Код: Выделить всё
Oct 31 11:36:55 Scholl-Server named[2338]: success resolving './NS' (in '.'?) after reducing the advertised EDNS UDP packet size to 512 octets
Oct 31 11:39:48 Scholl-Server named[2338]: success resolving 'nod.upd.scholl1.kg.firma.local/A' (in '.'?) after reducing the advertised EDNS UDP packet size to 512 octets
Oct 31 11:40:41 Scholl-Server named[2338]: error (host unreachable) resolving 'irc.scholl1.kg.firma.local/A/IN': 2001:500:2f::f#53
Oct 31 11:40:41 Scholl-Server named[2338]: success resolving 'irc.scholl1.kg.firma.local/A' (in '.'?) after reducing the advertised EDNS UDP packet size to 512 octets
Scholl-Server#
Код: Выделить всё
C:\Documents and Settings\Loner>nslookup nod.upd.scholl1.kg 10.10.0.250
*** Can't find server name for address 10.10.0.250: Non-existent domain
Server: UnKnown
Address: 10.10.0.250
DNS request timed out.
timeout was 2 seconds.
*** UnKnown can't find nod.upd.scholl1.kg: Server failed
C:\Documents and Settings\Loner>nslookup irc.scholl1.kg 10.10.0.250
*** Can't find server name for address 10.10.0.250: Non-existent domain
Server: UnKnown
Address: 10.10.0.250
DNS request timed out.
timeout was 2 seconds.
*** UnKnown can't find irc.scholl1.kg: Server failed
C:\Documents and Settings\Loner>
Код: Выделить всё
Scholl-Server# nslookup nod.upd.scholl1.kg 127.0.0.1
Server: 127.0.0.1
Address: 127.0.0.1#53
** server can't find nod.upd.scholl1.kg: SERVFAIL
Scholl-Server# nslookup irc.scholl1.kg 127.0.0.1
Server: 127.0.0.1
Address: 127.0.0.1#53
** server can't find irc.scholl1.kg: SERVFAIL
Код: Выделить всё
@ IN NS ns1.scholl1.kg.
@ IN NS ns2.scholl1.kg.
@ IN NS ns3.scholl1.kg.
@ MX 10 mx.scholl1.kg.
ns1 IN A 10.10.0.250
ns2 IN A 10.10.0.250
ns3 IN A 10.10.0.250
C:\Documents and Settings\Loner>nslookup lissyara.su 8.8.8.8
Server: google-public-dns-a.google.com
Address: 8.8.8.8
Non-authoritative answer:
Name: lissyara.su
Address: 91.227.16.27
C:\Documents and Settings\Loner>
Код: Выделить всё
$TTL 300
0.10.10.in-addr.arpa. IN SOA ns1.scholl1.kg. hostmaster.scholl1.kg. (
2011103100 ;serial
7200 ;refresh
900 ;retry
2592000 ;expire
3600 ;neg. ttl
)
NS ns1.scholl1.kg.
250.0.10.10.in-addr.arpa. PTR ns1.scholl1.kg.