I am using the RouterOS DHCP server to assign IP addresses to client systems. This is working well so far, but I would like to have it update my Bind DNS server that is running on a separate server. I have seen the contributed scripts for doing this and intend to use one of them as the basis for writing my own script. But when I try to use "/tool/dns-update", I cannot find a way to specify the port number that my DNS server is listening on for control commands. By default the DNS server listens on port 953, but by using tcpdump on my server I see that RouterOS appears to be sending control commands over port 53, the DNS protocol port. Is there a way to specify a different port for dns-update to send commands over in RouterOS?
I am using a hEX S router running version 7.13
Thanks,
Mark