On Wed, 24 Jul 2002, Alexander Eduardo Belck said:

> My /etc/hosts.allow was setup by ltsp_initialize with:
>
> bootpd:         0.0.0.0
> in.tftpd:       192.168.10.
> portmap:        192.168.10.
>
>
> 2nd try:
> I added to hosts.allow:
> ALL:     ALL
>
> After rebooting, now the ws001 could mount his root. But what should be the
> right permission to put in /etc/hosts.allow ? (rpc.mountd:   192.168.10. ??)

You should probably make some adjustments to /etc/exports where access
rights are specified for nfs shares.  It sounds like the client doesn't
have rights to the nfs share.  Although it can be specified for each
machine, you probably would find it more convenient to specify rights
according to the subnet you're using (assuming 192.168.0. here):

/opt/ltsp/i386           192.168.0.0/255.255.255.0(ro, no_root_squash)
/var/opt/ltsp/swapfiles  192.168.0.0/255.255.255.0(rw, no_root_squash)

and if using a font server for X,

/usr/X11R6/lib/X11/fonts/ltsp/i386 192.168.0.0/255.255.255.0(ro,no_root_squash)

You may want to remove the no_root_squash parameter for security.


> I've never used remote logging, so I didn't know if I need to configur
> something at the server to allow remot logging and must skiped the
> apropriate instruction in the ltsp documentation. How does I fix this
> error ?

In your syslogd startup script (/etc/init.d/syslog) for SuSE, or in the
configuration file that your distro uses for syslog command line options
(/etc/rc.config for SuSE) add the -r parm.  The -s will strip the domain
info from the client's log entries.

/etc/rc.config (SuSE)

#
# if not empty: parameters for syslogd
# for example SYSLOGD_PARAMS="-r -s my.dom.ain"
#
SYSLOGD_PARAMS="-r -s 192.168.10.0/192.168.10.255"

----------------------------------------------------------------
John Karns                                        [EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to