Skip to content

rsc86/Docu-NTP-Client-Server-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Docu-NTP-Client-Server-Setup

Docuemtation of the NTP Client Server setup for Debian 11 "bullseye"

(https://wiki.debian.org/NTP)

Server

Preperation

sudo apt update && apt upgrade --show-upgraded

Installation

sudo apt install ntp

Configuration with ufw

sudo ufw allow from any proto udp to any port 123

Verify NTP service is up and running

sudo systemctl status ntp

Client

Installation

sudo apt install ntpdate ntp

Configuration

Add server your.ip.addr.ess prefer iburst

sudo vi /etc/ntpsec/ntp.conf

sudo systemctl restart ntp && systemctl status ntp && ntpq -p

About

Documetation of the NTP Client Server setup for Debian 11 "bullseye"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published