Take the RHCE lab as standard. A simple NTP time server standard configuration is as follows: (Fu) server side: first, modify the system time and write the system time into dateMMDDhhmmYYYY in the hardware time. ss; hwclock-wvim/etc/ntp. confrestrictdefaultnomodifynotrapnoqueryrestrict127.0.0.1restrict192138.
Take the RHCE lab as the standard. A simple NTP time server is configured as follows: (Fu)
Server:
First, modify the system time and write the system time into the hardware time. date MMDDhhmmYYYY. ss; hwclock-w
Vim/etc/ntp. conf
Restrict default nomodify notrap noquery
Restrict 127.0.0.1
Restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
Server 127.127.1.0
Fudge 127.127.1.0 stratum 0
Client:
Vim/etc/ntp. conf
Server 192.168.1.2
Vim/etc/ntp/step-ticker
192.168.1.2
The client restarts the ntpd service to see the effect of service ntpd restart.