What is the best method to register DDNS via DNS Suffix?

G

Guest

We do not have AD yet but I am trying to get DDNS implemented. Win2k DHCP is
passing out a connection specific DNS suffix. This does not allow the
machine to register in Win2k DDNS. Is the only option to change the primary
DNS suffix which changes machine name to match hostname.dns.suffix?
Will forcing the Primary DNS suffix now affect the PC when moved to AD later
this year? Are there any other options that would work that can be set under
TCP/IP?
Does anyone know the WMI script variable to change the Primary DNS stuffix
of each PC?
Thanks to Everyone for their Help! Happy New Year!
 
A

Ace Fekay [MVP]

In Brian Meyer <[email protected]> made a post then I
commented below
:: We do not have AD yet but I am trying to get DDNS implemented.
:: Win2k DHCP is passing out a connection specific DNS suffix. This
:: does not allow the machine to register in Win2k DDNS. Is the only
:: option to change the primary DNS suffix which changes machine name
:: to match hostname.dns.suffix?
:: Will forcing the Primary DNS suffix now affect the PC when moved to
:: AD later this year? Are there any other options that would work
:: that can be set under TCP/IP?
:: Does anyone know the WMI script variable to change the Primary DNS
:: stuffix of each PC?
:: Thanks to Everyone for their Help! Happy New Year!

There is a script that alters the Primary DNS Suffix, if it's incorrect or
missing, that matches the AD domain name the machine is a DC for. However,
this does not qualify for what you are looking for.

Normally, when you join a machine to a domain, it automatically takes on the
AD domain name as it's Primary DNS Suffix, as long as you don't uncheck the
box to allow to change membership with domain name change. That is in My
Computer properties, Name ID tab.

If you want to make your own script, look in the machine's registry in this
location:
=========================
Under:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\

Edit the domain name (if the domain name is there, if not, add it):
"NV Domain" (set value to the domain name)

Also, add this (if not there) and set the value to 1:
"SyncDomainWithMembership" (set value to 1)
=========================

And change it to what you want it to be, then export *just* that reg key
into a .reg file, and you can create a batch file using that .reg file, or
just double click that file on any machine, to populate that setting on any
W2k or XP machine.


--
Regards,
Ace

G O E A G L E S !!!
Please direct all replies ONLY to the Microsoft public newsgroups
so all can benefit.

This posting is provided "AS-IS" with no warranties or guarantees
and confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services

Security Is Like An Onion, It Has Layers
HAM AND EGGS: A day's work for a chicken;
A lifetime commitment for a pig.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top