个人工具

UbuntuHelp:UbuntuLTSP/LTSPQuickInstall

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月24日 (四) 14:38的版本 (新页面: {{From|https://help.ubuntu.com/community/UbuntuLTSP/LTSPQuickInstall}} {{Languages|UbuntuHelp:UbuntuLTSP/LTSPQuickInstall}} '''Please dont edit this page, if you want to add additional in...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Please dont edit this page, if you want to add additional info about tweaking, add a new page in the UbuntuHelp:UbuntuLTSP directory

This page aims to describe the quickest way to get a ltsp server running on an existing ubuntu or kubuntu (xubuntu comes with a ltsp option in the installer, edubuntu even sets up ltsp in its default install).

You need to set up one static interface where you will attach the thin clients, install two packages and run one command.

Configure your spare interface for the thin clients to have the IP 192.168.0.1, then follow the instructions below.

sudo apt-get install ltsp-server-standalone openssh-server

Now create your Thin Client environment on the server with.

sudo ltsp-build-client

After that, you will be able to boot your first thin client. Note that if you want to use another IP than the above, you need to edit the /etc/ltsp/dhcpd.conf file to match the IP values and restart the dhcp server.

If you change the IP data after you have done the initial setup, please run the command sudo ltsp-update-sshkeys to make the ssh server aware of the change.

Dont use the ltsp-utils package from universe (only available in dapper) with this ltsp implementation, it is for a different ltsp version, installing them together will break.