On 12/10/05, DenisG <[EMAIL PROTECTED]> wrote: > Jim McQuillan a écrit : > > Denis, > > > > Look and see if you have a /etc/ltsp/dhcpd.conf file. > > > > That is used by Ubuntu's implementation of LTSP. > > > > Jim McQuillan > > [EMAIL PROTECTED] > > Thanks > I can't see that until monday (I don't carry the server with me when > back home!) but I'll tell you. > > Why put a /etc/ltsp/dhcpd.conf when there is already a > /etc/dhcp3-server/dhcpd.conf? >
In ubuntu it is /etc/dhcp3-server/dhcpd.conf Make sure first you stop eth0 or whatever by ifdown eth0, stop dhcpd by /etc/init.d/dhcp3 stop and then bring up the interface by ifup eth0 and restart dhcpd service by /etc/init.d/dhcp3 restart. Why? Because I found to my surprise that if you change the network IP this is what makes it work. -- Sudev Barar Learning Linux ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&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
