The P1 client boots with etherboot but I can't start dhcpd.
Below is my my most recent config attempt, together with the current error message when I try to start dhcpd.
My DNS is 203.79.110.81 and the server IP used in successful Win config is 192.168.0.1
Any constructive ideas ?
Adam Bogacki, [EMAIL PROTECTED]
... lost in Confusia's tender mercies ...
default-lease-time 21600; max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 203.79.110.255;
option routers 203.79.110.81;
option domain-name-servers 203.79.110.81;
option domain-name "paradise.net.nz"; # <--Fix this domain name
option root-path "203.79.110.81:/opt/ltsp/i386";
subnet 192.168.0.0 netmask 255.255.255.0 { range dynamic-bootp 192.168.0.1 192.168.0.253; }
subnet 203.79.110.0 netmask 255.255.255.0 { use-host-decl-names on; option log-servers 203.79.110.81;
Tux:/etc# dhcpd start Internet Software Consortium DHCP Server 2.0pl5 Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.
Please contribute if you find this software useful. For info, please visit http://www.isc.org/dhcp-contrib.html
No subnet declaration for start (0.0.0.0). Please write a subnet declaration in your dhcpd.conf file for the network segment to which interface start is attached. exiting. Tux:/etc#
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
