Bind9 : unexpected end of input

Barry Margolin barmar at alum.mit.edu
Wed Nov 19 22:57:10 UTC 2003


In article <bpgs9b$30dt$1 at sf1.isc.org>, dave <widax at free.fr> wrote:
>Hello everyone,
>
>I'm using a Linux-Debian-2.4 and I just want to do a local domain for my LAN
>and I get the following error when I start Bind9 :
>----------------------------------------------------
>dns_rdata_fromtext: 50.168.192.rev:7: near eol: unexpected end of input
>zone 50.168.192.in-addr.arpa/IN: loading master file 50.168.192.rev:
>unexpected end of input
>----------------------------------------------------
>
>Here is my zone file 50.168.192.rev :
>----------------------------------------------------
>$TTL 86400
>@                IN                SOA        debian.bredanet.bzh (

You're missing a field.  It should be something like:

@ IN SOA debian.bredanet.bzh. hostmaster.debian.bredanet.bzh. (

>                    12345
>                    28800
>                    7200
>                    604800
>                    86400 )
>                    NS            debian.bredanet.bzh

You're missing the "." at the end of the hostname.

>1                  PTR          debian.bredanet.bzh.
>----------------------------------------------------
>
>I saw a lot of posts related with this kind of error, I have tried some
>changes but without any success.
>
>Thanks in advance for your help.
>David
>
>
>


-- 
Barry Margolin, barmar at alum.mit.edu
Level(3), Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list