https://github.com/rsc86/docu-ntp-client-server-setup
Documetation of the NTP Client Server setup for Debian 11 "bullseye"
https://github.com/rsc86/docu-ntp-client-server-setup
bullseye debian documentation ntp ntp-client ntp-server
Last synced: 9 months ago
JSON representation
Documetation of the NTP Client Server setup for Debian 11 "bullseye"
- Host: GitHub
- URL: https://github.com/rsc86/docu-ntp-client-server-setup
- Owner: rsc86
- License: gpl-3.0
- Created: 2024-01-25T18:09:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T18:11:29.000Z (over 2 years ago)
- Last Synced: 2025-03-11T15:30:26.976Z (over 1 year ago)
- Topics: bullseye, debian, documentation, ntp, ntp-client, ntp-server
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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