Mise en route de DNS difficile - Installation - Linux et OS Alternatifs
Marsh Posté le 05-01-2008 à 12:27:12
Genre on est devin, on va trouver ta conf tout seul
Le message important ici est (outre le fait que je te demande ta conf)
zone suczla.ci/IN: has no NS records |
A priori tu as défini une zone suczla.ci mais tu n'y as pas défini le serveur de nom.
http://www.zytrax.com/books/dns/ch8/ns.html
Marsh Posté le 05-01-2008 à 13:30:58
voici mon fichier de zone:
$TTL 86400
suczla.ci. IN SOA sucrivoirezla.suczla.ci. root.suczla.ci. (
1 ; Serial
21600 ; Refresh
3600 ; Retry
604800 ; Expire
86400 ) ; Negative Cache TTL
;
suczla.ci IN NS sucrivoirezla.sucrivoirezla.ci.
suczla.ci IN NS ns1.sucrivoirezla.ci.
sucla.ci IN MX 5 mail.sucla.ci.
;
Server IN A 83.229.101.43
www IN A 83.229.101.43
mail IN A 83.229.101.41
mysql IN CNAME Server
Marsh Posté le 05-01-2008 à 13:34:17
Voici le vrai fichier (toutes mes excuses)
$TTL 86400
suczla.ci. IN SOA sucrivoirezla.suczla.ci. root.suczla.ci. (
1 ; Serial
21600 ; Refresh
3600 ; Retry
604800 ; Expire
86400 ) ; Negative Cache TTL
;
;suczla.ci IN NS sucrivoirezla.suczla.ci.
suczla.ci IN NS ns1.suczla.ci.
suczla.ci IN MX 5 mail.suczla.ci.
;
Server IN A 83.229.101.43
www IN A 83.229.101.43
mail IN A 83.229.101.41
mysql IN CNAME Server
Marsh Posté le 05-01-2008 à 14:22:29
Tu dis que le NS de ta zone est ns1.suzcla.ci mais tu ne donnes pas de correspondance à ce nom
Marsh Posté le 05-01-2008 à 12:23:59
Bonjour à tous,
J'essaie en vain de mettre en place un serveur DNS.
Voici le message que j'ai dans le syslog.
Jan 5 11:11:41 localhost named[3215]: command channel listening on ::1#953
Jan 5 11:11:41 localhost named[3215]: zone 0.in-addr.arpa/IN: loaded serial 1
Jan 5 11:11:41 localhost named[3215]: zone 127.in-addr.arpa/IN: loaded serial 1
Jan 5 11:11:41 localhost named[3215]: zone 255.in-addr.arpa/IN: loaded serial 1
Jan 5 11:11:41 localhost named[3215]: zone suczla.ci/IN: has no NS records