Configuration de Bind
Résolu
letabis
Messages postés
37
Date d'inscription
Statut
Membre
Dernière intervention
-
letabis Messages postés 37 Date d'inscription Statut Membre Dernière intervention -
letabis Messages postés 37 Date d'inscription Statut Membre Dernière intervention -
bonjour a tous, je configure un serveur dns sous ubuntu 14 depuis des jours, et ca me vaccine vraiment en ne donnant rien du tout, j'obtiens a chaque fois les messages suivants pour les zones directes et inverses
server: 192.168.0.1
Address: 192.168.0.1#53
server can't find tabis07.com: SERVFAIL
et ceci:
server: 192.168.0.1
Address: 192.168.0.1#53
server can't find 1.0.168.192.in-addr.arpa: NXDOMAIN
vraiment j'ai besoin d'aide si quelqu'un peut m'aider ce serait la bienvenue son aide
voici mon fichier de configuration:
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.tabis07.com. root.tabis07.com. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns.tabis07.com.
@ IN A 192.168.0.1
@ IN MX 10 tabis07.com
www IN A 192.168.0.1
pop IN A 192.168.0.1
smtp IN A 192.168.0.1
; BIND reverse data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.tabis07.com. root.tabis07.com. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS tabis07.com.
1.0.168 IN PTR www.tabis07.com.
prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "tabis07.com" {
type master;
file "/etc/bind/db.local1";
};
zone "0.168.192.in-addr.arpa" {
type master;
file "/etc/bind/db.127h";
};
server: 192.168.0.1
Address: 192.168.0.1#53
server can't find tabis07.com: SERVFAIL
et ceci:
server: 192.168.0.1
Address: 192.168.0.1#53
server can't find 1.0.168.192.in-addr.arpa: NXDOMAIN
vraiment j'ai besoin d'aide si quelqu'un peut m'aider ce serait la bienvenue son aide
voici mon fichier de configuration:
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.tabis07.com. root.tabis07.com. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns.tabis07.com.
@ IN A 192.168.0.1
@ IN MX 10 tabis07.com
www IN A 192.168.0.1
pop IN A 192.168.0.1
smtp IN A 192.168.0.1
; BIND reverse data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.tabis07.com. root.tabis07.com. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS tabis07.com.
1.0.168 IN PTR www.tabis07.com.
prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "tabis07.com" {
type master;
file "/etc/bind/db.local1";
};
zone "0.168.192.in-addr.arpa" {
type master;
file "/etc/bind/db.127h";
};
A voir également:
- Configuration de Bind
- Ethernet n'a pas de configuration ip valide - Guide
- Panneau de configuration - Guide
- Retablir configuration usine chromecast - Guide
- Connaitre configuration pc - Guide
- Terminer la configuration du compte google play - Forum Gmail
1 réponse
Salut,
Lecture: https://wiki.debian.org/fr/Bind9
aussi,
regarde dans les logs de ton serveur (/etc/var/log/syslog) si il démarre bien et sinon, pour quelle erreur.
un netstat -au devrait te dire s'il est en écoute aussi.
Lecture: https://wiki.debian.org/fr/Bind9
aussi,
regarde dans les logs de ton serveur (/etc/var/log/syslog) si il démarre bien et sinon, pour quelle erreur.
un netstat -au devrait te dire s'il est en écoute aussi.
letabis
Messages postés
37
Date d'inscription
Statut
Membre
Dernière intervention
j'ai trouvé la solution pardon de ne pas m'être connecté depuis, ca a marche merci pour tout