Hello , i have an x86 machine which is working as firewall to protect one of my networks. I have some SNTP clients inside this network that need to sync their time to an external server. I’ve tried to create a filter rule to allow UDP port 123 but i’m not able to do this. Is it because routeros has NTP package installed as server an client?
my last attempt of this rule is:
;;; NTP protocol
chain=forward action=accept protocol=udp src-address=192.168.4.0/24
in-interface=ether2
ether2 is my internal NIC
thanks in advance for any suggestion