Fedora 11
Sponsored Link

NTP Server2009/06/10

  It's an example to install and Configure NTP server for system clock.
[root@dlp ~]#
yum -y install ntp

Loaded plugins: fastestmirror
Determining fastest mirrors
* fedora: www.ftp.ne.jp
* updates: ftp.riken.jp
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package ntp.x86_64 0:4.2.4p6-4.fc11 set to be updated
--> Processing Dependency: ntpdate = 4.2.4p6-4.fc11 for package: ntp
--> Running transaction check
---> Package ntpdate.x86_64 0:4.2.4p6-4.fc11 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================
Package
Arch
Version
Repository
Size

===================================================================
Installing:
  ntp
x86_64
4.2.4p6-4.fc11
fedora
1.4 M

Installing for dependencies:
  ntpdate
x86_64
4.2.4p6-4.fc11
fedora
58 k


Transaction Summary
===================================================================
Install
2 Package(s)

Update
0 Package(s)

Remove
0 Package(s)


Total download size: 1.4 M
Downloading Packages:
(1/2): ntp-4.2.4p6-4.fc11.x86_64.rpm
| 1.4 MB   00:03

(2/2): ntpdate-4.2.4p6-4.fc11.x86_64.rpm
|   58 kB   00:03

---------------------------------------------------------
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
   Installing : ntpdate
1/2

   Installing : ntp
2/2


Installed:
   ntp.x86_64 0:4.2.4p6-4.fc11

Dependency Installed:
   ntpdate.x86_64 0:4.2.4p6-4.fc11

Complete!
[root@dlp ~]#
mv /etc/ntp.conf /etc/ntp.conf.bk

[root@dlp ~]#
vi /etc/ntp.conf


# Set servers for synchronizing

server ntp1.jst.mfeed.ad.jp

server ntp2.jst.mfeed.ad.jp

server ntp3.jst.mfeed.ad.jp


[root@dlp ~]#
/etc/rc.d/init.d/ntpd start

Starting ntpd:
[ OK ]

[root@dlp ~]#
chkconfig ntpd on

[root@dlp ~]#
ntpq -p

remote
refid
st
t
when
poll
reach
delay
offset
jitter

==========================================================
ntp1.jst.mfeed.
210.173.160.86
2
u
2
64
1
21.227
-475.55
0.001

ntp2.jst.mfeed.
210.173.160.86
2
u
1
64
1
21.400
-475.53
0.001

ntp3.jst.mfeed.
210.173.160.86
2
u
-
64
1
22.087
-476.08
0.001
Matched Content