Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: henry44 on September 03, 2005, 08:28:25 AM

Title: LTSP server behind 6.0.1 server problem
Post by: henry44 on September 03, 2005, 08:28:25 AM
As it says in the subject, I have a 6.0.1 server facing the internet and a Fedora Core based LTSP server connected to that.

What do I need to do to create a connection from the thin clients to the i-bays on the sme box? Do I need to create an account on the sme box to match the ltsp login? What about the ltsp client access issues?

I have the thin client stuff working well, just need to integrate with the sme stuff.

The searching I did was of no help.
Title: LTSP server behind 6.0.1 server problem
Post by: dmac on September 03, 2005, 09:13:43 PM
Use the NFS,

1) rpm -Uvh e-smith-nfs-1.21-04sjn01.noarch.rpm nfs-utils-0.3.3-5.i386.rpm
2) populate /etc/exports and start NFS [root@sme]# /sbin/e-smith/signal-event nfs-update
3) Make it run on bootup
[adam- perhaps better to use ln -s /etc/rc.d/init.d/nfs /etc/rc7.d/S99nfs?]
[root@sme]# /sbin/e-smith/db configuration set nfs service
[root@sme]# /sbin/e-smith/db configuration setprop nfs status enabled

Taken from http://no.longer.valid/phpwiki/index.php/NIS%20Authenticated%20Linux%20workstation%20on%20an%20e-smith%20server

Darin
Title: LTSP server behind 6.0.1 server problem
Post by: henry44 on September 04, 2005, 02:17:04 AM
I understand the NIS stuff, but how do the clients validate with the sme server, as they are users on what is essentially another user on the sme box?
Title: LTSP server behind 6.0.1 server problem
Post by: dmac on September 04, 2005, 08:52:41 AM
Don't worry about the NIS stuff.  Look at the NFS.  If you set up SME as a NFS server and the LTSP as the NFS Client, you will be able to map using the fstab file.  The user on the LTSP would also need to be on the SME server as well.

Darin
Title: LTSP server behind 6.0.1 server problem
Post by: henry44 on September 04, 2005, 06:07:10 PM
looks straight forward. I'll give it a try.

Thanks.......

Now it I can get the "print to client attached printer" figured out, I'm done.