на данный момент конф файлы выглядят так named.conf
options {
directory "/etc/namedb";
pid-file "/var/run/named/pid";
dump-file "/var/dump/named_dump.db";
statistics-file "/var/stats/named.stats";
listen-on port 53{ 192.168.2.2; };
// forward only;
forwarders {
#syticom
195.189.135.254;
#comtat
212.22.64.35;
};
};
zone "lan" {
type master;
file "lan.tld";
};
zone "2.168.192.in-addr.arpa" {
type master;
file "192.168.2.tld";
};
zone "shurumburum.ru" {
type master;
file "shurumburum.ru.tld";
};
zone "135.189.195.in-addr.arpa" {
type master;
file "195.189.135.tld";
};
zone "81.22.212.in-addr.arpa" {
type master;
file "212.22.81.tld";
};
key rndc-key {
algorithm hmac-md5;
secret "/G6miOC3jmKLlBhBEuZiyg==";
};
controls {
inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { rndc-key; };
};
#shurumburum.ru.tld
$TTL 1D
@ 1D IN SOA ns1.shurumburum.ru. root.shurumburum.ru. (
29
3H
1H
1W
1D )
IN NS ns1.shurumburum.ru.
IN NS ns2.shurumburum.ru.
ns1 IN A 195.189.135.234
ns2 IN A 212.22.81.113
@ IN A 195.189.135.234
#195.189.135.tld
$TTL 1H
@ SOA ns1.shurumburum.ru. root.shurumburum.ru. ( 2
3H
1H
1W
1H )
IN NS ns1.shurumburum.ru.
234.135.189.195.in-addr.arpa. IN PTR ns1.shurumburum.ru.
#212.22.81.tld
$TTL 1H
@ IN SOA ns2.shurumburum.ru. root.shurumburum.ru. (
5
3H
1H
1W
1H )
IN NS ns1.shurumburum.ru.
113.81.22.212.in-addr.arpa. IN PTR ns2.shurumburum.ru.
пытаюсь перезапустить
internet# rndc reload
rndc: connection to remote host closed
This may indicate that
* the remote server is using an older version of the command protocol,
* this host is not authorized to connect,
* the clocks are not syncronized, or
* the key is invalid.
что не так делаю ?
У мня большое сомнение что такая конфигурация будет работать
Помогите как быть
Я 1 раз настраиваю
мало кто обращается с таким вопросом на форумме
а конф ни кто не показывает ....
подскажите у кого опыт есть
если поправите буду очень блпгодарен