- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
DDNS updates - help understanding the basics
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2019 04:14 PM - edited 02-01-2019 04:35 AM
Hello,
I need a solution and some help understanding how DDNS works and is updated on Infoblox. What I understand is that the client sends L2 broadcast to a DHCP server, with its MAC address and hostname. Then, the DHCP server provides an IP address to the client, and sends an update to DNS with the clients IP + MAC + Hostname. In DNS, the database is updated with an A + PTR + TXT records for this client. Lets picture an all Infoblox environment, DDNS is enabled and the "Text Record Handling" is set to the default value which I think is ISC. Because of the TXT record, the hostname is married to the clients MAC.
Now the question is, if there are users who have the need to replace the NIC (built-in or discrete) and use the same hostname, this will be problematic because the hostname is already married to the old NIC (MAC), hence the workstation that was replaced, and renamed, will not get a hostname. Besides deleting all records in Infoblox for that hostname (A+PTR+TXT) and the lease expiration, How can DDNS be updated manually from the client? (Without changing settings on Infoblox).
Re: DDNS updates - help understanding the basics
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 07:45 AM
How DDNS is handled with Infoblox DHCP is explained in good detail in the section titled "Configuring DDNS Update Verification" in the NIOS Administrators Guide. Be sure to review this so that there are no surprises with expected behavior.
The most common challenge with the ISC TXT record handling mode is actually with laptops where you have a wired and wireless network connection. Thus, you have two IP addresses bound to the same name, but the ISC TXT record handling mode only allows for one. For this, common solutions include:
- Using a different domain for the wired and wireless interfaces to avoid conflicts between the two.
- Using a different TXT record handling mode (such as check-only).
Both options may pose difficulties in both cases so you would need to review them and decide what would work best for your environment. If you have the ability to use a sub-domain for wireless clients, that would be the preferred option as changing the TXT record handling mode reduces security.
In the example that you provided here where an actual NIC is changed (while certainly possible, this is a pretty rare occurrence in my experience), the important thing to note is that once the clients lease expires, its DNS records are cleaned up automatically. You can also clear the lease to accomplish the same, or manually delete the DNS records involved. Then when the client comes back online (or you do an ipconfig /release and ipconfig /renew in the case of a Windows based client), it will be treated as a new transaction and DNS will be updated accordingly.
Regards,
Tony
Re: DDNS updates - help understanding the basics
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 01:51 AM
I've had an absolute nightmare with this in the past, I think I have written at length about it here somewhere, problems with laptops jumping on and off docking stations, switching between wired and wifi, and Windows not going through the full DORA process each time because it remembers that old wired/wifi leases are still valid, meaning DNS doesn't get updated.... oh man the hassle this has caused. In the end I set it to check-only and all the problems went away!
PCN (UK) Ltd
All opinions expressed are my own and not representative of PCN Inc./PCN (UK) Ltd. E&OE
Re: DDNS updates - help understanding the basics
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 01:56 AM
PCN (UK) Ltd
All opinions expressed are my own and not representative of PCN Inc./PCN (UK) Ltd. E&OE