PDA

View Full Version : [ubuntu] Help Ubuntu LTSP Server


glynallinson
November 7th, 2008, 10:18 AM
I'm wanting to set up a Ubuntu LTSP server without the DHCP Server. As all DHCP is set by my router and not allowed to change the settings (partners orders) :(
I've installed Ubuntu LTSP and tried different tips from the forums, yes even google. But i'm at a stand still.
Hope someone has some advice. Thanks.

http://ubuntuforums.org/picture.php?albumid=682&pictureid=2266

Picture of how my network is setup.

mike010
November 7th, 2008, 03:07 PM
in setting up my LSTP server i have learned DHCP is not a necessary function for the LTSP server If you already have a DHCP server and you want to use that one instead of the LTSP server machine you can set up your already existing DHCP server to direct requests to the LTSP server address.it's a good idea to remove the DHCP package from the LTSP server machine.

to remove DHCP package from the LTSP server machine try this

sudo apt-get remove dhcp3-server

also check out this

http://www.mail-archive.com/ltsp-discuss@lists.sourceforge.net/msg33980.html

glynallinson
November 7th, 2008, 06:10 PM
Thanks mike I'll give this ago and post how it works out.