Geht eigentlich bei euch der "Sortieren nach"-Button im Paketzentrum? Er hat bei mir noch nie funktioniert (IE und Chrome).
Ich kann ja nicht nicht mal sehen was es als Auswahl gibt =/
restrict default noquery notrust nomodify
restrict -6 default noquery notrust nomodify
restrict 127.0.0.1
restrict -6 ::1
restrict 192.168.0.1
server 192.168.0.1 prefer
#!/bin/sh
# S22ntpdate.sh
#
# ntpdate beim Start der DS ausfuehren
#
# 17.04.2010 gm
# Installation: cp S22ntpdate.sh /usr/syno/etc/rc.d
#
case "$1" in
stop)
;;
start)
/usr/sbin/ntpdate -b 192.168.0.1
;;
restart)
$0 stop
$0 start
;;
*)
echo "usage: $0 { start | stop | restart}" >&2
exit 1
;;
esac
# These priorities in this config file are not logged
# refer to syslog.h
#alert
#crit
debug
#emerg
#err
info
notice
# Always keep these setting , as these are obselete
# refer to syslog.h
error
none
warn
panic
restrict default noquery nomodify
restrict -6 default noquery nomodify
restrict 127.0.0.1
restrict -6 ::1
server 127.127.1.0
fudge 127.127.1.0 stratum 12
server 0.de.pool.ntp.org
server 1.de.pool.ntp.org
server 2.de.pool.ntp.org
server 3.de.pool.ntp.org
C:\>nslookup de.pool.ntp.org
...
Name: de.pool.ntp.org
Addresses: 212.18.3.18, 87.139.126.233, 217.144.143.83, 88.198.244.104
restrict default noquery notrust nomodify
restrict -6 default noquery notrust nomodify
restrict 127.0.0.1
restrict -6 ::1
restrict de.pool.ntp.org
server de.pool.ntp.org prefer
C:\>nslookup 0.de.pool.ntp.org
...
Name: 0.de.pool.ntp.org
Addresses: 141.30.228.4, 87.139.126.233, 80.237.238.143, 88.198.36.57
Naja, mit dem stratum von 12 wird die lokale Uhr ja auch sehr niedrig priorisiert - doch das hat den Vorteil, dass bei Netzwerkproblemen nicht auf einen Timeout gewartet werden muß, sondern der Server sich gegen sich selbst synchronisiert und die Abfragen dann zeitig wiederholen kann.Edit:
Ich hab die Beschreibung mal überflogen. Meines Erachtens könnte notrust beim default ruhig drin bleiben. Ein "restrict <IP>"-Eintrag überschreibt ja den default. Mit "server 127.127.1.0" machst du m.W. auch die lokale Uhr zum Server, das ist sicherlich die ungenauste Quelle. Mir erscheint daher das Original plausibler zu sein, in deinem Fall also mit de.pool.ntp.org anstatt 192.168.0.1, also
Code:restrict default noquery notrust nomodify restrict -6 default noquery notrust nomodify restrict 127.0.0.1 restrict -6 ::1 restrict de.pool.ntp.org server de.pool.ntp.org prefer
Gruß Benares
Oct 21 12:20:37 syslogd started: BusyBox v1.16.1
Oct 21 12:20:37 kernel: [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
Oct 21 12:20:37 kernel: [ 0.000000] CPU: VIVT data cache, VIVT instruction cache
Oct 21 12:20:37 kernel: [ 0.000000] Machine: Synology 6282 board
Oct 21 12:20:37 kernel: [ 0.000000] Using UBoot passing parameters structure
Oct 21 12:20:37 kernel: [ 0.000000] Sys Clk = 200000000, Tclk = 166666667
Oct 21 12:20:37 kernel: [ 0.000000] Synology Board ID: 27
Oct 21 12:20:37 kernel: [ 0.000000] Memory policy: ECC disabled, Data cache writeback
Oct 21 12:20:37 kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping off. Total pages: 130048
Oct 21 12:20:37 kernel: [ 0.000000] Synology Hareware Version: DS212pv20-j
Oct 21 12:20:37 kernel: [ 0.000000] Internal HD num: 2
Oct 21 12:20:37 kernel: [ 0.000000] Internal netif num: 1
Oct 21 12:20:37 kernel: [ 0.000000] Esata chip use 7042: 1
Oct 21 12:20:37 kernel: [ 0.000000] Console: colour dummy device 80x30
Oct 21 12:20:37 kernel: [ 0.250000] Mount-cache hash table entries: 512
Oct 21 12:20:37 kernel: [ 0.420000]
Oct 21 12:20:37 kernel: [ 0.420000] CPU Interface
...
Oct 21 12:20:10 syslogd started: BusyBox v1.16.1
Oct 21 12:20:10 kernel: [ 10.150000] correction with 0x03
Oct 21 12:20:10 kernel: [ 10.250000] Brand: Synology
Oct 21 12:20:10 kernel: [ 10.250000] Model: DS-111
...
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.