MikroTik NTP Server Configuration & Troubleshooting | Auto Time Update for Your Network

Опубликовано: 11 Май 2026
на канале: Khairul The Sysnet Pro
530
10

MikroTik NTP Server Setup | Mikrotik NTP Client setup |Auto Time update in Your Network |NTP server configuration in Mikrotik Router |How to Configure NTP Server in MikroTik & Fix Time Sync Issues
✅In this step-by-step MikroTik tutorial, you will learn how to configure an NTP (Network Time Protocol) server on your MikroTik router to ensure automatic time synchronization across all devices in your network — PCs, routers, switches, servers & IoT devices.

We will also troubleshoot common NTP issues such as:
✅ Wrong time showing on MikroTik
✅ Time not syncing on client devices
✅ Firewall blocks NTP sync
✅ Invalid or unreachable NTP server errors
✅MikroTik NTP Server Configuration & Troubleshooting | Auto Time Update for Your Network

By the end of this video, your network will automatically sync time without manual settings — perfect for IT admins, ISP setups, and enterprise networks.

✅ চেকলিস্ট (Fix)
1️⃣ MikroTik NTP Client Sync আছে কিনা দেখুন

Terminal:

/system ntp client print


status: synchronized দেখতে হবে ✅

2️⃣ MikroTik NTP Server Enable আছে কিনা দেখুন
/system ntp server print


enabled: yes হতে হবে

3️⃣ Firewall rule দিন (must!)
/ip firewall filter add chain=input protocol=udp dst-port=123 in-interface=BridgeLAN action=accept comment="Allow NTP from LAN"

4️⃣ Windows-এ NTP Client active করুন

Admin PowerShell:

net stop w32time
net start w32time

5️⃣ Windows manually sync test করুন
w32tm /monitor /computer:192.168.74.1


এবং

w32tm /stripchart /computer:192.168.74.1 /dataonly

✅ If still not working

Windows-কে MikroTik as NTP Server set করুন:

w32tm /config /manualpeerlist:192.168.74.1 /syncfromflags:manual /reliable:yes /update
net stop w32time
net start w32time
w32tm /resync


✅Linux System Administration Full Course in Bangla 2025 | RedHat, CentOS | English subtitles playlist link :
   • Linux System Administration Full Course in...  

✅Basic IT Solutions in Bangla | Step-by-Step with Hands-On Solutions playlist link:   • Basic IT Solutions in Bangla | Step-by-Ste...  

✅Complete Mikrotik Router Configuration Tutorial Bangla 2025 | MTCNA, MTCSE, MTCRE Full Course playlist link:   • Complete Mikrotik Router Configuration Tut...  


Chapters:

00:00 ✅ Introduction & What is NTP
00:18 📌 Why Network Time Sync is Important
00:54 🖥️ Enable MikroTik as NTP Server (LAN Sync)
02:00 🛠️ Enable NTP Client in MikroTik
02:10 🌐 Add Public NTP Servers
03:55 🔥 Allow NTP Port in Firewall (UDP 123)
05:40- add NTP IP in DHCP Server
06:10 📱 Test Auto Time Sync on Client Devices
08:30 🎯 Conclusion & Tips