Giter Site home page Giter Site logo

gvsurenderreddy / ltsp-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from enslaver/ltsp

0.0 2.0 0.0 1.4 MB

Linux Terminal Server Project

License: GNU General Public License v2.0

Shell 75.90% Groff 9.27% Makefile 0.70% C 11.18% Lex 0.61% Yacc 0.14% Python 0.96% M4 0.20% Perl 1.03%

ltsp-1's Introduction

This is install instructions for the RPM version of the ltsp package. Please run all commands as root or using sudo command

On your LTSP server you must have epel-release repo's setup from http://fedoraproject.org/wiki/EPEL

Then you can install the LTSP repo using this command: For EL6: rpm --import http://ltsprepo.s3.amazonaws.com/rpm/RPM-GPG-KEY-ltsp rpm -Uvh http://ltsprepo.s3.amazonaws.com/rpm/el6/x86_64/ltsp-release-5-9.el6.noarch.rpm

For Fedora 18: rpm --import http://ltsprepo.s3.amazonaws.com/rpm/RPM-GPG-KEY-ltsp rpm -Uvh http://ltsprepo.s3.amazonaws.com/rpm/fc18/x86_64/ltsp-release-5-9.fc18.noarch.rpm

To install the server simply run: yum install ltsp-server

FEDORA 18+ NOTE: Fedora now uses systemctl instead of init.d, so to control these services you would use: systemctl stop SERVICENAME ; systemctl disable SERVICENAME

NOTE: Steps 1-5 here can be bypassed by editing /etc/ltsp/ltsp-server.conf changing the LTSP_DEV and LTSP_DEFAULTIP then running: ltsp-server-initialize

There are a few things you must do to prepare for the client to boot

  1. Disable selinux by editing /etc/sysconfig/selinux and change SELINUX=permissive
  2. Temporarily disable iptables by running: /etc/init.d/iptables stop ; /sbin/chkconfig iptables off NOTE: you may choose to reconfigure iptables later to add services such as nfs, tftp, dhcpd, named and others that we use

For configurations with 2 NIC's with setups such as eth0 - internet & eth1 - internal network (preferred method)

  1. Disable NetworkManager /sbin/chkconfig NetworkManager off /sbin/chkconfig network on /sbin/service NetworkManager stop && /sbin/service network restart Make sure the network configuration files in /etc/sysconfig/network-scripts/ifcfg-eth* have "NM_CONTROLLED=no" AND has "ONBOOT=yes".
  2. Configure eth1 to an internal IP for the terminals, the default we recommend is 192.168.67.1
  3. Reboot or restart services ltsp-dhcpd xinetd nfs

For configurations with 1 NIC and no other dhcpd server on the network

  1. Edit /etc/ltsp/dhcpd.conf and change that to your network settings, then restart dhcpd
  2. Change LTSP_DEV in /etc/ltsp/ltsp-server.conf to be your main NIC

BUILDING THE CLIENT

  1. Look at /etc/ltsp/ltsp-server.conf
  2. ltsp-build-client --extra-help This will give you the options you can pass to the program that builds the chroot for the client
  3. If you'd like to go with the recommended defaults simply run: ltsp-build-client
  4. To setup services just run: ltsp-server-initialize

ltsp-1's People

Contributors

enslaver avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.