Windows – Dynamic DNS Updates with Wireless and Wired interfaces

dhcpdomain-name-systemwifiwindowswired

We have offices full of Windows & Mac users who obtain IP addresses from a Windows DHCP server, which in turn updates Dynamic DNS entries.

We are noticing major inconsistencies with the entries, and have found that the problem is occurring more on Macs than on windows, and even more when users are frequently switching from wired to wireless adapter, which makes sense, as this sequence occurs:

  1. User enables wired adapter and registers Proper DNS
  2. User enables wireless adapter and registers 2nd proper DNS entry
  3. user switches off wireless manually and 2nd entry remains improperly until scavenge.

Our help desk folks rely heavily (maybe more than they should) on the dynamic entries as part of their business process. For example, the user submits a help desk ticket, and the staff member expects to be able to remote desktop to their machine by hostname, which is hyperlinked in the helpdesk ticketing app.

We have implemented multiple solutions & band-aids to different symptoms of the problems such as:

  • Using DNS Reservations for Macintosh PCs
  • Using DNS Scavenging to remove old records
  • Switching from a Cisco DHCP server to the Windows DHCP Server

But no matter what we do, it seems impossible to maintain perfect records.

Has anyone encountered this problem before? What is industry best practice?

Comments & Suggestions are much appreciated,

/P

Best Answer

You could configure the wireless NIC's to not register in DNS. The only drawback to this would be if the user is connected only via wireless then you wouldn't be able to connect via DNS hostname as that would be tied to the ip address of the wired NIC.

EDIT

As an interesting workaround, here's something you could try:

Configure a sub-domain of your AD DNS zone, called wireless (or whatever you like).

Configure a DNS suffix on the wireless NIC (wireless.domain.tld) and set the options to "register this connection's addresses in DNS" and "Use this connection's DNS suffix in DNS registration"

What you'll wind up with is an A record in your "wireless" sub-domain for the wireless NIC of the client machine. You'll still have both A records in your AD DNS zone but if you can target your helpdesk application on the "wireless" sub-domain then you'll always know which A record corresponds to the wireless NIC.

Related Topic