Wednesday, September 26, 2012

NTP Server Configuration in RHEL 6

This video explains how to setup the local NTP server in Red Hat Enterprise Linux 6.

Client Side configuration:
Step 1: Set the ipaddress in the same range (say 9.0.0.21) & check up with ping command.
Step 2: #system-config-date
            Remove all and give 9.0.0.20 (NTP server ip) in NTP Servers box.
Step 3: #service ntpd restart
Step 4: #chkconfig ntpd on
Step 5: #ntpdate -b 9.0.0.20
Note: The time will be synchronized with the NTP server, the client system restart requires sometimes.

0 Comments: