FoE's DNS Update utility only updates Microsoft DNS Servers automatically. What we have seen with InfoBlox the procedure below is what needs to be in place.
How to Update non-Microsoft DNS Servers
Summary
This Knowledgebase article provides the procedure to update non-Microsoft DNS Servers.
More Information
Note: Prior to initiating this procedure, Internal DNS non-Microsoft must be setup for dynamic updating.
Procedure
- Log on to the Failover Engine Client.
- Navigate to Application> Tasks.
- Create a Pre Start task consisting of the command IPCONFIG /REGISTERDNS
- Ensure the Principal NICs have Register this connections address in DNS selected.
- Using Regedit, modify the registry on the servers to change the default TTL for DNS registration.
- For Windows Server 2003:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DefaultRegistrationTTL
- Data type: REG_DWORD
- Range: 0x0 - 0xFFFFFFFF seconds
Note: It may be necessary to create the entries in the Parameters section.
- For Windows Server 2008 and 2008 R2:
- Navigate to Start> Run and type Gpedit.msc
- Navigate to Local Computer Policy> Computer Configuration> Administrative Templates> Network> DNS Client
- Double-click the TTL Set in the A and PTR records setting.
- Select Enabled and update the Seconds: field to the value you want.
- Click OK.
- Navigate to Start> Run.
- Type Gpupdate /force and press Enter.
- For Windows Server 2003: