Hello.
I'm trying to setup my router
LEDE Reboot 17.01.1 r3316-7eb58cf109 / LuCI lede-17.01 branch (git-17.100.70571-29fabe2)
to act as a NTP server.
My /etc/config/system contains the following section:
config timeserver 'ntp'
option enabled '1'
list server '0.lede.pool.ntp.org'
list server '1.lede.pool.ntp.org'
list server '2.lede.pool.ntp.org'
list server '3.lede.pool.ntp.org'
option enable_server '1'
The ntpd package is intalled and ntpd service is started:
root@router:~# ps |grep ntp
911 root 688 S /usr/sbin/ntpclient -i 600 -s -l -D -p 123 -h 0.openwrt.pool.ntp.org
6689 root 1036 S {ntpd.hotplug-he} /bin/sh /usr/sbin/ntpd.hotplug-helper
6964 root 1036 S grep ntp
But nobody listens at 123 port:
root@router:~# netstat -l -n |grep 123
root@router:~#
The system log contains the following lines:
Sun May 28 22:25:16 2017 daemon.notice ntpd[7134]: ntpd 4.2.8p9@1.3265-o Fri Feb 10 01:41:43 UTC 2017 (1): Starting
Sun May 28 22:25:16 2017 daemon.info ntpd[7134]: Command line: /sbin/ntpd -g -u ntp:ntp -p /var/run/ntpd.pid -n
Sun May 28 22:25:16 2017 daemon.info ntpd[7134]: proto: precision = 3.840 usec (-18)
Sun May 28 22:25:16 2017 daemon.info ntpd[7134]: Listen and drop on 0 v6wildcard [::]:123
Sun May 28 22:25:16 2017 daemon.err ntpd[7134]: unable to bind to wildcard address 0.0.0.0 - another process may be running - EXITING
What is wrong? I do not use ipv6 at all