OpenNTPd port service

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <misc@...>
Date: Friday, April 11, 2008 - 5:26 am

Well...

$ ifconfig nfe0
nfe0: flags=8843 mtu 1500
lladdr 00:e0:81:5c:e6:a0
media: Ethernet autoselect (1000baseT full-duplex,master)
status: active
inet 192.168.1.245 netmask 0xffffff00 broadcast 192.168.1.255
inet6 fe80::2e0:81ff:fe5c:e6a0%nfe0 prefixlen 64 scopeid 0x1

$ cat /etc/ntpd.conf
# $OpenBSD: ntpd.conf,v 1.8 2007/07/13 09:05:52 henning Exp $
# sample ntpd configuration file, see ntpd.conf(5)

# Addresses to listen on (ntpd does not listen by default)
listen on 192.168.1.245

# sync to a single server
#server ntp.example.org
#server yes

# use a random selection of 8 public stratum 2 servers
# see http://support.ntp.org/bin/view/Servers/NTPPoolServers
servers es.pool.ntp.org

but... ?no 'LISTEN' state in port 123?

$ netstat -an | grep LISTEN
tcp 0 0 127.0.0.1.587 *.* LISTEN
tcp 0 0 127.0.0.1.25 *.* LISTEN
tcp 0 0 *.1721 *.* LISTEN
tcp 0 0 *.37 *.* LISTEN
tcp 0 0 *.13 *.* LISTEN
tcp 0 0 *.113 *.* LISTEN
tcp6 0 0 ::1.587 *.* LISTEN
tcp6 0 0 ::1.25 *.* LISTEN
tcp6 0 0 *.1721 *.* LISTEN
tcp6 0 0 *.37 *.* LISTEN
tcp6 0 0 *.13 *.* LISTEN
tcp6 0 0 *.113 *.* LISTEN

?????

--
Thanks,
Jordi Espasa Clofent

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
OpenNTPd port service, Jordi Espasa Clofent, (Fri Apr 11, 5:26 am)
Re: OpenNTPd port service, Claudio Jeker, (Fri Apr 11, 5:32 am)
Re: OpenNTPd port service, Jordi Espasa Clofent, (Fri Apr 11, 5:45 am)