# chronyc activity
ergibt
200 OK
0 sources online
5 sources offline
0 sources doing burst (return to online)
0 sources doing burst (return to offline)
# chronyc sources
ergibt
210 Number of sources = 5
MS Name/IP address Stratum Poll LastRx Last sample
============================================================================
^+ darkstar.sanet.de 0 8 0 +0us[ +0us] +/- 0us
^+ louie.udel.edu 0 8 0 +0us[ +0us] +/- 0us
^+ hendrek.colo.frell.eu.org 0 8 0 +0us[ +0us] +/- 0us
^+ h1634.serverkompetenz.net 0 8 0 +0us[ +0us] +/- 0us
^+ atlantis.resolution.de 0 8 0 +0us[ +0us] +/- 0us
Ich sitze hinter einem Router. Ich habe aber keine Ports gesperrt, zumindest nicht wissentlich. Wie kann ich weitersuchen ?
Chrony bekommt keine Antwort
-
- Beiträge: 13
- Registriert: 10.04.2005 18:52:49
-
Kontaktdaten:
-
- Beiträge: 13
- Registriert: 10.04.2005 18:52:49
-
Kontaktdaten:
-
- Beiträge: 13
- Registriert: 10.04.2005 18:52:49
-
Kontaktdaten:
-
- Beiträge: 13
- Registriert: 10.04.2005 18:52:49
-
Kontaktdaten:
-
- Beiträge: 13
- Registriert: 10.04.2005 18:52:49
-
Kontaktdaten:
Bisher hatte ich es so verstanden, dass Chrony hier erfährt, wann es online gehen kann :
---------------------------------------
/etc/ppp/ip-up.d/chrony
---------------------------------------
#!/bin/sh
# This script tells chronyd that the connection is up so that it can
# contact the server. John Hasler <jhasler@debian.org> 1998-2003
# Any possessor of a copy of this program may treat it as if it
# were in the public domain. I waive all rights.
/bin/pidof chronyd > /dev/null || exit 0
KEY=$(awk '$1 ~ /^commandkey$/ { print $2; exit}' /etc/chrony/chrony.conf)
PASSWORD=`awk '$1 ~ /^'$KEY'$/ {print $2; exit}' /etc/chrony/chrony.keys`
/usr/bin/chronyc << EOF
password $PASSWORD
online
EOF
touch /var/run/chrony-ppp-up
exit 0
---------------------------------------
/etc/ppp/ip-up.d/chrony
---------------------------------------
#!/bin/sh
# This script tells chronyd that the connection is up so that it can
# contact the server. John Hasler <jhasler@debian.org> 1998-2003
# Any possessor of a copy of this program may treat it as if it
# were in the public domain. I waive all rights.
/bin/pidof chronyd > /dev/null || exit 0
KEY=$(awk '$1 ~ /^commandkey$/ { print $2; exit}' /etc/chrony/chrony.conf)
PASSWORD=`awk '$1 ~ /^'$KEY'$/ {print $2; exit}' /etc/chrony/chrony.keys`
/usr/bin/chronyc << EOF
password $PASSWORD
online
EOF
touch /var/run/chrony-ppp-up
exit 0
-
- Beiträge: 13
- Registriert: 10.04.2005 18:52:49
-
Kontaktdaten: