
16/01/2002, 14:42
|
 | Colaborador | | Fecha de Ingreso: diciembre-2001 Ubicación: $PWD
Mensajes: 1.267
Antigüedad: 23 años, 6 meses Puntos: 0 | |
Re: Slayer_X o alguien que sepa BIND, por favor. Mirad, aqui tengo el /etc/named.conf:
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 "zonasiete.org" IN {
type master;
file "org/zonasiete.org.zone";
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
include "/etc/rndc.key";
Tomando que mi red LAN es 192.168.102.x y el PC en cuestion es 192.168.102.2, y el dominio en cuestion es zonasiete.org
______________
¿Piensas que el software puede ser algo mas? <a href="http://www.zonasiete.org/" target="_blank">www.zonasiete.org</a>
Acercando el proyecto GNU/Linux a todos. |