Complete.Org: Mailing Lists: Archives: discussion: February 1999:
Re: [aclug-L] Cheap X Terminals
Home

Re: [aclug-L] Cheap X Terminals

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] Cheap X Terminals
From: John Goerzen <jgoerzen@xxxxxxxxxxxx>
Date: 24 Feb 1999 22:21:18 -0600
Reply-to: aclug-L@xxxxxxxxxxxx

Jonathan Hall <jonhall@xxxxxxxxxxxxxxxxxxxx> writes:

> >  4) A working NFS setup.  (You can also use TFTP, but NFS is much
> >     easier to setup.)
> 
> Uhhmm... TFTP is a lot easier to set up.  On your Linux box:

Setting up NFS requires adding a single line to /etc/exports.

> 1. Put the file somewhere on your system.
> 2. Make it world-readable
> 3. Edit /etc/inetd.conf and uncomment the line for tftp, and change the
> argument to in.tftpd to be the directory path of the file.

Hopefully you don't already use tftp for something :-)

> 4. kill -HUP <pid of inetd>

You're forgetting the modifications to /etc/hosts.allow and/or
/etc/hosts.deny (not necessary for NFS).  Otherwise, when you're
connected to the Internet, anybody can download large files (thus
flooding your line), or worse, read some private config files.

> You now have a functional TFTP server.  Configuring NFS is much more
> involved.

Setting up NFS, you do this:

/usr/lib/X11/700X terminal-name(ro)
or:
/usr/lib/X11/700X *.your.domain.com(ro)

in /etc/exports

That's it.

John
---
This is the Air Capital Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]