|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi all,
I am following the book of 70-291, and i have a little issue. I am at chapter 5-17 where i just installed Active Directory on computer 1. After this i started my DNS console and should see about 6 subdomains under Computer1 - Forward Lookup Zone. But the only thing is see is: ( see screenshot please ) www.c-jochemsen.nl/DNS.jpg Does anybody know whats wrong? Thanks for your support. Kind regards, André |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Read inline please.
In news:F37C09EC-CA96-4372-BFF4-93B930C37486@microsoft.com, Jochemsen, Andre <bennekomterror@hotmail.com> typed: > Hi all, > > I am following the book of 70-291, and i have a little issue. > I am at chapter 5-17 where i just installed Active Directory on > computer 1. After this i started my DNS console and should see about > 6 subdomains under Computer1 - Forward Lookup Zone. But the only > thing is see is: ( see screenshot please ) www.c-jochemsen.nl/DNS.jpg > > Does anybody know whats wrong? > Thanks for your support. It appears to me that computer1 has no Primary DNS suffix. If computer1 is the Domain Controller, that would explain why it hasn't registered any records in DNS. Notice the only records are 1 SOA and 1 NS record? Notice the Data on the SOA and NS records say computer1. instead of computer1.domain1.local.? Assuming domain1.local is the AD domain name, change the Primary DNS suffix in the System Control Panel to domain1.local and reboot. You are looking for Commputer name tab>Change>More for the Primary DNS Suffix. -- Best regards, Kevin D. Goodknecht Sr. [MVP] Hope This s =================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue, to respond directly to me remove the nospam. from my email address. =================================== http://www.lonestaramerica.com/ http://support.wftx.us/ http://message.wftx.us/ =================================== Use Outlook Express?... Get OE_Quotefix: It will strip signature out and more http://home.in.tum.de/~jain/software/oe-quotefix/ =================================== Keep a back up of your OE settings and folders with OEBackup: http://www.oe.com/OEBackup/Default.aspx =================================== |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Hi Kevin,
Thank you for your reply. I checked the DNS suffix, but that has been set ok. I made a screenshot of it: www.c-jochemsen.nl/Suffix.jpg As far as i know i followed the book correctly. I also reinstalled all virtual servers and started all over again because i had the same issue before. Perhaps there is a step i forget to read or something. Do you know what it can be after seeing the screenshot? Thank you fot your time. "Kevin D. Goodknecht Sr. [MVP]" wrote: > Read inline please. > > In news:F37C09EC-CA96-4372-BFF4-93B930C37486@microsoft.com, > Jochemsen, Andre <bennekomterror@hotmail.com> typed: > > Hi all, > > > > I am following the book of 70-291, and i have a little issue. > > I am at chapter 5-17 where i just installed Active Directory on > > computer 1. After this i started my DNS console and should see about > > 6 subdomains under Computer1 - Forward Lookup Zone. But the only > > thing is see is: ( see screenshot please ) www.c-jochemsen.nl/DNS.jpg > > > > Does anybody know whats wrong? > > Thanks for your support. > > It appears to me that computer1 has no Primary DNS suffix. If computer1 is > the Domain Controller, that would explain why it hasn't registered any > records in DNS. Notice the only records are 1 SOA and 1 NS record? > Notice the Data on the SOA and NS records say computer1. instead of > computer1.domain1.local.? > > Assuming domain1.local is the AD domain name, change the Primary DNS suffix > in the System Control Panel to domain1.local and reboot. > You are looking for Commputer name tab>Change>More for the Primary DNS > Suffix. > > -- > Best regards, > Kevin D. Goodknecht Sr. [MVP] > Hope This s > > =================================== > When responding to posts, please "Reply to Group" > via your newsreader so that others may learn and > benefit from your issue, to respond directly to > me remove the nospam. from my email address. > =================================== > http://www.lonestaramerica.com/ > http://support.wftx.us/ > http://message.wftx.us/ > =================================== > Use Outlook Express?... Get OE_Quotefix: > It will strip signature out and more > http://home.in.tum.de/~jain/software/oe-quotefix/ > =================================== > Keep a back up of your OE settings and folders > with OEBackup: > http://www.oe.com/OEBackup/Default.aspx > =================================== > > > |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Read inline please.
In news:8D4826FD-E92B-4370-A510-89EB2C9923F3@microsoft.com, Andre Jochemsen <Andre Jochemsen@discussions.microsoft.com> typed: > Hi Kevin, > > Thank you for your reply. > I checked the DNS suffix, but that has been set ok. > I made a screenshot of it: www.c-jochemsen.nl/Suffix.jpg > As far as i know i followed the book correctly. I also reinstalled all > virtual servers and started all over again because i had the same > issue before. Perhaps there is a step i forget to read or something. > Do you know what it can be after seeing the screenshot? You apparently created the zone before you ran dcpromo, before the machine had a Primary DNS Suffix, and the zone is not allowing updates. If you had let DCpromo setup DNS for you, there would be two zones in DNS. Probably the easiest way to fix this would be to delete the domain1.local zone, and create a new zone and allow dynamic updates. This will create the correct NS and SOA records. Make this server is pointing to its own address for DNS only then run this command: ipconfig /flushdns && ipconfig /registerdns && net stop netlogon && net start netlogon You can run the command as it is above, or run each of the commands separately, but they all need to be ran. -- Best regards, Kevin D. Goodknecht Sr. [MVP] Hope This s =================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue, to respond directly to me remove the nospam. from my email address. =================================== http://www.lonestaramerica.com/ http://support.wftx.us/ http://message.wftx.us/ =================================== Use Outlook Express?... Get OE_Quotefix: It will strip signature out and more http://home.in.tum.de/~jain/software/oe-quotefix/ =================================== Keep a back up of your OE settings and folders with OEBackup: http://www.oe.com/OEBackup/Default.aspx =================================== |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
Hi Andre,
Are dynamic updates enabled on the DNS server?? You might want to check that. Regards, -- Ziad K. Chafi MCT, MCTS, MCDBA, MCSE: S, MCDST CompTIA A+, CompTIA N+, "Jochemsen, Andre" wrote: > Hi all, > > I am following the book of 70-291, and i have a little issue. > I am at chapter 5-17 where i just installed Active Directory on computer 1. > After this i started my DNS console and should see about 6 subdomains under > Computer1 - Forward Lookup Zone. But the only thing is see is: ( see > screenshot please ) www.c-jochemsen.nl/DNS.jpg > > Does anybody know whats wrong? > Thanks for your support. > > Kind regards, > André > > |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
Hi Ziad,
First i did not have it enabled. I checked TCP IP settings of my NIC and that was set to update it in DNS. When i did a restart of my netlogon i got a eventvwr event ID in my system of 5782. Mentioned there is also the dynamic update option. I enabled it, and when i restart netlogon i get event ID 5781. DHCP client is enabled on my virtual server. Perhaps someone can see something about my ipconfig /all that can be viewed on www.c-jochemsen.nl/ipconfig.jpg Thnx "Ziad K. Chafi" wrote: > Hi Andre, > Are dynamic updates enabled on the DNS server?? You might want to check that. > > Regards, > > -- > Ziad K. Chafi > MCT, MCTS, MCDBA, MCSE: S, MCDST > CompTIA A+, CompTIA N+, > > > "Jochemsen, Andre" wrote: > > > Hi all, > > > > I am following the book of 70-291, and i have a little issue. > > I am at chapter 5-17 where i just installed Active Directory on computer 1. > > After this i started my DNS console and should see about 6 subdomains under > > Computer1 - Forward Lookup Zone. But the only thing is see is: ( see > > screenshot please ) www.c-jochemsen.nl/DNS.jpg > > > > Does anybody know whats wrong? > > Thanks for your support. > > > > Kind regards, > > André > > > > |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
When i do a netdiag /test:dns, i get a Failed with this:
DNS test . . . . . . . . . . . . . : Failed [WARNING] Cannot find a primary authoritative DNS server for the name 'computer1.domain1.local.'. [ERROR_TIMEOUT] The name 'computer1.domain1.local.' may not be registered in DNS. [WARNING] The DNS entries for this DC are not registered correctly on DNS se rver '192.168.0.1'. Please wait for 30 minutes for DNS server replication. [FATAL] No DNS servers have the DNS records for this DC registered. "Andre Jochemsen" wrote: > Hi Ziad, > > First i did not have it enabled. I checked TCP IP settings of my NIC and > that was set to update it in DNS. When i did a restart of my netlogon i got a > eventvwr event ID in my system of 5782. Mentioned there is also the dynamic > update option. I enabled it, and when i restart netlogon i get event ID 5781. > DHCP client is enabled on my virtual server. Perhaps someone can see > something about my ipconfig /all that can be viewed on > www.c-jochemsen.nl/ipconfig.jpg > Thnx > > "Ziad K. Chafi" wrote: > > > Hi Andre, > > Are dynamic updates enabled on the DNS server?? You might want to check that. > > > > Regards, > > > > -- > > Ziad K. Chafi > > MCT, MCTS, MCDBA, MCSE: S, MCDST > > CompTIA A+, CompTIA N+, > > > > > > "Jochemsen, Andre" wrote: > > > > > Hi all, > > > > > > I am following the book of 70-291, and i have a little issue. > > > I am at chapter 5-17 where i just installed Active Directory on computer 1. > > > After this i started my DNS console and should see about 6 subdomains under > > > Computer1 - Forward Lookup Zone. But the only thing is see is: ( see > > > screenshot please ) www.c-jochemsen.nl/DNS.jpg > > > > > > Does anybody know whats wrong? > > > Thanks for your support. > > > > > > Kind regards, > > > André > > > > > > |
|
![]() |
| Outils de la discussion | |
|
|