Public RDate Server

Published:
rdate is a Linux command and the network time protocol for immediate date and time setup from another machine. The clocks are synchronized by entering rdate with the -s switch (command without switch just checks the time but does not set anything).

rdate is the older standard that in many cases is now replaced by ntp/ntpd. Unlike ntp, rdate sets the new time instantly and is more suitable in situations like initial setup. Abrupt change of the clock settings may cause problems for some software (ntp changes time gradually). However ntp may not be available in some systems and during some initial setups is actually desired to set the correct time as soon as possible.

Under Linux, rdate does not have its own network service and is supported by the standard time service instead. It uses port 37 and can work via TCP or UDP (with -u switch).

This is tutorial How to public RDate Server.

Public RDate server need two packages:  xinet & ntp

Step 1:
On CentOS execute command:
 yum install xinet ntp

Open in new window


Step 2:
Modify File /etc/xinetd.d/time-stream

disable = no
                      #only_from = localhost

Open in new window

Step 3:
Start two services with commands:

service ntpd start
                      service xinetd start

Open in new window

Note: The service is a daemon listening on port 37 (TCP & UDP)

Using RDate command sync to date system

rdate -s <Server Address>

Open in new window

0
6,585 Views

Comments (1)

Author

Commented:
yep, longvnit.com is my blog. you can send some email to admin@longvnit.com and i will confirm it. :)

Have a question about something in this article? You can receive help directly from the article author. Sign up for a free trial to get started.