Salut,
J'aiessayé les astuces ke vous m'avez donné mais, j'ai ce message qui apparait après le démarrage ou redémarrage du service:
[root@fedora etc]# /etc/rc.d/init.d/named restart
Arrêt de named :rndc: connect failed: connection refused
[ OK ]
Démarrage de named : [ OK ]
[root@fedora etc]#
Du coup, même en tapant la commandande nslookup ou dig, je n'ai rien en ce ki concerne le dns ainsi configuré.
Voici les différentes config des fichiers:
- /etc/named.conf :
[root@fedora etc]# cat /etc/named.conf
// generated by named-bootconf.pl
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
zone "localnet.com" IN {
type master;
file "localnet.com.zone";
allow-update { none; };
};
zone "0.168.192.in-addr.arpa" IN {
type master;
file "0.168.192.in-addr.arpa.zone";
allow-update { none; };
};
include "/etc/rndc.key";
[root@fedora etc]#
- le fichier /var/named/localnet.com.zone:
[root@fedora etc]# cat /var/named/localnet.com.zone
$TTL 86400
@ IN SOA fedora.localnet.com. root.localnet.com. (
42 ; serial (d.adams)
3H ; refresh
15M; retry
1W ; expiry
1D); minimum
IN NS fedora.localnet.com.
MX 10 fedora.localnet.com.
fedora IN A 192.168.0.179
[root@fedora etc]#
- le fichier /var/named/0.168.192.in-addr.arpa.zone:
[root@fedora etc]# cat /var/named/0.168.192.in-addr.arpa.zone
$TTL 86400
@ IN SOA fedora.localnet.com. root.fedora.localnet.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400) ; Minimum
IN NS fedora.localnet.com.
2 IN PTR fedora.
[root@fedora etc]#
- le fichier /etc/resolv.conf:
[root@fedora etc]# cat /etc/resolv.conf
search localnet.com
namesearch 192.168.0.179
nameserver 194.57.0.33
nameserver 194.57.0.34
[root@fedora etc]#
Face à cette situation, kelk'un pourrait me donner la config globale ou exacte? j'utilise la distribution fedora core 2. Aussi, le fichier yum, kan je lance la commande suivante depuis la console pour recupérer le fichier yum.conf dans /etc, je ne peux mettre à jour ou installer les rpm tel ke gftp, webmin, ....:
wget
http://fedorafaq.org/samples/yum.conf