Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2007 09:11:03 -0600
From:      Derek Ragona <derek@computinginnovations.com>
To:        "Gelsema, P \(Patrick\) - FreeBSD" <freebsd@superhero.nl>, freebsd-questions@freebsd.org
Subject:   Re: named.conf - unable to set control bit
Message-ID:  <6.0.0.22.2.20071130090855.024585a0@mail.computinginnovations.com>
In-Reply-To: <1587.10.202.77.101.1196428526.squirrel@webmail.superhero.n l>
References:  <1587.10.202.77.101.1196428526.squirrel@webmail.superhero.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
At 07:15 AM 11/30/2007, Gelsema, P \(Patrick\) - FreeBSD wrote:
>Hi list,
>
>I have got the following issue. I have added the following settings in
>named.conf but am unable to get it working. If I read the man page it
>seems that what I have put in is completely correct.
>
>REason to put it in is that I want the DHCP server to automatically update
>the DNS zone.
>
>the error I get is:
>
>Nov 30 14:09:31 hulk named[6848]: reloading configuration failed: failure
>Nov 30 14:09:45 hulk named[6848]: /etc/namedb/named.conf:20: expected
>'allow' near ';'
>Nov 30 14:09:45 hulk named[6848]: reloading configuration failed:
>unexpected token
>
>head -n 25 /etc/named/named.conf
># generated with dnssec-keygen -a HMAC-MD5 -b 128 -n USER DHCP_UPDATER
>key DHCP_UPDATER {
>         algorithm HMAC-MD5.SIG-ALG.REG.INT;
>         secret hashedstring==;
>         };
>
>acl "home" {10.202.77.0/24;127.0.0.1;};
>
>options {
>         // Relative to the chroot directory, if any
>         directory       "/etc/namedb";
>         pid-file        "/var/run/named/pid";
>         dump-file       "/var/dump/named_dump.db";
>         statistics-file "/var/stats/named.stats";
>         allow-query     {"home"; };
>
>};
>
>controls {
>         inet 127.0.0.1 port 953;
>allow { 127.0.0.1;10.202.77.110; } keys { "DHCP_UPDATER"; };
>};
>
>Line 20 is where controls start.
>
>Any help much appreciated.
>
>rgds,
>
>Patrick

try either removing the "port 953;" from that line or just removing the ";" 
after the "port 953"

         -Derek

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.0.0.22.2.20071130090855.024585a0>