My accesspoint decided to not use the NTP server that I enter.. Time to fix this via IPtables and redirect him to the one I want...
iptables -t nat -A PREROUTING -p udp --dport 123 ! -d 129.132.2.21 -j DNAT --to-destination 129.132.2.21:123
My accesspoint decided to not use the NTP server that I enter.. Time to fix this via IPtables and redirect him to the one I want...
iptables -t nat -A PREROUTING -p udp --dport 123 ! -d 129.132.2.21 -j DNAT --to-destination 129.132.2.21:123