[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SLINK + DEBIAN



Hola a todos,

Deseo configurar un Dominio en mi red interna y tengo el Bind 8.1.2-5
instalado en Slink. Me estoy machando las neuronas y no lo consigo. Por el
momento, no necesito nada de correo. Cuando ejecuto nslookup

set q=ns
escribo interno
y me da información
escribo la Ip

y se me bloquea.

Aqui les remito mis ficheros de configuración y espero que me puedan ayudar.

Muchas gracias por anticipado:

Angel

Pd: El dominio es "interno" y la IP de interno es 192.168.1.1

/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;
};

//
// Boot file for name server
//
// type		domain			source		file
zone "." {
	type hint;
	file "named.root";
};

// Zone boot information and daemon options are kept in other files
// (autoincluded from boot.zones)
//
// Name server zone boot file
// See named(8) for syntax and further information
//
// type		domain			source		file
// (autoincluded from boot.options)
//
// Options for name server
// Use `bindconfig' to automatically configure this file
//
// type		domain			source		file

zone "localhost" {
	type master;
	file "named.local";
};

zone "127.in-addr.arpa" {
	type master;
	file "named.rev-local";
};


zone "interno" {
	type master;
	file "named.interno";
};

zone "1.168.192.in-addr.arpa" {
	type master;
	file "named.rev-interno";
};


// Custom configurations below (will be preserved)

/var/named/named.local
;
; BIND data file for local loopback interface
;
@	IN	SOA	localhost. hostmaster.localhost. (
			199906151      		; Serial
			 8H		; Refresh
			 2H		; Retry
			 1W		; Expire
			 1D )	; Default TTL
;
		NS	ns

localhost	A	127.0.0.1

/var/named/named.rev-local
;
; BIND reverse data file for local loopback interface
;
@	IN	SOA	ns.localhost. hostname.localhost. (
			      1		; Serial
			      8H			; Refresh
			      2H		; Retry
			      1W		; Expire
			      1D )	; Default TTL
;
@	IN	NS	ns.localhost.
1		PTR	localhost.

/var/named/named.interno
;
; BIND data file for local loopback interface
;
@	IN	SOA	interno. hostmaster.interno. (
			199906151      		; Serial
			 8H		; Refresh
			 2H		; Retry
			 1W		; Expire
			 1D )	; Default TTL
;
		NS	ns

localhost	A	127.0.0.1

/var/named/named.rev-local
;
; BIND reverse data file for local loopback interface
;
@	IN	SOA	ns.interno. hostname.interno. (
			      1		; Serial
			      8H			; Refresh
			      2H		; Retry
			      1W		; Expire
			      1D )	; Default TTL
;
@	IN	NS	ns.interno.
1		PTR	localhost.




Reply to: