Mise en route de DNS difficile

Mise en route de DNS difficile - Installation - Linux et OS Alternatifs

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

Reply

Marsh Posté le 05-01-2008 à 12:23:59   

Reply

Marsh Posté le 05-01-2008 à 12:27:12    

Genre on est devin, on va trouver ta conf tout seul [:opus dei]

 

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


Message édité par o'gure le 05-01-2008 à 12:31:42

---------------
Relax. Take a deep breath !
Reply

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

Reply

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

Reply

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 :D


---------------
Ce n'est point ma façon de penser qui a fait mon malheur, c'est celle des autres.
Reply

Marsh Posté le 06-01-2008 à 21:39:50    

IN NS = adresse IP :D

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed