Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2010-05-25 11:57:18

  czater - Użytkownik

czater
Użytkownik
Zarejestrowany: 2008-03-24

Bind i "ignoring out-of-zone data"

Witam

Po sprawdzeniu poprawności pliku strefy poleceniem named-checkzone gwch plik_strefy otrzymuję następujące błędy:

Kod:

db.sgsp.edu.pl:6: ignoring out-of-zone data (sgsp.edu.pl)
db.sgsp.edu.pl:13: ignoring out-of-zone data (sgsp.edu.pl)
db.sgsp.edu.pl:14: ignoring out-of-zone data (sgsp.edu.pl)
db.sgsp.edu.pl:15: ignoring out-of-zone data (sgsp.edu.pl)
db.sgsp.edu.pl:16: ignoring out-of-zone data (sgsp.edu.pl)
db.sgsp.edu.pl:20: ignoring out-of-zone data (sgsp.edu.pl)
db.sgsp.edu.pl:22: ignoring out-of-zone data (arwena.nask.waw.pl)
db.sgsp.edu.pl:23: ignoring out-of-zone data (ns.sgsp.edu.pl)
db.sgsp.edu.pl:24: ignoring out-of-zone data (fns2.sgh.waw.pl)
db.sgsp.edu.pl:25: ignoring out-of-zone data (brama.sgsp.edu.pl)
db.sgsp.edu.pl:26: ignoring out-of-zone data (bip.sgsp.edu.pl)
db.sgsp.edu.pl:27: ignoring out-of-zone data (www.bip.sgsp.edu.pl)
db.sgsp.edu.pl:29: ignoring out-of-zone data (ns.sgsp.edu.pl)
db.sgsp.edu.pl:30: ignoring out-of-zone data (iposr.sgsp.edu.pl)
db.sgsp.edu.pl:31: ignoring out-of-zone data (iposs.sgsp.edu.pl)
db.sgsp.edu.pl:32: ignoring out-of-zone data (iposw.sgsp.edu.pl)
db.sgsp.edu.pl:33: ignoring out-of-zone data (fiz.sgsp.edu.pl)
db.sgsp.edu.pl:34: ignoring out-of-zone data (mail.sgsp.edu.pl)
db.sgsp.edu.pl:35: ignoring out-of-zone data (www.sgsp.edu.pl)
db.sgsp.edu.pl:36: ignoring out-of-zone data (jrg.sgsp.edu.pl)
db.sgsp.edu.pl:37: ignoring out-of-zone data (www.zn.sgsp.edu.pl)
db.sgsp.edu.pl:38: ignoring out-of-zone data (cen.sgsp.edu.pl)
db.sgsp.edu.pl:39: ignoring out-of-zone data (www.cen.sgsp.edu.pl)
db.sgsp.edu.pl:40: ignoring out-of-zone data (zdg.sgsp.edu.pl)
db.sgsp.edu.pl:41: ignoring out-of-zone data (sowa.sgsp.edu.pl)
db.sgsp.edu.pl:42: ignoring out-of-zone data (sa.sgsp.edu.pl)
db.sgsp.edu.pl:45: ignoring out-of-zone data (inf.sgsp.edu.pl)
db.sgsp.edu.pl:46: ignoring out-of-zone data (ns.inf.sgsp.edu.pl)
zone gwch/IN: has 0 SOA records
zone gwch/IN: has no NS records

Znalazłem podobny wątek na forum [url]http:// linuksowo.pl/index.php?t=msg&goto=11256&S=703f31db70 7159c40d36cd6ad60fdeb5&srch=ignoring+out-of-zone+data#ms g_11256[/url] lecz niestety zaproponowane w nim rozwiązanie tzn. dopisanie linii allow-update { none; }; u mnie nie rozwiązuje problemu

Kod:

/
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the 
// structure of BIND configuration files in Debian, *BEFORE* you customize 
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local

include "/etc/bind/named.conf.options";

acl "sgsp" { 195.187.79.0/24; };

// prime the server with knowledge of the root servers
zone "." {
    type hint;
    file "/etc/bind/db.root";
};

// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "sgsp.edu.pl" {
    type master;
    file "/etc/bind/db.sgsp.edu.pl";
    allow-query { any; };
    allow-update { none; };
    allow-transfer { 193.59.201.28; 193.111.27.194; 195.187.79.2;};
};

zone "127.in-addr.arpa" {
    type master;
    file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
    type master;
    file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
    type master;
    file "/etc/bind/db.255";
};
zone "79.187.195.in-addr.arpa"{
        type master;
        file "/etc/bind/reverse.zone";
    allow-update { none; };
};


# End of named.conf

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
To nie jest tylko forum, to nasza mała ojczyzna ;-)

[ Generated in 0.017 seconds, 11 queries executed ]

Informacje debugowania

Time (s) Query
0.00020 SET CHARSET latin2
0.00008 SET NAMES latin2
0.00227 SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='13.58.39.23' WHERE u.id=1
0.00171 REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '13.58.39.23', 1714161551)
0.00066 SELECT * FROM punbb_online WHERE logged<1714161251
0.00135 DELETE FROM punbb_online WHERE ident='185.191.171.6'
0.00141 DELETE FROM punbb_online WHERE ident='54.36.148.173'
0.00161 SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=16921 AND t.moved_to IS NULL
0.00010 SELECT search_for, replace_with FROM punbb_censoring
0.00268 SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=16921 ORDER BY p.id LIMIT 0,25
0.00172 UPDATE punbb_topics SET num_views=num_views+1 WHERE id=16921
Total query time: 0.01379 s