This HOWTO is under construction....
[EDUBUNTU]
1. Download, burn and install edubuntu server from
ftp://ftp.uninett.no/linux/ubuntu-iso/edubuntu/gutsy/edubuntu-7.10-server-i386.iso
2. This will give you ltsp out of the box...
3. Some tuning:
For tuning the dhcp3-server: sudo vi /etc/ltsp/dhcpd.conf, example:
#
# Default LTSP dhcpd.conf config file.
#
authoritative;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.20 192.168.0.250;
option domain-name "examle.org";
option domain-name-servers 192.168.0.1;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
# next-server 192.168.0.254;
# get-lease-hostnames true;
option subnet-mask 255.255.255.0;
option root-path "/opt/ltsp/i386";
if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
filename "/ltsp/i386/pxelinux.0";
} else {
filename "/ltsp/i386/nbi.img";
}
}
4. If you change some of the IP-settings you will have to run:
sudo ltsp-update-sshkeys and sudo ltsp-update-image to update ssh and the clientboot image.
5. If the x-server on the client have errors, you may set some dafaults in
/var/lib/tftpboot/ltsp/i386/lts.conf, example:
[default]
XSERVER=auto
SERVER=192.168.0.1
SCREEN_02=shell
SCREEN_07=ldm
X_MODE_0="1024x768"
X_COLOR_DEPTH=24
X_HORZSYNC="31-60"
X_VERTREFRESH="55-75"
[UBUNTU]
No howto for ubuntu-server yet - ubuntu-server DOES NOT come with ltsp "out of the box"...
I tried ubuntu-server first and came as far as the login-screen on the client, but since ubuntu-server has noe x-enviroment installed by default you'll probably need a working gnome/kde on server...
Resources:
https://help.ubuntu.com/community/UbuntuLTSP/LTSPQuickInstall
https://help.ubuntu.com/community/HowToCookEdubuntu/Chapters/LTSPManagement
https://help.ubuntu.com/community/LTSPServerSetup
https://help.ubuntu.com/community/ThinClientHowto
---
http://ubuntuforums.org/showthread.php?t=599166
[EDUBUNTU]
1. Download, burn and install edubuntu server from
ftp://ftp.uninett.no/linux/ubuntu-iso/edubuntu/gutsy/edubuntu-7.10-server-i386.iso
2. This will give you ltsp out of the box...
3. Some tuning:
For tuning the dhcp3-server: sudo vi /etc/ltsp/dhcpd.conf, example:
#
# Default LTSP dhcpd.conf config file.
#
authoritative;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.20 192.168.0.250;
option domain-name "examle.org";
option domain-name-servers 192.168.0.1;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
# next-server 192.168.0.254;
# get-lease-hostnames true;
option subnet-mask 255.255.255.0;
option root-path "/opt/ltsp/i386";
if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
filename "/ltsp/i386/pxelinux.0";
} else {
filename "/ltsp/i386/nbi.img";
}
}
4. If you change some of the IP-settings you will have to run:
sudo ltsp-update-sshkeys and sudo ltsp-update-image to update ssh and the clientboot image.
5. If the x-server on the client have errors, you may set some dafaults in
/var/lib/tftpboot/ltsp/i386/lts.conf, example:
[default]
XSERVER=auto
SERVER=192.168.0.1
SCREEN_02=shell
SCREEN_07=ldm
X_MODE_0="1024x768"
X_COLOR_DEPTH=24
X_HORZSYNC="31-60"
X_VERTREFRESH="55-75"
[UBUNTU]
No howto for ubuntu-server yet - ubuntu-server DOES NOT come with ltsp "out of the box"...
I tried ubuntu-server first and came as far as the login-screen on the client, but since ubuntu-server has noe x-enviroment installed by default you'll probably need a working gnome/kde on server...
Resources:
https://help.ubuntu.com/community/UbuntuLTSP/LTSPQuickInstall
https://help.ubuntu.com/community/HowToCookEdubuntu/Chapters/LTSPManagement
https://help.ubuntu.com/community/LTSPServerSetup
https://help.ubuntu.com/community/ThinClientHowto
---
http://ubuntuforums.org/showthread.php?t=599166
Kommentarer