Actions
Bug #9830
closedNTP ACLs vs. NTP pools
Start date:
10/16/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
Description
Starting with /var/etc/ntpd.conf containing:
restrict default kod limited nomodify noquery nopeer notrap restrict -6 default kod limited nomodify noquery nopeer notrap restrict source kod limited nomodify noquery notrap
When I uncheck Service (noserve) in Service/NTP/ACLs Default Access Restrictions, the web GUI script adds noserve to "restrict source" ACL in /var/etc/ntpd.conf:
restrict default kod limited nomodify noquery nopeer notrap noserve restrict -6 default kod limited nomodify noquery nopeer noserve notrap restrict source kod limited nomodify noquery noserve notrap
and now no peers from defined pools can be connectet
noserve restriction should never be insterted to "restrict source" ACL (same as nopeer)
Updated by Viktor Gurov over 4 years ago
That's correct
Fix:
https://github.com/pfsense/pfsense/pull/4207
Updated by Jim Pingle over 4 years ago
- Tracker changed from Feature to Bug
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Viktor Gurov over 4 years ago
- Status changed from Feedback to Resolved
works as expected on 2.5.0.a.20200227.1722
Actions