Linux NTP configuratie aanbevelingen
In Linux bevelen we volgende configuratie aan in ntp.conf om beveilingsproblemen te voorkomen ivm het NTP (time) protocol. (zie Wikipedia artikel voor algemene informatie over NTP amplication attacks)
# by default act only as a basic NTP client restrict -4 default nomodify nopeer noquery notrap restrict -6 default nomodify nopeer noquery notrap # allow NTP messages from the loopback address, useful for debugging restrict 127.0.0.1 restrict ::1 # server(s) we time sync to server time.connexeon.com