Actions
Bug #8046
closedntpd erroneously listens on all interfaces
Start date:
11/02/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.1
Affected Architecture:
All
Description
Although I have selected only specific interfaces for ntpd to listen on, the service additionally listens to the wildcard address
root ntpd 42361 21 udp4 *:123 *:*
root ntpd 42361 23 udp4 192.0.0.1:123 *:*
root ntpd 42361 25 udp4 127.0.0.1:123 *:*
Replacing the line:
interface ignore all
in ntpd.conf with:
interface ignore wildcard
fixes the problem.
Best regards!
Actions