मैंने सभी को आजमाया और बहुत गुदगुदाया! लेकिन मैं अपने सर्वर पर काम एनटीपी नहीं कर सकता। यह पोस्ट आखिरी उम्मीद है! मैंने इस विन्यास के साथ डेबियन सर्वर पर ntp स्थापित किया है /etc/ntp.conf
:
driftfile /var/lib/ntp/ntp.drift
statdir /var/log/ntpstats/
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
server 0.it.pool.ntp.org iburst
server 1.it.pool.ntp.org iburst
server 2.it.pool.ntp.org iburst
server 3.it.pool.ntp.org iburst
restrict -4 default nomodify nopeer noquery notrap
restrict -6 default nomodify nopeer noquery notrap
# Restrict eth0 ip
restrict 192.168.1.1
restrict 127.0.0.1 noserve nomodify
restrict ::1
अब जब मैं कोशिश करता हूं:
ntpq -pn
127.0.0.1: timed out, nothing received
***Request timed out
जब मैं कोशिश करता हूं:
ntpdate -q
9 Mar 18:08:01 ntpdate[27896]: no servers can be used, exiting
लेकिन इसके साथ:
ntpdate -d 0.it.pool.ntp.org
मैं आने वाले पैकेटों को पुनः प्राप्त करता हूं और समय की भरपाई करता हूं। यह मुझे गलत ntp.conf कॉन्फ़िगरेशन की ओर ले जाता है।
कोई सुराग क्यों यह हो रहा है।
service ntpd restart
।
/etc/ntp.conf
? क्या आप उन NTP सर्वरों के बारे में निश्चित हैं? डेबियन की कोशिश करो, मेरी (काम) ntp.conf यहाँ है ।