Forum Discussion
ZoneRunner Replication
We have implemented master DNS using F5 GTM zonerunner. There are 3 slave DNS servers out of which 2 are running in Linux Bind and one acting as F5 GTM slave. Any DNS records entered in F5 GTM master takes around 1 hour to get replicated to slave servers. I understand these records depends on zone runner & named service. Is it possible to minimize the replication interval (say around 15-20 mins) without restarting these services manually? Previously, we had master DNS in Linux BIND and whenever named was restarted the records used to get updated instantly in the slave servers.
3 Replies
- IheartF5_45022
Nacreous
Have you set up notifications on the master zone? That way the master will notify the slave when it has an update rather than polling at intervals;-
zone "example.com" { type master; file "/var/lib/bind/db.example.com"; notify yes; // ... };Otherwise the poling interval is setup in the SOA, but notification is way better....
- sathish_126179
Nimbostratus
Thanks IheartF5 for your reply :) Yes, we have notification ("notify yes" statement) setup in the named.conf file for each zone. The DNS records updated in GUI doesn't reflect in zone file quickly and takes around 30 mins to get updated. Is there anyway to reduce this time interval?
- IheartF5_45022
Nacreous
Are there firewalls between the master and slave servers?
It sounds as though notifications from master to slaves are not working and so it's falling back to slaves polling the master. This could be down to a firewall not allowing the notifications through but allowing the polling?
You need to debug why notifications are not working (if not firewall reason). Start by running tcpdump on the master GTM as you make zone file updates;-
tcpdump -i0.0 -s0 -XX dst-ip \ or dst-ip \
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com