Bonjour,
Je posséde un VPS avec une Debian 7.0, hébergé par Nuxit avec pour ip: 94.247.177.15 et nom de machine: de2535
J’ai acheté il y a peu le nom de domaine: youraltislife.fr
Les DNS de mon nom de domaine son: de2535.ispfr.net et en secondaire: dns.ispfr.net
Le but ici étant d’utiliser Bind9 sur mon serveur.
J’ai utilisé la doc ici:http://doc.ubuntu-fr.org/bind9#configuration
Mais lorsque je tente de joindre mon site youraltislife.fr, aucune réponse.
Voici les fichiers de configuration:
named.conf.local:
zone "youraltislife.fr" {
type master;
file "/etc/bind/db.youraltislife.fr";
//allow-transfer {xx.xx.xx.xx;};
};
zone "177.247.94.in-addr.arpa" {
type master;
notify no;
file "/etc/bind/db.94";
};
mon db.youraltislife.fr:
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.youraltislife.fr. adresseperso.gmail.com. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns.youraltislife.fr.
ns IN A 94.247.177.15
mon db.94:
;
; BIND reverse data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.youraltislife.fr. adresseperso.gmail.com. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns.
15 IN PTR ns.youraltislife.fr.
merci du coup de main