> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of G D McKee
> Sent: Saturday, January 18, 2003 4:51 AM
> To: Freebsd-Questions@Freebsd. Org (E-mail)
> Subject: DHCPD 3 R11 Config Errors
>
>
> Hi
>
> recompiled dhcpd r11 today and thought my old config file
> would work - and it doesn't. Can anyone see what is wrong?
>
> Here is the error:
>
> dhcpd
> Internet Software Consortium DHCP Server V3.0.1rc11
> Copyright 1995-2003 Internet Software Consortium.
> All rights reserved.
> For info, please visit http://www.isc.org/products/DHCP
> /usr/local/etc/dhcpd.conf line 7: semicolon expected.
> dhcpd_ifaces "dc0"
> ^
> /usr/local/etc/dhcpd.conf line 11: semicolon expected.
> subnet
> ^
> /usr/local/etc/dhcpd.conf line 34: expecting a parameter or
> declaration
>
> ^
> Configuration file errors encountered -- exiting
>
> If you did not get this software from ftp.isc.org, please
> get the latest from ftp.isc.org and install that before
> requesting help.
>
> If you did get this software from ftp.isc.org and have not
> yet read the README, please read it before requesting help.
> If you intend to request help from the [EMAIL PROTECTED]
> mailing list, please read the section on the README about
> submitting bug reports and requests for help.
>
> Please do not under any circumstances send requests for
> help directly to the authors of this software - please
> send them to the appropriate mailing list as described in
> the README file.
>
> exiting.
>
>
>
> and here is my config file:
>
> # $FreeBSD:
> ports/net/isc-dhcp3/files/rc.isc-dhcpd.conf.sample,v 1.1
> 2001/10/15 13:33:15 roam Exp $ # # isc-dhcpd startup
> configuration file. #
>
> #dhcpd_options="" # command option(s)
> dhcpd_ifaces "dc0" ; # ethernet
> interface(s)
>
> ddns-update-style interim
Just a shot in the dark, but try terminating the above line with a ;
>
> subnet 192.168.0.0 netmask 255.255.255.0 {
> option domain-name "gdmckee.local";
> option domain-name-servers 192.168.0.1, 192.168.0.2;
> option broadcast-address 192.168.0.255;
> option subnet-mask 255.255.255.0;
> option routers 192.168.0.1;
> range 192.168.0.55 192.168.0.200;
>
> key DHCP_UPDATER {
> algorithm HMAC-MD5.SIG-ALG.REG.INT;
> secret pRP5FapFoJ95JEL06sv4PQ==;
> }
>
> zone gdmckee.local. {
> primary 192.168.0.1;
> key DHCP_UPDATER;
> }
>
> zone 0.168.192.in-addr.arpa. {
> primary 192.168.0.1;
> key DHCP_UPDATER;
> }
>
> }
>
>
> May thanks
>
> Gordon
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message