[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-team] Problème de Serveur Dns
Bonjour,
Mon serveur DNS fonctionne bien... avec les fichiers de base. Mais
impossible de rajouter un nom de domaine. Ou est l'erreur ?
Merci
Bonne journée
Ghislain
Voici ce que j'ai rejouté au fichiers de base :
- /etc/named.conf
zone "Ibanez.li" {
type master;
file "named.ibanez.li";
};
zone "243.7.194.in-addr.arpa" {
type master;
file "named.194.7.243.94";
};
- /etc/named.boot
primary 7.243.194.in-addr.arpa named.194.7.243.94
primary ibanez.li named.ibanez.li
- /var/named/named.194.7.243.94
@ IN SOA ibanez.li. root.ibanez.li. (
1997022702 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ibanez.li.
localhost IN A 127.0.0.1
www IN A 194.7.243.94
ftp IN A 194.7.243.94
- /var/named/named.ibanez.li
@ IN SOA ibanez.li. root.ibanez.li. (
1997022702 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ibanez.li.
localhost IN A 127.0.0.1
www IN A 194.7.243.94
ftp IN A 194.7.243.94
---------
This message was sent by Majordomo 1.94.3. Please repport problems to
manu@rtfm.be. If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.