On Tue, 25 Sep 2001, "Stephen Ingham" <[EMAIL PROTECTED]> wrote:
>
> I am trying to set up a time server on an isolated network (No Internet =
> Access) that the clients can use 'rdate' to synchronize their system =
> times.
>
> Question: What time server program should I use? (I haven't been able =
> to get 'ntpd' to work)
If you are going to be using rdate (which I think is fine for nearly
all setups, unless sub-second synchronization is needed) then something
like this in /etc/inetd.conf is what you want:
time stream tcp nowait nobody /usr/sbin/tcpd in.timed
time dgram udp wait nobody /usr/sbin/tcpd in.timed
The server is "/usr/sbin/in.timed" in this case.
I hear that modern Redhat versions use /etc/xinetd.conf instead of
the above, so it could be slightly different.
Please ask if you need more details.
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************