Changes between Version 1 and Version 2 of linux/ntp
- Timestamp:
- 2014/05/23 11:33:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/ntp
v1 v2 4 4 5 5 ### NTPサーバの設定 6 /etc/ntp.conf を以下のように編集する。6 /etc/ntp.confに下記の行を追加する。 7 7 {{{ 8 ...9 #server 0.rhel.pool.ntp.org10 #server 1.rhel.pool.ntp.org11 #server 2.rhel.pool.ntp.org12 ...13 #statistics clockstats cryptostats loopstats peerstats14 8 restrict 192.168.1.0 mask 255.255.255.0 15 9 server 127.127.1.0 16 10 fudge 127.127.1.0 stratum 10 17 11 }}} 18 restrict,server,fudgeの3行を追加し、インターネットに接続していない場合、NTPサーバの設定をコメントアウトする。19 12 20 13 == NTPクライアント