Site hors ligne!

Fais un check de ta conf DNS :

et surtout un extract de log

zone moments-photos.com/IN: loaded serial 2013101001 zone localhost/IN: loaded serial 2 zone 127.in-addr.arpa/IN: loaded serial 1 zone 0.in-addr.arpa/IN: loaded serial 1 zone 255.in-addr.arpa/IN: loaded serial 1

Qu’est ce que tu as dans named.conf.local ?

Et pense a reloader Bind

Dans /etc/hosts il te manque des choses : Rajoute ton domaine a ton ip

Le hostname de ta machine est bien : ksxxxx.kimsufi.com

Ton /etc/resolv.conf est bien renseigné ?

Named.conf.local

//
// Do any local configuration here
//

// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";

zone "moments-photos.com" {
    type master;
    file "/etc/bind/db.moments-photos.com";
    allow-transfer {213.186.33.199;};
    allow-query{any;};
    notify yes;
};

Resolv.conf

nameserver 127.0.0.1
nameserver XX.XX.XX.XXX
search moments-photos.com
domain moments-photos.com

Ok cool

Oct 10 21:57:45 ks206158 named[13865]: listening on IPv4 interface lo, 127.0.0.1#53 Oct 10 21:57:45 ks206158 named[13865]: listening on IPv4 interface eth0, 94.23.42.172#53 Oct 10 21:57:45 ks206158 named[13865]: generating session key for dynamic DNS Oct 10 21:57:45 ks206158 named[13865]: sizing zone task pool based on 6 zones Oct 10 21:57:45 ks206158 named[13865]: using built-in root key for view _default Oct 10 21:57:45 ks206158 named[13865]: set up managed keys zone for view _default, file 'managed-keys.bind' Oct 10 21:57:45 ks206158 named[13865]: Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: 254.169.IN-ADDR.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: 2.0.192.IN-ADDR.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: 100.51.198.IN-ADDR.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: 113.0.203.IN-ADDR.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: D.F.IP6.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: 8.E.F.IP6.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: 9.E.F.IP6.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: A.E.F.IP6.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: B.E.F.IP6.ARPA Oct 10 21:57:45 ks206158 named[13865]: automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA Oct 10 21:57:45 ks206158 named[13865]: command channel listening on 127.0.0.1#953 Oct 10 21:57:45 ks206158 named[13865]: command channel listening on ::1#953 Oct 10 21:57:45 ks206158 named[13865]: zone 0.in-addr.arpa/IN: loaded serial 1 Oct 10 21:57:45 ks206158 named[13865]: zone 127.in-addr.arpa/IN: loaded serial 1 Oct 10 21:57:45 ks206158 named[13865]: zone 255.in-addr.arpa/IN: loaded serial 1 Oct 10 21:57:45 ks206158 named[13865]: zone moments-photos.com/IN: loaded serial 2013101001 Oct 10 21:57:45 ks206158 named[13865]: zone localhost/IN: loaded serial 2 Oct 10 21:57:45 ks206158 named[13865]: managed-keys-zone ./IN: loaded serial 29 Oct 10 21:57:45 ks206158 named[13865]: running Oct 10 21:57:45 ks206158 named[13865]: zone moments-photos.com/IN: sending notifies (serial 2013101001)

named-checkconf -z zone moments-photos.com/IN: loaded serial 2013101001 zone localhost/IN: loaded serial 2 zone 127.in-addr.arpa/IN: loaded serial 1 zone 0.in-addr.arpa/IN: loaded serial 1 zone 255.in-addr.arpa/IN: loaded serial 1

Ok

Dans un autre terminal

Tu peux poster la sortie de tailf /var/log/syslog | grep named stp ?

Oct 10 21:57:45 ks206158 named[13865]: zone moments-photos.com/IN: loaded serial 2013101001 Oct 10 21:57:45 ks206158 named[13865]: zone localhost/IN: loaded serial 2 Oct 10 21:57:45 ks206158 named[13865]: managed-keys-zone ./IN: loaded serial 29 Oct 10 21:57:45 ks206158 named[13865]: running Oct 10 21:57:45 ks206158 named[13865]: zone moments-photos.com/IN: sending notifies (serial 2013101001)

Hello,

Du coup ca à l’air pas mal, c’est fonctionnel

SOA ks383544.kimsufi.com. root.tutorielvideo.fr. 2013101001 3600 900 604800 600 from server 213.186.33.199 in 34 ms. SOA ks383544.kimsufi.com. root.tutorielvideo.fr. 2013101001 3600 900 604800 600 from server 94.23.42.172 in 38 ms.

Par contre ca correspond pas a ta conf postée: root.tutorielvideo.fr.

Comme quoi, une petite bidouille (malencontreuse … bind9) :mrgreen: te vaut une page de pub, gratuite, celle là …

Du coup rourou ca serait sympas de nous dire ce que tu as fait parce que ca sens les fausses manip ! :stuck_out_tongue:

Bonjour, j’en ai fais tellement…lol! La dernière était l’installation d’un “kit” pour créer un serveur mail et de là, plus rien ne fonctionnait correctement… Je ne donnerai pas le nom de cette solution car c’est surement moi qui ai fait une bêtise.

Du coup j’ai tout repris à zéro et cela fonctionne!
Merci de votre aide.