[SWLUG] Noobie dhcpd question
Hywel Burris
hywel at burris.org.uk
Sun Oct 20 10:51:24 UTC 2002
> yes, there is a 'bug' in the documentation, for 'ddns' you should put 'dns
Hmmm... didn't work shame
subnet 10.0.1.0 netmask 255.255.255.0
{
option subnet-mask 255.255.255.0;
option domain-name "arwain.net";
option routers 10.0.1.1;
option domain-name-servers 10.0.1.1;
range dynamic-bootp 10.0.1.10 10.0.1.20;
dns-update-style ad-hoc;
default-lease-time 3600;
max-lease-time 7200;
}
[root at insteng root]# dhcpd start
Internet Software Consortium DHCP Server V3.0pl1
Copyright 1995-2001 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
/etc/dhcpd.conf line 8: semicolon expected.
dns-update-style ad-hoc;
^
Configuration file errors encountered -- exiting
i have also tried replacing ad-hoc with none but that didn't work either :-(
Thanks anyway
Hywel
More information about the Swlug
mailing list