URL: https://linuxfr.org/forums/linux-debian-ubuntu/posts/probl%C3%A8me-avec-la-config-de-bind9 Title: Problème avec la config de BIND9 Authors: Manutchelo Date: 2009年05月25日T12:51:44+02:00 Tags: Score: 0 Bonjour à tous et merci d'avance pour votre aide. Je suis en train d'essayer de créer un serveur DNS sur une Debian. J'ai donc installé BIND9. Le résultat est qu'avec la commande "nslookup" la résolution inverse fonctionne (IP -----> Nom) mais la résolution de nom par contre ne veut pas (Nom --------> IP). Les fichiers de logs ne me disent rien et j'ai beau avoir lus et relus mes fichiers de conf je ne trouve pas l'erreur. Named.conf : ----------------------------------------------------------- include "/etc/bind/named.conf.options"; zone "." { type hint; file "/etc/bind/db.root"; }; zone "127.in-addr.arpa" { type master; file "/etc/bind/db.127"; }; zone "reseauxchudy.fr"{ type master; file "/etc/bind/reseauxchudy"; }; zone "2.168.192.in-addr.arpa"{ type master; file "/etc/bind/invreseauxchudy"; }; -------------------------------------------------------------- reseauxchudy --------------------------------------------------------------------- @ IN SOA DebianDNS.reseauxchudy.fr. root.reseauxchudy.fr. ( 2001102301 86400 3600 3600000 604800 ) @ IN NS DebianDNS.reseauxchudy.fr. localhost IN A 127.0.0.1 ManutcheloXP IN A 192.168.2.6 Michel IN A 192.168.2.5 Severine IN A 192.168.2.4 test IN A 10.0.0.1 mail IN CNAME DebianDNS2 www IN CNAME DebianDNS2 ftp IN CNAME DebianDNS2 ---------------------------------------------- Fichier log (syslog) ------------------------------------------------- May 25 11:47:16 localhost named[3149]: starting BIND 9.3.4-P1.1 -u bind May 25 11:47:16 localhost named[3149]: found 1 CPU, using 1 worker thread May 25 11:47:16 localhost named[3149]: loading configuration from '/etc/bind/named.conf' May 25 11:47:16 localhost named[3149]: listening on IPv6 interfaces, port 53 May 25 11:47:16 localhost named[3149]: listening on IPv4 interface lo, 127.0.0.1#53 May 25 11:47:16 localhost named[3149]: listening on IPv4 interface eth1, 192.168.2.13#53 May 25 11:47:16 localhost named[3149]: command channel listening on 127.0.0.1#953 May 25 11:47:16 localhost named[3149]: command channel listening on ::1#953 May 25 11:47:16 localhost named[3149]: zone 127.in-addr.arpa/IN: loaded serial 1 May 25 11:47:16 localhost named[3149]: /etc/bind/invreseauxchudy:8: using RFC 1035 TTL semantics May 25 11:47:16 localhost named[3149]: zone 2.168.192.in-addr.arpa/IN: loaded serial 2001102301 May 25 11:47:16 localhost named[3149]: /etc/bind/reseauxchudy:3: no TTL specified; using SOA MINTTL instead May 25 11:47:16 localhost named[3149]: zone reseauxchudy.fr/IN: loaded serial 2001102301 May 25 11:47:16 localhost named[3149]: running -------------------------------------------------------- Merci d'avance pour votre aide.

AltStyle によって変換されたページ (->オリジナル) /