Hello,
 
Try below Solution:
=============
on server
# yum install ntp
# chkconfig ntpd on
# vi /etc/ntp.conf
add a line
restrict default ignore
restrict 202.54.1.5 mask 255.255.255.245 (Change accordingly your IP)
server 202.54.1.5
(Replace 202.54.1.5 and mask with actual remote ISP or ntp.org NTP server IP. 
Save and close the file.)
then client configuration
#vi /etc/ntp.conf 
add a line like
server <NTP server IP>
restrict <server IP>mask <subnet mask>
#iptables -F
#ntpdate -b <server IP>
now all is done 
============

Thanks,
-Shirish Shukla
"Give Respect To Time One Day At Right Time, Time Will Respect You!"
 


      

[Non-text portions of this message have been removed]

Reply via email to