NTP Syncronisieren

Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
Antworten
Benutzeravatar
Maikel
Beiträge: 1267
Registriert: 13.04.2004 15:39:25
Wohnort: Gelsenkirchen
Kontaktdaten:

NTP Syncronisieren

Beitrag von Maikel » 26.03.2005 16:19:48

Ich habe gerade ntp wie HIER
beschrieben installiert!
Folgendes wenn ich am Client versuche die Server anzeigen zu lassen:

Code: Alles auswählen

ntpdc -p
     remote           local      st poll reach  delay   offset    disp
=======================================================================
=LOCAL(0)        127.0.0.1       13   64  377 0.00000  0.000000 0.03049
*aqua.subnet.at  192.168.0.11     3   64  376 0.08928 -0.024681 0.06914

Code: Alles auswählen

ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
*aqua.subnet.at  161.53.30.80     3 u   87   64  376   89.288  -24.681   7.030
 LOCAL(0)        LOCAL(0)        13 l   29   64  377    0.000    0.000   0.002
Sollte da nicht mein lokaler Server stehen?
Wenn ich rs an meinem Server versuche kommt das:

Code: Alles auswählen

bigtux:~# ntpq -p
ntpq: read: Connection refused

Hier mal die beiden .confs:

Code: Alles auswählen

# Server:/etc/ntp.conf

# Abweichungen
driftfile /var/lib/ntp/ntp.drift

# NTP-Server
server ntp1.ptb.de
server ntp2.ptb.de

# Zugriff durch NTP-Server gestatten
restrict ntp1.ptb.de
restrict ntp2.ptb.de

# Zugriff vom localhost gestatten (ntpq -p)
restrict 127.0.0.1

# Zugriff aus dem internen Netz gestatten
restrict 192.168.0.0 mask 255.255.255.0

# allen anderen Rechnern Zugriff verwehren
restrict default notrust nomodify nopeer

Code: Alles auswählen

# Client:/etc/ntp.conf 

# Abweichungen
driftfile /var/lib/ntp/ntp.drift

# NTP-Server im LAN (siehe oben)
server 192.168.0.10

# Zugriff durch NTP-Server gestatten
restrict 192.168.0.10

# Zugriff vom localhost gestatten (ntpq -p)
restrict 127.0.0.1

# allen anderen Rechnern Zugriff verwehren
restrict default notrust nomodify nopeer
Cheers, Maikel
------------
BGLUG
------------
Linus Torvalds:
"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it ;)"

Benutzeravatar
Maikel
Beiträge: 1267
Registriert: 13.04.2004 15:39:25
Wohnort: Gelsenkirchen
Kontaktdaten:

Beitrag von Maikel » 26.03.2005 21:37:40

Habe ntp-simple nachinstalliert und nun bekomm ich von meinem server auch was rein:

Code: Alles auswählen

bigtux:~# ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 ntp1.ptb.de     .PTB.            1 u   44   64    1   69.931  -24805.   0.004
 ntp2.ptb.de     .PTB.            1 u   43   64    1   67.180  -24806.   0.004
bigtux:~# ntpdc -p
     remote           local      st poll reach  delay   offset    disp
=======================================================================
=ntp1.ptb.de     192.168.0.10     1   64    1 0.06993 -24.80560 2.81735
=ntp2.ptb.de     192.168.0.10     1   64    1 0.06717 -24.80631 2.81735
Aber der Client zeigt immer noch die selben Verbindungen wie vorher...
Cheers, Maikel
------------
BGLUG
------------
Linus Torvalds:
"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it ;)"

Benutzeravatar
Maikel
Beiträge: 1267
Registriert: 13.04.2004 15:39:25
Wohnort: Gelsenkirchen
Kontaktdaten:

Beitrag von Maikel » 26.03.2005 21:44:36

Die wundersame Welt des Reboot!
Scheint zu klappen:

Code: Alles auswählen

testrechner:~# ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 bigtux          .STEP.          16 u   24   64    0    0.000    0.000 4000.00
testrechner:~# ntpdc -p
     remote           local      st poll reach  delay   offset    disp
=======================================================================
=bigtux          192.168.0.11    16   64    0 0.00000  0.000000 0.00000
Ist doch Richtig so, oder?
Cheers, Maikel
------------
BGLUG
------------
Linus Torvalds:
"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it ;)"

Antworten