Probleme DNS bind9
borisson
Messages postés
2
Date d'inscription
Statut
Membre
Dernière intervention
-
zipe31 Messages postés 36402 Date d'inscription Statut Contributeur Dernière intervention -
zipe31 Messages postés 36402 Date d'inscription Statut Contributeur Dernière intervention -
Bonjour à tous,
après installation et configuration de mon serveur Bind9 sur Ubuntu 14.04, Rien ne marche
quand je fais:
Voici ce que mon serveur me retourne
je vous montre mes fichier de configuration pour que vous m'aidiez
le contenu de /etc/bind/named.conf.options
le contenu de /etc/bind/db.acodi.lan
le contenu de /etc/bind/db.192
Merci d'avance à tous ceux qu'ils veulent m'aider.
après installation et configuration de mon serveur Bind9 sur Ubuntu 14.04, Rien ne marche
quand je fais:
nslookup www.PROD.acodi.lan
Voici ce que mon serveur me retourne
administrator@NGN-INFRA-TEST:/etc$ nslookup www.PROD.acodi.lan
Server: 127.0.0.1
Address: 127.0.0.1#53
- server can't find www.PROD.acodi.lan: NXDOMAIN
je vous montre mes fichier de configuration pour que vous m'aidiez
le contenu de /etc/bind/named.conf.options
options {
directory "/var/cache/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See https://www.kb.cert.org/vuls/id/800113/
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
forwarders {
8.8.8.8;
208.67.220.220;
};
//========================================================================
// If BIND logs error messages about the root key being expired,
// you will need to update your keys. See https://www.isc.org/bind-keys/
//========================================================================
dnssec-validation auto;
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
};
le contenu de /etc/bind/db.acodi.lan
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA NGN-INFRA-TEST.acodi.lan. administrator.NGN-INFRA-TEST.acodi.lan. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS NGN-INFRA-TEST.acodi.lan.
@ IN A 192.168.1.228
@ IN AAAA ::1
NGN-INFRA-TEST IN A 192.168.1.228
www IN A 192.168.1.225
le contenu de /etc/bind/db.192
;
; BIND reverse data file for local loopback interface
;
$TTL 604800
@ IN SOA NGN-INFRA-TEST.apias.lan. administrator.NGN-INFRA-TEST.apias.lan. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS NGN-INFRA-TEST.
228 IN PTR NGN-INFRA-TEST.apias.lan.
225 IN PTR www.PROD.apias.lan.
Merci d'avance à tous ceux qu'ils veulent m'aider.
A voir également:
- Probleme DNS bind9
- Changer dns - Guide
- Dns gratuit - Guide
- Flush dns - Guide
- Dns benchmark - Télécharger - Divers Réseau & Wi-Fi
- Dns orange - Accueil - Guide box et connexion Internet
Content pour toi, mais ta réponse n'aide pas à faire avancer le schmilblick ;-(