NTP Server Configuring
Hi,
Today I am showing you how to configure NTP server On suse linux
Install NTPD and Configure NTP server for time adjustment. NTP uses 123/UDP.
You can check by command #netstate -tlupn
Then Configure NTP
Install NTPD by--
zypper -n install ntp
confirm by-
rpm -qa | grep ntpd
Then edit
vi /etc/ntp.conf
add after line number 38
server ntp1.jst.mfeed.ad.jp iburst server ntp2.jst.mfeed.ad.jp iburst server ntp3.jst.mfeed.ad.jp iburst
last line you can add : add the network range you allow to receive requests
restrict 172.17.0.0 mask 255.255.0.0 nomodify notrap