Hello I hope you folks can assist me with this question I have formulated the following steps to migrate from AD to DNS:
Windows DNS to Infoblox Migration High Level Plan
PHASE 0 – Preparation
Inventory Current Environment
- List all DNS zones (forward & reverse).
- Document zone types, forwarders, recursion, TTL.
- Export zone list from Windows:
Windows AD/DNS Team
PHASE 1 - Prepare Infoblox
- Join appliances to Grid.
- Configure management/data IPs, NTP, DNS, SNMP, syslog.
- Match recursion and forwarders from Windows.
PHASE 1 – Zone Transfer Setup
On Windows DNS:
Windows AD/DNS Team
On Infoblox: - Create zone as Secondary.
- Set Windows DNS as Master.
- Initiate Transfer Now.
Verify:
Windows AD/DNS Team - Compare serials with Windows.
PHASE 2 – Testing & Parallel Run
- Point a test client to Infoblox:
Windows AD/DNS Team - Test A, PTR, CNAME, SRV lookups.
- Validate forwarders and recursion.
- If AD-integrated zones are in use:
- Enable GSS-TSIG on Infoblox.
- Join Infoblox to AD domain.
PHASE 3 – Flip Primary/Secondary (FOR TEST DEVICES ONLY)
- Infoblox → Primary.
- Windows → Secondary.
- Allow zone transfers from Infoblox to Windows.
- Refresh on Windows:
Windows AD/DNS Team - If using dynamic DNS updates:
- Make Infoblox part of the AD replication scope for dynamic updates.
PHASE 4 – Gradual Client Migration
- Lower TTL to 300–900 seconds at least 24–48 hrs before cutover.
- Change DHCP scopes in small batches to point to Infoblox:
Set-DhcpServerv4OptionValue -ScopeId <Scope> -DnsServer <Infoblox_IP> - Release/renew on clients.
- Monitor logs and query rates.
PHASE 5 – Final Cutover & Decommission
- Update all DHCP scopes to Infoblox only.
- Remove Windows from static configs.
- Update NS records at registrars if public zones are hosted.
- Keep Windows as hidden secondary for 2–4 weeks.
- Stop and disable DNS service when safe:
Stop-Service DNS
Set-Service DNS -StartupType Disabled
Rollback Plan - Switch DHCP/DNS back to Windows.
- Make Infoblox Secondary again.