Can all devices realistically be forced to use a specific NTP server with OpenWRT?

config redirect
        option dest 'lan'
        option target 'DNAT'
        option name 'redirect_NTP_LAN'
        list proto 'udp'
        option src 'lan'
        option src_dport '123'
        option dest_ip '192.168.1.1'

Of cource, you must enable NTP Server on the OpenWrt.

1 Like