Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bind 9 [Решено]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
ilyxa
n00b
n00b


Joined: 09 May 2006
Posts: 15
Location: Russia

PostPosted: Mon Mar 05, 2007 9:08 pm    Post subject: Bind 9 [Решено] Reply with quote

Обновился до 9.4.0 и начались у меня проблемы с зонами, падает намертво каждые минуты 3.
Если отключаю зоны, bot и обратную - то все оки. В чем проблема ?
Quote:

include "/etc/bind/acls.conf";
include "/etc/bind/logging.conf";
include "/etc/bind/dhcp.key";

options {
directory "/var/bind";

// uncomment the following lines to turn on DNS forwarding,
// and change the forwarding ip address(es) :
forward first;
forwarders {
x.x.0.1;
x.x.183.1;
};

listen-on-v6 { none; };
listen-on { 127.0.0.1; 10.0.0.1; 10.1.0.1; };

// to allow only specific hosts to use the DNS server:
//allow-query {
// LocalNet;
// };

// if you have problems and are behind a firewall:
query-source address * port 53;
pid-file "/var/run/named/named.pid";
};

// Briefly, a zone which has been declared delegation-only will be effectively
// limited to containing NS RRs for subdomains, but no actual data beyond its
// own apex (for example, its SOA RR and apex NS RRset). This can be used to
// filter out "wildcard" or "synthesized" data from NAT boxes or from
// authoritative name servers whose undelegated (in-zone) data is of no
// interest.
// See http://www.isc.org/products/BIND/delegation-only.html for more info

//zone "COM" { type delegation-only; };
//zone "NET" { type delegation-only; };

zone "." IN {
type hint;
file "named.ca";
};

zone "localhost" IN {
type master;
file "pri/localhost.zone";
allow-update { none; };
notify no;
};

zone "127.in-addr.arpa" IN {
type master;
file "pri/127.zone";
allow-update { none; };
notify no;
};

include "/etc/bind/zones.conf";





Quote:

$ORIGIN .
$TTL 86400
bot IN SOA localhost. root.localhost. (
2007022703 ; serial
28800 ; refresh (8 hours)
14400 ; retry (4 hours)
604800 ; expire (1 week)
86400 ; minimum (1 day)
)
NS ns.bot.
MX 10 mail.bot.
$ORIGIN bot.
mail A 10.0.0.1
ns A 10.0.0.1
stat A 10.0.0.1



Quote:

$ORIGIN .
$TTL 86400
0.0.10.in-addr.arpa IN SOA localhost. root.localhost. (
2007022703 ; serial
10800 ; refresh
900 ; retry (
604800 ; expire (1 week)
86400 ; minimum (1 day)
)
NS ns.bot.
$ORIGIN 0.0.10.in-addr.arpa.
1 PTR ns.bot.



в прямой зоне пробовал указывать
Quote:
mail.bot A 10.0.0.1

все равно демон падает
_________________
Learn Gentoo way ...


Last edited by ilyxa on Sun Mar 11, 2007 7:54 am; edited 1 time in total
Back to top
View user's profile Send private message
Laitr Keiows
Bodhisattva
Bodhisattva


Joined: 04 Jul 2005
Posts: 891
Location: Kobe, Japan

PostPosted: Tue Mar 06, 2007 6:37 am    Post subject: Re: Bind 9 Reply with quote

ilyxa wrote:
все равно демон падает

Попробуй собрать с -O без цифр. Мне помогло.
Back to top
View user's profile Send private message
ilyxa
n00b
n00b


Joined: 09 May 2006
Posts: 15
Location: Russia

PostPosted: Wed Mar 07, 2007 4:31 am    Post subject: Reply with quote

аъпАьяч !!!
╨пз МБч щу ъЮьАзчЮящч, щч Бпз ь уАБЛ, ЦяЮпш чъБьэьвпФьН ь рАу впЮпячБпшч.
ечБО А МБьэь Дшпспэь жьш 2 счтп
_________________
Learn Gentoo way ...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum