PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Noms de domaine > ms.public.win.server.dns > Beginner is looking for one simple SetupExample for a primary DNS-Server
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Beginner is looking for one simple SetupExample for a primary DNS-Server

Réponse
 
LinkBack Outils de la discussion
Vieux 31/08/2006, 20h30   #1
joi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Beginner is looking for one simple SetupExample for a primary DNS-Server

Hallo !
I red more than one books about how to set up a server.
Now I would like to do this on my own and I am confused about the
million cases.
In my books the examples are about lots of different things which
might or might not depend on each other. Therefore I could ask a second
question: Is there somewhere a document which says what depends on.
(For example to set up Active Directory, I need DNS Server.)

And this is the main question I spent already some days on it. While I
tried to set up DNS-Server, the errormessage is something like " The
DHCP-service does not offer any service for clients because the active
net components have no static configured IP-Adress. "
(Message number 1041, I use a German version)

But before I set my IP-adress on:

use following IP-Adress: 192.168.1.8
Subnetmask: 255.255.255.0
and Standardgateway: 192.168.1.1

According to any tutorial "use the folowing DNS-Server: 127.0.0.1

Now I am wondering what else is nescessary for the Server.
Because this seemed to be a classical beginner problem I guess there
should be a simple tutorial for this case.

Thanks for your answer,
Joi

  Réponse avec citation
Vieux 31/08/2006, 20h39   #2
Danny Sanders
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Beginner is looking for one simple SetupExample for a primary DNS-Server

Not totally sure what you are asking but the one thing I see is:

> use following IP-Adress: 192.168.1.8
> Subnetmask: 255.255.255.0
> and Standardgateway: 192.168.1.1
>
> According to any tutorial "use the folowing DNS-Server: 127.0.0.1


In your example you should use 192.168.1.8 *not* 127.0.0.1.

hth
DDS W 2k MVP MCSE

"joi" <jo_2005@gmx.de> wrote in message
news:1157052614.665274.43040@p79g2000cwp.googlegro ups.com...
> Hallo !
> I red more than one books about how to set up a server.
> Now I would like to do this on my own and I am confused about the
> million cases.
> In my books the examples are about lots of different things which
> might or might not depend on each other. Therefore I could ask a second
> question: Is there somewhere a document which says what depends on.
> (For example to set up Active Directory, I need DNS Server.)
>
> And this is the main question I spent already some days on it. While I
> tried to set up DNS-Server, the errormessage is something like " The
> DHCP-service does not offer any service for clients because the active
> net components have no static configured IP-Adress. "
> (Message number 1041, I use a German version)
>
> But before I set my IP-adress on:
>
> use following IP-Adress: 192.168.1.8
> Subnetmask: 255.255.255.0
> and Standardgateway: 192.168.1.1
>
> According to any tutorial "use the folowing DNS-Server: 127.0.0.1
>
> Now I am wondering what else is nescessary for the Server.
> Because this seemed to be a classical beginner problem I guess there
> should be a simple tutorial for this case.
>
> Thanks for your answer,
> Joi
>



  Réponse avec citation
Vieux 01/09/2006, 00h38   #3
Jorge Silva
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Beginner is looking for one simple SetupExample for a primary DNS-Server

Hi
Assuming DNS AD Integrated Zone
-Make sure that each DNS server points to itself under NIC preferred DNS. If
the Server IP-Address is 192.168.0.1 then the preferred DNS should also be
192.168.0.1.

-When Adding Additional DCs to an existent Domain, and if you want to make
it a DNS server, Install DNS service, make sure that the server (the
additional DC) points to the existent DNS DC under NIC preferred DNS, then
run Dcpromo, wait or force replication (this can take a awhile), then check
on DNS console, and if the DNS zone is already transferred, then point the
additional DC to itself again.

- Clients: Make sure that the clients only use their local available DNS
server(s) on their NIC DNS configuration. Do not place the ISP DNS server or
any other DNS on the client or DNS Server NIC properties, this is a common
mistake. The clients should use their local DNS server to resolve all
queries. It's up to the local DNS server to handle the Internet resolution
as any other Zone that the DNS is not authoritative for. Check the link for
configuring DNS for Internet resolution.

Note: The DNS client does not utilize each of the DNS servers listed in
TCP/IP configuration for each query. By default, on startup the DNS client
will attempt to utilize the server in the Preferred DNS server entry. If
this server FAILS to respond for any reason, the DNS client will switch to
the server listed in the alternate DNS server entry. The DNS client will
continue to use this alternate DNS server.

DNS Support for Active Directory Technical Reference

http://technet2.microsoft.com/Window....mspx?mfr=true

Best practices for DNS client settings in Windows 2000 Server and in Windows
Server 2003

http://support.microsoft.com/kb/825036/en-us

Conditional Forwarding in Windows Server 2003
http://support.microsoft.com/default...b;en-us;304491
How to configure DNS for Internet access in Windows Server 2003
http://support.microsoft.com/kb/323380/
--
I hope that the information above s you

Good Luck
Jorge Silva
MCSA
Systems Administrator

"joi" <jo_2005@gmx.de> wrote in message
news:1157052614.665274.43040@p79g2000cwp.googlegro ups.com...
> Hallo !
> I red more than one books about how to set up a server.
> Now I would like to do this on my own and I am confused about the
> million cases.
> In my books the examples are about lots of different things which
> might or might not depend on each other. Therefore I could ask a second
> question: Is there somewhere a document which says what depends on.
> (For example to set up Active Directory, I need DNS Server.)
>
> And this is the main question I spent already some days on it. While I
> tried to set up DNS-Server, the errormessage is something like " The
> DHCP-service does not offer any service for clients because the active
> net components have no static configured IP-Adress. "
> (Message number 1041, I use a German version)
>
> But before I set my IP-adress on:
>
> use following IP-Adress: 192.168.1.8
> Subnetmask: 255.255.255.0
> and Standardgateway: 192.168.1.1
>
> According to any tutorial "use the folowing DNS-Server: 127.0.0.1
>
> Now I am wondering what else is nescessary for the Server.
> Because this seemed to be a classical beginner problem I guess there
> should be a simple tutorial for this case.
>
> Thanks for your answer,
> Joi
>



  Réponse avec citation
Vieux 01/09/2006, 13h36   #4
Paul Bergson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Beginner is looking for one simple SetupExample for a primary DNS-Server

Set the DC server to a static address don't use dhcp and make sure there is
only 1 nic card in your dc, DON'T use a multihomed server. When bringing up
the DC let AD create the DNS service for you on the same server as the DC.
Just following these two simple steps should get you on your way.

--
Paul Bergson
MCT, MCSE, MCSA, Security+, BS CSi
2003, 2000 (Early Achiever), NT

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.

"joi" <jo_2005@gmx.de> wrote in message
news:1157052614.665274.43040@p79g2000cwp.googlegro ups.com...
> Hallo !
> I red more than one books about how to set up a server.
> Now I would like to do this on my own and I am confused about the
> million cases.
> In my books the examples are about lots of different things which
> might or might not depend on each other. Therefore I could ask a second
> question: Is there somewhere a document which says what depends on.
> (For example to set up Active Directory, I need DNS Server.)
>
> And this is the main question I spent already some days on it. While I
> tried to set up DNS-Server, the errormessage is something like " The
> DHCP-service does not offer any service for clients because the active
> net components have no static configured IP-Adress. "
> (Message number 1041, I use a German version)
>
> But before I set my IP-adress on:
>
> use following IP-Adress: 192.168.1.8
> Subnetmask: 255.255.255.0
> and Standardgateway: 192.168.1.1
>
> According to any tutorial "use the folowing DNS-Server: 127.0.0.1
>
> Now I am wondering what else is nescessary for the Server.
> Because this seemed to be a classical beginner problem I guess there
> should be a simple tutorial for this case.
>
> Thanks for your answer,
> Joi
>



  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 21h36.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14647 seconds with 12 queries