Linux Server

時刻同期(ntp)設定

  

ご注意下さい

この記事は3年以上前に書かれた記事ですので、内容が古い可能性があります。

0
(0)

・/etc/ntp.confを修正

LAN内からの時刻問い合わせを許可する。それ以外は拒否。
時刻同期を行うサーバも許可する。

# Prohibit general access to this service.
restrict default ignore

# Permit all access over the loopback interface. This could
# be tightened as well, but to do so would effect some of
# the administrative functions.
restrict 127.0.0.1
restrict 192.168.0.0 mask 255.255.0.0
restrict 133.100.9.2 mask 255.255.255.255
restrict 130.34.11.117 mask 255.255.255.255
restrict 202.224.32.4 mask 255.255.255.255

時刻同期サーバを指定
# restrict mytrustedtimeserverip mask 255.255.255.255 nomodify notrap noquery
# server mytrustedtimeserverip
server ntp.asahi-net.or.jp prefer
server ntp.tohoku.ac.jp
server clock.nc.fukuoka-u.ac.jp

認証はしない
#
# Authentication delay. If you use, or plan to use someday, the
# authentication facility you should make the programs in the auth_stuff
# directory and figure out what this number should be on your machine.
#
authenticate no

こんだけ。

# service ntpd start

として、暫くした後、

# ntpq -p

にて時刻同期していることを確認する。

[root@www /root]# ntpq -p
remote refid st t when poll reach delay offset disp
==============================================================================
LOCAL(1) LOCAL(1) 3 l 24 64 377 0.00 0.000 10.01
+orion.asahi-net p011.gate.atson 2 u 659 1024 377 5.77 12.918 10.04
+zao.net.tohoku. .GPS. 1 u 228 1024 377 12.44 11.733 5.58
*clock.nc.fukuok .GPS. 1 u 506 1024 377 27.77 10.155 11.23
[root@www /root]#

この記事は役に立ちましたか? | Is this article useful for you?

評価をお願いします | Please leave your rating.

平均 | Av.: 0 / 5. 投票数 | Votes: 0

最初の評価を下さい | Please vote for the first rating.

-Linux Server
-

© 1999 - 2021 蒲田ネット