bind9
![](http://mediasubs.ru/author/avatar/3603767.png)
люди, почему bind9 не хотит работать без dhcpd ???
вот конфиги
named.conf :
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
include "/etc/bind/rndc.key";
options {
directory "/etc/bind/";
dialup yes;
notify yes;
};
zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.in-addr.arpa.zone";
notify yes;
};
zone "localhost" {
type master;
file "localhost.zone";
notify yes;
};
zone "lexx.ru" {
type master;
file "lexx.ru.zone";
notify yes;
};
0.0.127.in-addr.arpa.zone :
$TTL 86400
IN SOA localhost. root.localhost (
200206048 ; serial
30 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttk
)
IN NS localhost.
1 IN PTR localhost.
localhost.zone :
$TTL 86400
IN SOA @ root.localhost (
200206048 ; serial
30 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttl
)
IN NS localhost.
IN A 127.0.0.1
lexx.ru.zone :
$TTL 86400
IN SOA @ root.localhost (
200401221 ; serial
300 ; refresh
7200 ; retry
604800 ; expire
86400 ; ttl
)
IN NS lexx
IN MX 0 mail
lexx IN A 192.168.1.1
mail IN A 192.168.1.1
ftp IN A 192.168.1.1
-*Название листа "Linux: разрешение вопросов, перспективы и общение";
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.linux.discuss/rules
Номер письма: 23814; Возраст листа: 904; Участников: 1460
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.linux.discuss/msg/501437