Hi Community,
I’m working on the following setup and need some guidance:
- Environment:
- 1x Data Center with dual-homed ISPs (Active/Backup for published services)
- 3x Infoblox grid members (v8.6.3)
- 1x internal DDI
- 2x external authoritative NS (NS1 & NS2)
- NS1 & NS2 each have public IPs from both ISPs.
- Current state:
- Through ISP1 (primary), everything works fine — NS1 & NS2 resolve published services without issues.
- Published services currently have A records from both ISP IP pools with same priority & TTL, e.g.:
app1.mycompany.com → 12.12.12.1 (ISP1)app1.mycompany.com → 55.55.55.1 (ISP2)
- DTC is licensed and configured on all grid members.
- Routing to both ISPs is already working and tested.
- Goal:
I want NS1 & NS2 to always reply with ISP1 (primary) IPs for published services. Only if ISP1 fails, then they should start replying with the ISP2 IPs instead.
Question:
What’s the best way to configure Infoblox DNS/DTC in this dual-ISP setup so that authoritative NS always answer with ISP1 IPs, and only fail over to ISP2 IPs if the primary ISP is down?