Difference between revisions of "K12LTSP"
From SME Server
Jump to navigationJump to search (New page: == Introduction == This is a howto based on fedora7 showing how to authenticate a K12LTSP [http://k12ltsp.org] server off SME Server. The K12LTSP server is an easy way to add Linux t...) |
m (Added Category:Howto) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | == Introduction == | ||
+ | This is a howto based on [[fedora7]] showing how to authenticate a K12LTSP [http://k12ltsp.org] server off SME Server. The K12LTSP server is an easy way to add Linux thin client computing to your network. The K12LTSP Server is based on Fedora 6 with pre-configured LTSP [http://ltsp.org] added in. | ||
− | == | + | == Install the K12LTSP Server == |
− | + | # Turn off the firewall | |
+ | # Turn off SE Linux | ||
+ | # Log in as root | ||
+ | # Check /etc/hosts - make sure that the internal server name is different to your SME Server's name. I ran into trouble because the default K12LTSP internal server name is server.ltsp and my SME Server is server.school.edu.au - I changed the K12LTSP server's internal server name to k12server.ltsp. Note, this is different to the K12LTSP's external server name which you can set to be anything. Mine is k12.school.edu.au ! You probably won't have to do this step if you gave your SME Server a more imaginative name! | ||
+ | # Do a yum update. I ran into trouble with broken icewm (a really light window manager which I don't like anyway). So first do a yum remove icewm -y, and then yum update - y (I had to download around 450MB of updates, Fedora 6 is just a little old!) | ||
+ | # Reboot if you know what's good for ya! | ||
+ | ---- | ||
+ | [[Category:Howto]] |
Latest revision as of 22:26, 22 November 2007
Introduction
This is a howto based on fedora7 showing how to authenticate a K12LTSP [1] server off SME Server. The K12LTSP server is an easy way to add Linux thin client computing to your network. The K12LTSP Server is based on Fedora 6 with pre-configured LTSP [2] added in.
Install the K12LTSP Server
- Turn off the firewall
- Turn off SE Linux
- Log in as root
- Check /etc/hosts - make sure that the internal server name is different to your SME Server's name. I ran into trouble because the default K12LTSP internal server name is server.ltsp and my SME Server is server.school.edu.au - I changed the K12LTSP server's internal server name to k12server.ltsp. Note, this is different to the K12LTSP's external server name which you can set to be anything. Mine is k12.school.edu.au ! You probably won't have to do this step if you gave your SME Server a more imaginative name!
- Do a yum update. I ran into trouble with broken icewm (a really light window manager which I don't like anyway). So first do a yum remove icewm -y, and then yum update - y (I had to download around 450MB of updates, Fedora 6 is just a little old!)
- Reboot if you know what's good for ya!