je recrées un topic pour faire un truc claire car cette histoire commence à m'embêter pour avancer sur d'autres choses, donc ci-joint le contenu des fichiers de config:
named.conf:
named.conf.local :// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
// 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 "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
include "/etc/bind/named.conf.local";
gizmoland.eu.db ://
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "gizmoland.eu" {
type master;
file "/etc/bind/gizmoland.eu.db";
};
en espérant pouvoir avancer.$TTL 38400
gizmoland.eu. IN SOA 91-121-34-237.kimsufi.com. *******.gmail.com. (
2009081101
21600
3600
604800
86400 )
IN NS 91-121-34-237.kimsufi.com.
IN NS ns.kimsufi.com.
IN A 91.121.34.237
ns1 IN A 91.121.34.237
gizmoland.eu. IN A 91.121.34.237
www IN CNAME gizmoland.eu.
proxmox.gizmoland.eu. IN A 213.251.186.108
monitor.gizmoland.eu. IN CNAME gizmoland.eu/monitor.
merci