Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Windows Server Help
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



how to register non-active directory computer in a active directory integrated DNS server

Windows Server Help


Reply
 
Thread Tools Search this Thread
  #1  
Old 15-09-2009
David
 
Posts: n/a
how to register non-active directory computer in a active directory integrated DNS server

Hi,
I have a windows 2003 server active directory with 3 DCs being also DNS
servers.

They have a forward lookup zone integrated with AD, an two reverse lookup
zones also integrated with AD, all of them synchronized.

Whenever I try to register a non-AD Computer, I found a new entry in the
reverse lookup zone but not in the forward lookup zone.

If later on I try to find this computer, e.g. by nslookup, DNS server can't
find it.

What should I do? Do I need to add a new forward zone?, if so, Which kind of
zone should I add?

Thank you very much.

David Fernandez.


Reply With Quote
  #2  
Old 15-09-2009
Paul Bergson [MVP-DS]
 
Posts: n/a
Re: how to register non-active directory computer in a active directory integrated DNS server

On the workgroup computers verify that you have the dns suffix set to what
zone you expect them to register in. My guess is you are missing this, once
complete, reboot and try registering again (If needed).

http://technet.microsoft.com/en-us/l.../cc959611.aspx

--
Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup This
posting is provided "AS IS" with no warranties, and confers no rights.

"David" <ave_int@hotmail.com> wrote in message
news:OqYrRydNKHA.220@TK2MSFTNGP02.phx.gbl...
> Hi,
> I have a windows 2003 server active directory with 3 DCs being also DNS
> servers.
>
> They have a forward lookup zone integrated with AD, an two reverse lookup
> zones also integrated with AD, all of them synchronized.
>
> Whenever I try to register a non-AD Computer, I found a new entry in the
> reverse lookup zone but not in the forward lookup zone.
>
> If later on I try to find this computer, e.g. by nslookup, DNS server
> can't find it.
>
> What should I do? Do I need to add a new forward zone?, if so, Which kind
> of zone should I add?
>
> Thank you very much.
>
> David Fernandez.
>



Reply With Quote
  #3  
Old 15-09-2009
Ace Fekay [MCT]
 
Posts: n/a
Re: how to register non-active directory computer in a active directory integrated DNS server

"Paul Bergson [MVP-DS]" <pbbergs@no_spammsn.com> wrote in message
news:eNJCLDgNKHA.4692@TK2MSFTNGP06.phx.gbl...
> On the workgroup computers verify that you have the dns suffix set to what
> zone you expect them to register in. My guess is you are missing this,
> once complete, reboot and try registering again (If needed).
>
> http://technet.microsoft.com/en-us/l.../cc959611.aspx
>


That would be my guess, too! The Primary DNS Suffix is either missing or
doesn't match the zone name in DNS.

I may also add, for David to make sure only the internal DNS addresses are
set in IP properties. That appears to be evident that the reverse is
registering, but just wanted to point that out.

Cheers!


--
Ace

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

Please reply back to the newsgroup or forum for collaboration benefit among
responding engineers, and to help others benefit from your resolution.

Ace Fekay, MCT, MCTS Exchange, MCSE, MCSA 2003 & 2000, MCSA Messaging
Microsoft Certified Trainer

For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.



Reply With Quote
  #4  
Old 15-09-2009
David
 
Posts: n/a
Re: how to register non-active directory computer in a active directory integrated DNS server

Thank you for your answer.

That was right, it wasn't specified.

Just another question, can't it be applied by DHCP server like DNS Suffix
and NetBIOS computer name?

thank you very much


"Paul Bergson [MVP-DS]" <pbbergs@no_spammsn.com> escribió en el mensaje
news:eNJCLDgNKHA.4692@TK2MSFTNGP06.phx.gbl...
> On the workgroup computers verify that you have the dns suffix set to what
> zone you expect them to register in. My guess is you are missing this,
> once complete, reboot and try registering again (If needed).
>
> http://technet.microsoft.com/en-us/l.../cc959611.aspx
>
> --
> Paul Bergson
> MVP - Directory Services
> MCTS, MCT, MCSE, MCSA, Security+, BS CSci
> 2008, 2003, 2000 (Early Achiever), NT4
> Microsoft's Thrive IT Pro of the Month - June 2009
>
> http://www.pbbergs.com
>
> Please no e-mails, any questions should be posted in the NewsGroup This
> posting is provided "AS IS" with no warranties, and confers no rights.
>
> "David" <ave_int@hotmail.com> wrote in message
> news:OqYrRydNKHA.220@TK2MSFTNGP02.phx.gbl...
>> Hi,
>> I have a windows 2003 server active directory with 3 DCs being also DNS
>> servers.
>>
>> They have a forward lookup zone integrated with AD, an two reverse lookup
>> zones also integrated with AD, all of them synchronized.
>>
>> Whenever I try to register a non-AD Computer, I found a new entry in the
>> reverse lookup zone but not in the forward lookup zone.
>>
>> If later on I try to find this computer, e.g. by nslookup, DNS server
>> can't find it.
>>
>> What should I do? Do I need to add a new forward zone?, if so, Which kind
>> of zone should I add?
>>
>> Thank you very much.
>>
>> David Fernandez.
>>

>
>



Reply With Quote
  #5  
Old 15-09-2009
Ace Fekay [MCT]
 
Posts: n/a
Re: how to register non-active directory computer in a active directory integrated DNS server

"David" <ave_int@hotmail.com> wrote in message
news:%235opsugNKHA.4580@TK2MSFTNGP06.phx.gbl...

> Thank you for your answer.
>
> That was right, it wasn't specified.
>
> Just another question, can't it be applied by DHCP server like DNS Suffix
> and NetBIOS computer name?
>
> thank you very much
>


The Primary DNS Suffix can be changed by going into Computer Properties,
Computer name section. That is a system based setting.

DHCP Option 015 doesn't exactly change the Primary DNS Suffix, rather it
provides the ability to change the Connection Specific Suffix. But yes, that
will work.

Ace

Reply With Quote
  #6  
Old 16-09-2009
David
 
Posts: n/a
Re: how to register non-active directory computer in a active directory integrated DNS server

I was afraid it would be like that, I'll do it manually.

Thank you very much.

"Ace Fekay [MCT]" <aceman@mvps.RemoveThisPart.org> escribió en el mensaje
news:eMQiw9gNKHA.504@TK2MSFTNGP06.phx.gbl...
> "David" <ave_int@hotmail.com> wrote in message
> news:%235opsugNKHA.4580@TK2MSFTNGP06.phx.gbl...
>
>> Thank you for your answer.
>>
>> That was right, it wasn't specified.
>>
>> Just another question, can't it be applied by DHCP server like DNS Suffix
>> and NetBIOS computer name?
>>
>> thank you very much
>>

>
> The Primary DNS Suffix can be changed by going into Computer Properties,
> Computer name section. That is a system based setting.
>
> DHCP Option 015 doesn't exactly change the Primary DNS Suffix, rather it
> provides the ability to change the Connection Specific Suffix. But yes,
> that will work.
>
> Ace



Reply With Quote
  #7  
Old 16-09-2009
Ace Fekay [MCT]
 
Posts: n/a
Re: how to register non-active directory computer in a active directory integrated DNS server

"David" <ave_int@hotmail.com> wrote in message
news:ukYJ5KqNKHA.3192@TK2MSFTNGP05.phx.gbl...
>I was afraid it would be like that, I'll do it manually.
>
> Thank you very much.



You are welcome!

You can also script the change. I'm not that great at scripting, but as an
FYI, the Primary DNS Suffix setting reg key you want to look for is:

HKLM\System\CurrentControlSet\Services\TCPIP\Parameters\NV Domain

The vbscript would probably be something like:

SET WSHShell = CreateObject("WScript.Shell")
WSHShell.RegWrite
"HKLM\System\CurrentControlSet\Services\TCPIP\Parameters\NV Domain",
"doman.local", "REG_SZ"

But you will have to test it, of course! Then you can copy it to C: drive
from your workstation, then use PSEXEC to run it remotely, as well as using
shutdown.exe to force a restart on that machine, or you can add a restart
command in the script.

Maybe one of the scripting gurus, such as Joe or Richard (if they are
monitoring this thread), can better help with this part to automate the
whole thing for you.

Ace




Reply With Quote
  #8  
Old 18-09-2009
David
 
Posts: n/a
Re: how to register non-active directory computer in a active directory integrated DNS server

I'll take a look

thank you very much for your answers

"Ace Fekay [MCT]" <aceman@mvps.RemoveThisPart.org> escribió en el mensaje
news:eEUYRotNKHA.3412@TK2MSFTNGP04.phx.gbl...
> "David" <ave_int@hotmail.com> wrote in message
> news:ukYJ5KqNKHA.3192@TK2MSFTNGP05.phx.gbl...
>>I was afraid it would be like that, I'll do it manually.
>>
>> Thank you very much.

>
>
> You are welcome!
>
> You can also script the change. I'm not that great at scripting, but as an
> FYI, the Primary DNS Suffix setting reg key you want to look for is:
>
> HKLM\System\CurrentControlSet\Services\TCPIP\Parameters\NV Domain
>
> The vbscript would probably be something like:
>
> SET WSHShell = CreateObject("WScript.Shell")
> WSHShell.RegWrite
> "HKLM\System\CurrentControlSet\Services\TCPIP\Parameters\NV Domain",
> "doman.local", "REG_SZ"
>
> But you will have to test it, of course! Then you can copy it to C: drive
> from your workstation, then use PSEXEC to run it remotely, as well as
> using shutdown.exe to force a restart on that machine, or you can add a
> restart command in the script.
>
> Maybe one of the scripting gurus, such as Joe or Richard (if they are
> monitoring this thread), can better help with this part to automate the
> whole thing for you.
>
> Ace
>
>
>
>



Reply With Quote
  #9  
Old 18-09-2009
Ace Fekay [MCT]
 
Posts: n/a
Re: how to register non-active directory computer in a active directory integrated DNS server

"David" <ave_int@hotmail.com> wrote in message
news:eTdD2KEOKHA.1372@TK2MSFTNGP02.phx.gbl...
> I'll take a look
>
> thank you very much for your answers



You are welcome.

Ace


Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Windows Server Help


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "how to register non-active directory computer in a active directory integrated DNS server"
Thread Thread Starter Forum Replies Last Post
Active directory integrated DNS after NetApp clone - Server 2003 Sirens Networking & Security 6 28-08-2010 06:57 AM
The version of the Active Directory schema of the source forest is not compatible with the version of Active Directory on this computer Blaine Active Directory 5 22-05-2010 08:33 AM
Migrate from 2 DNS stand alone server to Active Directory Integrated? Keith Windows Server Help 5 02-07-2009 06:50 PM
Active Directory-integrated DNS lean Active Directory 6 29-04-2009 08:25 PM
question on upgrading from active directory 2000 to active directory 2003 Gary M Window 2000 Help 2 17-03-2007 02:27 AM


All times are GMT +5.5. The time now is 08:15 AM.