Earlier this afternoon, I just got my new CRS305. I am not using it as a router, just a fancy switch, as such my firewall is empty. I enabled NTP client, and after a few minutes I got syncronized:
Code: Select all
[admin@MikroTik Media] > /system ntp client print
enabled: yes
mode: unicast
servers: 0.debian.pool.ntp.org,1.debian.pool.ntp.org,2.debian.pool.ntp.org,3.debian.pool.ntp.org
vrf: main
freq-drift: 0 PPM
status: synchronized
synced-server: 2.debian.pool.ntp.org
synced-stratum: 2
system-offset: -423.424 ms
[admin@MikroTik Media] >
Code: Select all
$ nmap 192.168.1.88 -p 22,80,123
Starting Nmap 7.93 ( https://nmap.org ) at 2024-07-18 23:29 EDT
Nmap scan report for 192.168.1.88
Host is up (0.00037s latency).
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
123/tcp closed ntp
Nmap done: 1 IP address (1 host up) scanned in 0.03 seconds
$ ntpq -p 192.168.1.88
***Request timed out
$
I tried adding some of the input or nat rules from other discussions on this form, and I've scoured https://help.mikrotik.com/docs/display/ROS/NTP too, but nothing seems to help open port 123