Yavaş bağlantı ve NTP


2

Yüksek gecikme süresi olan (+ 400ms) yavaş bir bağlantının (Çevirmeli Bağlantı) arkasındayım. Kısa süre önce yenilendiğim ve My Debian'ı kurduğum kırılmış MyBook World'ü aldım.

Sorun şu ki, bu cihazın yerleşik bir saati yok, bu yüzden her açılışta tarih 1970'e ayarlandı. Bunu NTP kullanarak çözebildiğim halde, NTP çalışıyor ancak bir süre sonra hatasız çıkıyor ve aynı zamanda. Kullanıyordum ntp -q.

Ayrıca ntpdate-debian, aşağıdaki hatayı veren denedim :

1 Oca 00:14:11 ntpdate [966]: senkronizasyon için uygun sunucu bulunamadı

İşte benim ntp.conf:

root@mybook:~# cat /etc/ntp.conf
# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help

driftfile /var/lib/ntp/ntp.drift


# Enable this if you want statistics to be logged.
#statsdir /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


# You do need to talk to an NTP server or two (or three).
#server ntp.your-provider.example

# pool.ntp.org maps to about 1000 low-stratum NTP servers.  Your server will
# pick a different set every time it starts up.  Please consider joining the
# pool: <http://www.pool.ntp.org/join.html>

#Belgium
server ntp1.belbone.be iburst dynamic
server ntp2.belbone.be iburst dynamic


#Holland
server ntp3.linocomm.net iburst dynamic
server ntp2.linocomm.net iburst dynamic
server serv01.richs.nl iburst dynamic
server ntp.grafix.nl iburst dynamic



# Access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html for
# details.  The web page <http://support.ntp.org/bin/view/Support/AccessRestrictions>
# might also be helpful.
#
# Note that "restrict" applies to both servers and clients, so a configuration
# that might be intended to block requests from certain clients could also end
# up blocking replies from your own upstream servers.

# By default, exchange time with everybody, but don't allow configuration.
restrict -4 default kod notrap nomodify nopeer noquery
restrict -6 default kod notrap nomodify nopeer noquery

# Local users may interrogate the ntp server more closely.
restrict 127.0.0.1
restrict ::1

# Clients from this (example!) subnet have unlimited access, but only if
# cryptographically authenticated.
#restrict 192.168.123.0 mask 255.255.255.0 notrust


# If you want to provide time to your local subnet, change the next line.
# (Again, the address is an example only.)
#broadcast 192.168.123.255

# If you want to listen to time broadcasts on your local subnet, de-comment the
# next lines.  Please do this only if you trust everybody on the network!
#disable auth
#broadcastclient

root@mybook:~#

Gördüğünüz gibi, coğrafi olarak bana yakın olan sunucuları seçmeyi denedim (Belçika).

Biri yardım isterse?

Yanıtlar:


2

Daha ntpdateönce kullanmayı deneyin ntp. ntpq -c peersSunucularınıza bağlanıp bağlanmadığınızı görmek için de komutu kullanabilirsiniz . Genellikle mümkünse ISS'lerimin zaman sunucularını veya dns sunucularını kullanırım. Bunu yapıyor gibi görünüyorsun. Bunlar iyi bağlantı ve gecikmeye sahip olmalıdır.

ntpdate -d ntp3.linocomm.netbağlantı olup olmadığını kontrol etmek için kullanılabilir. Tüm sunucularınızı tek bir komutta listeleyebilirsiniz. Saati ayarlamak için -d'yi kaldırın.


Teşekkürler, ancak sorunu Web Sunucumdaki bir komut dosyasından CURLing yaparak çözdüm. Tarih doğruluğu önemli değildir, ancak bu dahili saati olmayan gömülü bir cihazdır, bu nedenle tarih her açılışta 1970'e ayarlanır. Cihaz çoğunlukla yüksek gecikme değerlerini açıklayan bir 3G yönlendirici arkasında çalışır.
friedkiwi
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.