Hello,
I have just created a DNS server (using bind9) on a fresh install of Ubuntu server 10.04, this will be our master dns server. I am trying to get DDNS working. Is there a way to make my MikroTik router send its dns information to my server?
Hello,
I have just created a DNS server (using bind9) on a fresh install of Ubuntu server 10.04, this will be our master dns server. I am trying to get DDNS working. Is there a way to make my MikroTik router send its dns information to my server?
yes, you can use the /tool dns-update function to send TSIG signed updates to bind. make sure the time is sycn’d between both.
http://wiki.mikrotik.com/wiki/Dynamic_DNS_Update_Script_for_ChangeIP.com
I modified that script to work with my local BIND server. Works well.
This script, should be valid to update using DYNDNS service?
Thanks!