Yee Haa !

Thanks,

Adam.

Tux:/etc# dhcpd
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

Listening on LPF/eth0/00:a0:cc:d9:e2:48/203.79.110.0
Sending on   LPF/eth0/00:a0:cc:d9:e2:48/203.79.110.0
Sending on   Socket/fallback/fallback-net
Tux:/etc# There's already a DHCP server running.

exiting.

[EMAIL PROTECTED] wrote:

Hi

Try starting with just 'dhcpd' rather than 'dhcpd start'.



Thanks, I had an error message to do with the

first line

and when I commented it out, received an error

message

about 'No subnet declaration for start

(0.0.0.0).' - the

same I had for my previous dhcpd.conf. The output below suggests I am using 'dhcpd

2.0pl5'.


I think I may have been making the error of


using

192.168.0.1 as server IP, and 192.168.0.2 as

client -

following Windows config - rather than letting

dhcpd

server dynamically allocate client details. In

short,

confused.

Thanks,

Adam Bogacki, [EMAIL PROTECTED]



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 >

/etc/dhcpd.conf line 1: expecting a

parameter or

declaration. ddns-update-style ^ Configuration file errors encountered --

exiting

exiting. Tux:/etc# vi dhcpd.conf 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#




[EMAIL PROTECTED] wrote:




Try the following dhcpd.conf file:

#Copy from here ddns-update-style none;

option domain-name-servers 192.168.0.1; option routers 192.168.0.1; option subnet-mask 255.255.255.0; default-lease-time 21600; max-lease-time 21600;

option root-path

"192.168.0.1:/opt/ltsp/i386";

filename "/lts/2.4.24-ltsp-4/pxelinux.0"; option log-servers 192.168.0.1;

subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.3 192.168.0.10; } #Copy to here

If that doesn't work, remove the first line

and

try again. Also, please state which version

of

dhcpd you are using.


Andrew Walbran









------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net

Reply via email to