IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Réseau Discussion :

[Panel DTC] et [DNS] enregistrement SOA


Sujet :

Réseau

  1. #1
    Nouveau membre du Club Avatar de hoyohoyo
    Profil pro
    Directeur de projet
    Inscrit en
    Août 2006
    Messages
    40
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations professionnelles :
    Activité : Directeur de projet

    Informations forums :
    Inscription : Août 2006
    Messages : 40
    Points : 35
    Points
    35
    Par défaut [Panel DTC] et [DNS] enregistrement SOA
    Bonjour

    cela fait plus d'un moi que je n'arrive pas être autoriser à l'AFNIC.
    J'ai le Serveur chez dedibox et le domaine chez gandi. je ne veux plus dépendre de gandi.

    Voila mes fichiers

    /var/lib/dtc/etc/named.conf

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    zone "hoyohoyo.fr" IN {
            type master;
            allow-transfer { 88.191.123.15; 88.191.254.7;  };
            allow-query { any; };
            file "/var/lib/dtc/etc/zones/hoyohoyo.fr";
    };
    /etc/bind/named.conf.local

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    acl common-allow-transfer {
        88.191.254.7;
    };
     
    server 88.191.254.7 {
    };
    /etc/bind/named.conf.options

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    options {
     
     
     
    directory "/var/cache/bind";
     
    auth-nxdomain no; # conform to RFC1035
     
    listen-on { any; };
    listen-on-v6 { any; };
     
    allow-recursion { 127.0.0.1; };
    };
    AFNIC

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    Information sur la Zone
     
    	hoyohoyo.fr.
    	sd-21762.dedibox.fr.	88.191.123.15
    	nssec.dedibox.fr.	88.191.254.7
    Résultat des tests
     
    ---- fatal ----
     
     [TEST présence d'un enregistrement SOA]: réponse refusée par le serveur (IN/SOA: hoyohoyo.fr.)
    nssec.dedibox.fr./88.191.254.7
     
    Statut final
     
    ÉCHEC

  2. #2
    Membre régulier
    Avatar de debianhunter
    Profil pro
    Inscrit en
    Décembre 2009
    Messages
    63
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2009
    Messages : 63
    Points : 87
    Points
    87
    Par défaut
    Bonjour,

    J'essayerais d'y aller en recursif a grand coup de host pour comprendre ou ca coince:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    Script started on Thu 29 Jul 2010 15:07:02 CEST
    # host -a hoyohoyo.fr a.root-servers.net
    Trying "hoyohoyo.fr"
    Using domain server:
    Name: a.root-servers.net
    Address: 198.41.0.4#53
    Aliases: 
    
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8013
    ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 7, ADDITIONAL: 13
    
    ;; QUESTION SECTION:
    ;hoyohoyo.fr.			IN	ANY
    
    ;; AUTHORITY SECTION:
    fr.			172800	IN	NS	a.nic.fr.
    fr.			172800	IN	NS	c.nic.fr.
    fr.			172800	IN	NS	d.ext.nic.fr.
    fr.			172800	IN	NS	d.nic.fr.
    fr.			172800	IN	NS	e.ext.nic.fr.
    fr.			172800	IN	NS	f.ext.nic.fr.
    fr.			172800	IN	NS	g.ext.nic.fr.
    
    ;; ADDITIONAL SECTION:
    a.nic.fr.		172800	IN	AAAA	2001:660:3005:3::1:1
    a.nic.fr.		172800	IN	A	192.93.0.129
    c.nic.fr.		172800	IN	AAAA	2001:660:3006:4::1:1
    c.nic.fr.		172800	IN	A	192.134.0.129
    d.ext.nic.fr.		172800	IN	AAAA	2001:500:2e::2
    d.ext.nic.fr.		172800	IN	A	192.5.4.2
    d.nic.fr.		172800	IN	AAAA	2001:678:c:1::1
    d.nic.fr.		172800	IN	A	194.0.9.1
    e.ext.nic.fr.		172800	IN	AAAA	2a00:d78:0:102:193:176:144:6
    e.ext.nic.fr.		172800	IN	A	193.176.144.6
    f.ext.nic.fr.		172800	IN	A	194.146.106.46
    g.ext.nic.fr.		172800	IN	AAAA	2001:500:14:6039:ad::1
    g.ext.nic.fr.		172800	IN	A	204.61.216.39
    
    Received 429 bytes from 198.41.0.4#53 in 65 ms
    # host -a hoyohoyo.fr a.nic.fr
    Trying "hoyohoyo.fr"
    Using domain server:
    Name: a.nic.fr
    Address: 192.93.0.129#53
    Aliases: 
    
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46126
    ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 3, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;hoyohoyo.fr.			IN	ANY
    
    ;; AUTHORITY SECTION:
    hoyohoyo.fr.		172800	IN	NS	b.dns.gandi.net.
    hoyohoyo.fr.		172800	IN	NS	c.dns.gandi.net.
    hoyohoyo.fr.		172800	IN	NS	a.dns.gandi.net.
    
    Received 90 bytes from 192.93.0.129#53 in 51 ms
    # host -a hoyohoyo.fr b.dns.gandi.net
    Trying "hoyohoyo.fr"
    Using domain server:
    Name: b.dns.gandi.net
    Address: 217.70.184.40#53
    Aliases: 
    
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55630
    ;; flags: qr aa rd; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;hoyohoyo.fr.			IN	ANY
    
    ;; ANSWER SECTION:
    hoyohoyo.fr.		10800	IN	MX	10 sd-21762.dedibox.fr.
    hoyohoyo.fr.		10800	IN	MX	50 sd-21762.dedibox.fr.
    hoyohoyo.fr.		300	IN	A	88.191.123.15
    hoyohoyo.fr.		10800	IN	SOA	a.dns.gandi.net. hostmaster.gandi.net. 1280402031 10800 3600 604800 10800
    hoyohoyo.fr.		10800	IN	NS	a.dns.gandi.net.
    hoyohoyo.fr.		10800	IN	NS	c.dns.gandi.net.
    hoyohoyo.fr.		10800	IN	NS	b.dns.gandi.net.
    
    Received 202 bytes from 217.70.184.40#53 in 43 ms
    # exit
    
    Script done on Thu 29 Jul 2010 15:07:56 CEST

Discussions similaires

  1. Réponses: 0
    Dernier message: 02/07/2013, 18h06
  2. Réponses: 1
    Dernier message: 25/11/2012, 14h30
  3. Réponses: 1
    Dernier message: 19/12/2011, 13h17
  4. Panel Virtualmin et DNS
    Par KIK83 dans le forum Domaines
    Réponses: 0
    Dernier message: 20/01/2011, 16h35
  5. [WS 2008] DNS - enregistrement Host en doublon
    Par johndoe08 dans le forum Windows Serveur
    Réponses: 1
    Dernier message: 14/12/2010, 17h54

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo