User Tools

Site Tools


user:mtaft4:projects:ltsp

Linux Terminal Server Project

  1. Issue the line 'sudo apt-get install ltsp-server-standalone openssh-server'
  2. Issue the line 'sudo ltsp-build-client –arch i386 –mirror “http://mirror/ubuntu” –security-mirror “http://mirror/ubuntu-security
  3. 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
  4. 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>
  5. Change “RUN DAEMON=“no”” to “RUN DAEMON=“yes”” in /etc/default/tftp-hda
  6. 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.
  7. Invoke sudo /etc/init.d/dhcp3-server restart and connect a client to the server.
  8. Login with an existing login on the server
user/mtaft4/projects/ltsp.txt · Last modified: 2010/12/17 20:23 by mtaft4