ubuntuusers.de

Unbenannt

Autor:
ostcar
Datum:
26. Mai 2015 18:10
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
$ cat /etc/bind/named.conf
options {
	directory "/var/cache/bind";

	dnssec-validation auto;

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

	allow-transfer {"none";};
	allow-recursion { localhost; ::1; };
};

include "/etc/bind/rndc.key";
include "/etc/bind/zones.conf";
$ sudo nsupdate -l
> update add oshahn.de 3600 CNAME mail.oshahn.de
> send
; Communication with 127.0.0.1#53 failed: timed out
could not talk to specified name server