You are on page 1of 1

Linux Red Hat Configure an NTP Client

1) Install ntp

# yum install ntp


2) Configure an NTP Client and Add ip address of the NTP server

# vi /etc/ntp.conf
server ipaddress
3) Set the run level

# chkconfig --level 345 ntpd reset


4) Restart service

# service ntpd restart

Note: udp port 123 should be opened in firewall

You might also like