[successivo] [precedente] [inizio] [fine] [indice generale] [violazione GPL] [licenze] [indice analitico] [volume] [parte]
File /etc/resolv.conf:
nameserver 127.0.0.1 |
File /etc/named.conf o /etc/bind/named.conf:
options {
directory "/etc/bind";
};
zone "." {
type hint;
file "named.root";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "zone/127.0.0";
};
|
File /etc/named.root, oppure /etc/named.rc, fornito da <ftp://ftp.rs.internic.net/domain/named.root>:
. 3600000 IN NS A.ROOT-SERVERS.NET. A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 . 3600000 NS B.ROOT-SERVERS.NET. B.ROOT-SERVERS.NET. 3600000 A 128.9.0.107 ;... . 3600000 NS M.ROOT-SERVERS.NET. M.ROOT-SERVERS.NET. 3600000 A 198.32.65.12 |
File /etc/bind/zone/127.0.0:
@ IN SOA localhost.localdomain. root.localhost.localdomain. (
1998031800 ; Serial
28800 ; Refresh 8 ore
7200 ; Retry 2 ore
604800 ; Expire 7 giorni
86400 ) ; Minimum 24 ore
NS localhost.localdomain.
1.0.0.127.in-addr.arpa. PTR localhost.localdomain.
|
Dovrebbe essere possibile fare riferimento a questa pagina anche con il nome dns_elementare.html
[successivo] [precedente] [inizio] [fine] [indice generale] [violazione GPL] [licenze] [indice analitico]