Lab46 Wiki
User Tools
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
You are here:
start
»
user
»
mtaft4
»
projects
»
ltsp
Sidebar
information
Documentation
Faculty Pages
Log Metrics
Mailing Lists
Student Pages
Computing/IT Jobs
support
Administrivia
Submit Help Request
Tutoring Help
user:mtaft4:projects:ltsp
Linux Terminal Server Project
Issue the line 'sudo apt-get install ltsp-server-standalone openssh-server'
Issue the line 'sudo ltsp-build-client –arch i386 –mirror “
http://mirror/ubuntu
” –security-mirror “
http://mirror/ubuntu-security
”
Edit /etc/network/interfaces and replace the entry for eth0 with the following=
auto <Interface for Server>
iface <Interface for Server> inet static
address <The IP address you wish to use>
netmask 255.255.255.0
Edit /etc/ltsp/dhcpd.conf and change these lines to:
subnet <Network address .0 at the end of the interface from last step> netmask 255.255.255.0 {
range <Server IP> <Upper limit of addresses in that subnet>;
option domain-name “<Domain name you wish to use>”;
option domain-name-servers <Server IP>;
option broadcast address <Last address of server subnet>;
option routers <Server IP>
Change “RUN DAEMON=“no”” to “RUN DAEMON=“yes”” in /etc/default/tftp-hda
Change instances of the hostname at the beginning of lines in /opt/ltsp/i386/etc/ssh/ssh_known_hosts to add “,<Server IP>” at the end of it.
Invoke sudo /etc/init.d/dhcp3-server restart and connect a client to the server.
Login with an existing login on the server
user/mtaft4/projects/ltsp.txt
· Last modified: 2010/12/18 01:23 by
mtaft4
Page Tools
Show pagesource
Old revisions
Backlinks
Back to top