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

Re: DNS-Problem



On Tue, Feb 26, 2013 at 11:03:44PM +0100, Ritter wrote:
> 
> Mein tjener löst keine Namen mit mehr als 2 Bestandteilen auf.

[..]

> DHCP und DNS macht bei uns ein TfK-Schulrouter.

Ich würde die IP des Schulrouters als forwarder verwenden. (Also in 
/etc/bind/named.conf.options eintragen, dann invoke-rd.d bind9 reload)

-------------------------------------------------------------------------
options {
	directory "/var/cache/bind";

	// If there is a firewall between you and nameservers you want
	// to talk to, you may need to fix the firewall to allow multiple
	// ports to talk.  See http://www.kb.cert.org/vuls/id/800113

	// If your ISP provided one or more IP addresses for stable 
	// nameservers, you probably want to use them as forwarders.  
	// Uncomment the following block, and insert the addresses replacing 
	// the all-0's placeholder.

	forwarders {
	<IP-des-Schulrouters>;
	};

	auth-nxdomain no;    # conform to RFC1035
	listen-on-v6 { any; };
};
--------------------------------------------------------------------------

Wolfgang

Attachment: signature.asc
Description: Digital signature


Reply to: