- sudo apt-get install ntp
server 211.22.103.158 preferserver 211.22.103.157 server 118.163.81.62server 118.163.81.63 restrict 211.22.103.158 # clock.stdtime.gov.twrestrict 211.22.103.157 # tock.stdtime.gov.twrestrict 118.163.81.62 # tick.stdtime.gov.twrestrict 118.163.81.63 # watch.stdtime.gov.tw都設定好以後,啟動ntp服務並確認開機會執行:
restrict 192.168.1.0 mask 255.255.255.0 nomodify
- sudo service ntp restart
- sudo chkconfig --list ntp
另外要注意防火牆要打開port 123(用root執行):
- iptables -A INPUT -p udp -s 192.168.1.0/24 --dport 123 -j ACCEPT
- iptables-save > /etc/iptables/rules.v4
最後到192.168.1.x的機器上面校正時間(假設ntp的對內網卡是192.168.1.254)
- for addr in 192.168.1.{1..234}; do echo $addr; sudo ssh $addr ntpdate 192.168.1.254; printf "\n"; done
沒有留言:
張貼留言