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!
Updated by Jim Thompson about 7 years ago
- Assignee set to Jim Pingle
- Target version set to 2.4.2
- Affected Architecture All added
- Affected Architecture deleted (
)
Updated by Jim Pingle about 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset c2a524405c65f973add431cf18d3efc5c3a8f2ea.
Updated by Jim Pingle about 7 years ago
- Status changed from Feedback to Resolved
Actions