Do you have dhcpd running anywhere? dhcp is only half of the picture. You need dhcpd running somewhere to give out the information.
HTH Josh On Mon, Dec 11, 2000 at 05:11:19PM +0100, Sebastiaan wrote: > Hello, > > I have just installed dhcp, but my clients fail to retreive their > addres. I am trying to set up a diskless workstation. > > How can I see if dhcp is running? There is no port opened for it. And is > there some way to check if it works, when having only one computer (the > compu I want to use is unable to run an installed sys). > > This is my config file: > default-lease-time 600; > max-lease-time 7200; > option subnet-mask 255.255.255.0; > option broadcast-address 192.168.1.255; > > subnet 192.168.1.0 netmask 255.255.255.0 { > range 192.168.1.4 192.168.1.100; > } > > > Anything else I can think of? > > Thanks in advance, > Sebastiaan > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >