Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:6600 0.0.0.0:* LISTEN 904/mpd
udp 0 0 127.0.0.1:123 0.0.0.0:* 889/ntpd
udp 0 0 ::1:123 :::* 889/ntpd
ich frage mich gerade wo die letzte Zeile der netstat Ausgabe herkommt.
die /etc/hosts sieht so aus
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost sunny
# End of file
und /etc/ntp.conf so:
# public NTP servers to sync with
server 0.de.pool.ntp.org
server 1.de.pool.ntp.org
server 2.de.pool.ntp.org
server 3.de.pool.ntp.org
# default restrictions
restrict default nomodify nopeer
# Permit all access over the loopback interface
restrict 127.0.0.1
# you should not need to modify the following paths
driftfile /var/lib/ntp/ntp.drift
# NTP log file
logfile /var/log/ntp.log
interface ignore all
interface ignore wildcard
interface listen 127.0.0.1
ich meine bei der Installation eine ähnliche Zeile in /etc/hosts gesehen zu haben, aber ich habe die Datei ja wie oben angepasst.