个人工具

“UbuntuHelp:UbuntuLTSP/LTSPQuickInstall”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/UbuntuLTSP/LTSPQuickInstall}} {{Languages|UbuntuHelp:UbuntuLTSP/LTSPQuickInstall}} '''Please dont edit this page, if you want to add additional in...)
 
第3行: 第3行:
 
'''Please dont edit this page, if you want to add additional info about tweaking, add a new page in  the [[UbuntuHelp:UbuntuLTSP]] directory'''
 
'''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).  
+
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) '''desktop''' system.  
  
 
You need to set up one static interface where you will attach the thin clients, install two packages and run one command.
 
You need to set up one static interface where you will attach the thin clients, install two packages and run one command.
第21行: 第21行:
  
 
'''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.
 
'''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.
 +
 +
'''This workstation isn't authorized to connect to server''' error message on client, please run commands
 +
'''sudo ltsp-update-sshkeys''' and '''sudo ltsp-update-image''' (in this order)
 +
reference: https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/144296
  
 
'''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.'''
 
'''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.'''
  
 +
For more comprehensive documentation of LTSP 5 that's available in Ubuntu, please see the Edubuntu Handbook at http://doc.ubuntu.com/edubuntu/handbook/C/
 +
 +
A beginner's working example of an LTSP server using 2 nic cards
 +
http://ubuntuforums.org/showthread.php?t=599166&highlight=ltsp
  
 +
Is there an LTSP forum anywhere? http://ubuntuforums.org/showthread.php?t=603151
 +
Please type ltsp or LTSP in the Keyword box here http://ubuntuforums.org/search.php and tap the enter key. tx
 +
LTSP Gutsy Wiki Update http://ubuntuforums.org/showthread.php?t=611516
 +
https://help.ubuntu.com/community/?action=fullsearch&context=180&value=ltsp&titlesearch=Titles
 
----
 
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月21日 (三) 17:50的版本

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) desktop system.

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.

This workstation isn't authorized to connect to server error message on client, please run commands sudo ltsp-update-sshkeys and sudo ltsp-update-image (in this order) reference: https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/144296

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.

For more comprehensive documentation of LTSP 5 that's available in Ubuntu, please see the Edubuntu Handbook at http://doc.ubuntu.com/edubuntu/handbook/C/

A beginner's working example of an LTSP server using 2 nic cards http://ubuntuforums.org/showthread.php?t=599166&highlight=ltsp

Is there an LTSP forum anywhere? http://ubuntuforums.org/showthread.php?t=603151 Please type ltsp or LTSP in the Keyword box here http://ubuntuforums.org/search.php and tap the enter key. tx LTSP Gutsy Wiki Update http://ubuntuforums.org/showthread.php?t=611516 https://help.ubuntu.com/community/?action=fullsearch&context=180&value=ltsp&titlesearch=Titles