code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| ;
; Zone file for eastern.local
;
; the full zone file
;
$TTL 3000
@ IN SOA ns.eastern.local. (
200111191 ; serial, todays date + day serial
600 ; refresh seconds
600 ; retry hours
600 ; expire
600) ; minimum seconds
; name server for this domain
IN NS ns.eastern.local ; inet adress of the name server
; mail servers for this domain
IN MX 10 mail.eastern.local ; primary mail exchanger
; hosts for this domain
localhost IN A 127.0.0.1
ns IN A 192.168.2.20
mail IN A 192.168.2.20
; end of file |
Dit bestand genereerd volgens named-checkzone de volgende error:
Wat te doen om het te fixen?dns_rdata_fromtext: ./eastern.txt:12: near eol: unexpected end of input
dns_zone_load: zone eastern.local/IN: loading master file ./eastern.txt: unexpec
ted end of input