LINUX.ORG.RU

Предлагаю нормальный, в отличие от остальных, ответ:-) даешь команду dig @a.root-servers.net > /var/named/root.hints и полученный файл прописываешь в /etc/named.conf (type hint), далее ndc reload и все. Regards...nsmaster.

anonymous
()

( echo "To: postmaster <postmaster>" echo "From: system <root>" echo "Subject: Automatic update of the named.conf file" echo

export PATH=/sbin:/usr/sbin:/bin:/usr/bin: cd /var/named

dig @rs.internic.net . ns >root.hints.new

echo "The named.conf file has been updated to contain the following information:" echo cat root.hints.new

chown root.root root.hints.new chmod 444 root.hints.new rm -f root.hints.old mv root.hints root.hints.old mv root.hints.new root.hints ndc restart echo echo "The nameserver has been restarted to ensure that the update is complete." echo "The previous root.hints file is now called /var/named/root.hints.old." ) 2>&1 | /usr/sbin/sendmail -t exit 0

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.