top of page

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


MY FEATURED POSTS

Check back soon
Once posts are published, you’ll see them here.

FOLLOW US

  • Facebook Long Shadow
  • Google+ Long Shadow
  • LinkedIn Long Shadow
  • Twitter Long Shadow

I’M ALWAYS HAPPY

TO GET TO KNOW MY READERS AND SHARE INSIGHTS AND IDEAS. 

 

DROP ME A LINE 

Success! Message received.

bottom of page