Config DNS
goncu
Messages postés
52
Date d'inscription
Statut
Membre
Dernière intervention
-
goncu Messages postés 52 Date d'inscription Statut Membre Dernière intervention -
goncu Messages postés 52 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
voila j'ai configuré mon serveur DNS mais mon client ne ping pas le serveur avec son nom
nom du serveur srvDDC
named.conf.local :
//
// 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 "ESA.gr" {
type master;
file "/etc/bind/db.ESA.gr";
};
zone"1.168.192.in-addr.arpa" {
type master;
notify no;
file "/etc/bind/db.192";
};
fichier db.ESA.gr :
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.ESA.gr. root.ESA.gr. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns.ESA.gr.
@ IN A 192.168.1.13
ns IN A 192.168.1.13
fichier db.192 :
;
; BIND reverse data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.ESA.gr. root.ESA.gr. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns.
13 IN PTR srvDDC.ESA.gr
voila toute ma config , voyez vous une faute quelque part qui fait que mon client ne ping pas srvDDC
voila j'ai configuré mon serveur DNS mais mon client ne ping pas le serveur avec son nom
nom du serveur srvDDC
named.conf.local :
//
// 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 "ESA.gr" {
type master;
file "/etc/bind/db.ESA.gr";
};
zone"1.168.192.in-addr.arpa" {
type master;
notify no;
file "/etc/bind/db.192";
};
fichier db.ESA.gr :
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.ESA.gr. root.ESA.gr. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns.ESA.gr.
@ IN A 192.168.1.13
ns IN A 192.168.1.13
fichier db.192 :
;
; BIND reverse data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.ESA.gr. root.ESA.gr. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns.
13 IN PTR srvDDC.ESA.gr
voila toute ma config , voyez vous une faute quelque part qui fait que mon client ne ping pas srvDDC
A voir également:
- Config DNS
- Changer dns - Guide
- Ms config - Guide
- Dns gratuit - Guide
- Connaitre sa config pc - Guide
- Flush dns - Guide