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 > DNS without Active Directory?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
DNS without Active Directory?

Réponse
 
LinkBack Outils de la discussion
Vieux 03/09/2006, 22h08   #1
hughgjohnson@comcast.net
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut DNS without Active Directory?

We're moving our web server from our SBS lan and now am a bit confused.
It's a complete reinstall of WS03 Std. We'll have multiple sites so we
need to run hostheaders. Since this machine is outsite our SBS lan,
it'll need to be running it's own DNS. It's a stand-alone server and
really doesn't need to be a domain controller, or run active directory,
well, unless that's the best practice. I was looking for tutorials on
just running a simple web server and dns server, but all mention AD or
being a DC, etc. I'm willing to bite the bullet and follow the path,
but seems silly to have all this for couple of websites.

Thanks.

Hugh

  Réponse avec citation
Vieux 03/09/2006, 23h11   #2
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS without Active Directory?

<hughgjohnson@comcast.net> wrote in message
news:1157317702.565751.39860@i3g2000cwc.googlegrou ps.com...
> We're moving our web server from our SBS lan and now am a bit confused.
> It's a complete reinstall of WS03 Std. We'll have multiple sites so we
> need to run hostheaders. Since this machine is outsite our SBS lan,
> it'll need to be running it's own DNS. It's a stand-alone server and
> really doesn't need to be a domain controller, or run active directory,
> well, unless that's the best practice. I was looking for tutorials on
> just running a simple web server and dns server, but all mention AD or
> being a DC, etc. I'm willing to bite the bullet and follow the path,
> but seems silly to have all this for couple of websites.


No, if you just look in the you will find plenty of information
on setting up a Standard Primary DNS.

But your DNS for such public resources almost certainly belongs
(back) at the REGISTRAR.

For one thing you are suppose to have TWO (minimum) DNS
servers for your zones.



--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

>
> Thanks.
>
> Hugh
>



  Réponse avec citation
Vieux 04/09/2006, 01h45   #3
hughgjohnson@comcast.net
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS without Active Directory?

Herb,

Thank you. I did see the DNS docs, but there is so much DC and AD
sprinkled in it, well, kinda scared me that what I was doing was wrong.
We have back up DNS and MX via Dyndns.org so all should be good.

Thank you for your .

Hugh


Herb Martin wrote:
> <hughgjohnson@comcast.net> wrote in message
> news:1157317702.565751.39860@i3g2000cwc.googlegrou ps.com...
> > We're moving our web server from our SBS lan and now am a bit confused.
> > It's a complete reinstall of WS03 Std. We'll have multiple sites so we
> > need to run hostheaders. Since this machine is outsite our SBS lan,
> > it'll need to be running it's own DNS. It's a stand-alone server and
> > really doesn't need to be a domain controller, or run active directory,
> > well, unless that's the best practice. I was looking for tutorials on
> > just running a simple web server and dns server, but all mention AD or
> > being a DC, etc. I'm willing to bite the bullet and follow the path,
> > but seems silly to have all this for couple of websites.

>
> No, if you just look in the you will find plenty of information
> on setting up a Standard Primary DNS.
>
> But your DNS for such public resources almost certainly belongs
> (back) at the REGISTRAR.
>
> For one thing you are suppose to have TWO (minimum) DNS
> servers for your zones.
>
>
>
> --
> Herb Martin, MCSE, MVP
> Accelerated MCSE
> http://www.LearnQuick.Com
> [phone number on web site]
>
> >
> > Thanks.
> >
> > Hugh
> >


  Réponse avec citation
Vieux 04/09/2006, 09h32   #4
Christian Grams
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut RE: DNS without Active Directory?

You definitely do not need AD or DNS to run a webserver (IIS?).
If you have it in a DMZ then you should definitely not have it as a DC or
the whole DNS of your company.
So why not just make a membersserver and IIS to run the website?

If this is to be within your LAN and does not have any special security
issues then adding it to the DCs would make life easier (authentification via
domain users for example).

"hughgjohnson@comcast.net" wrote:

> We're moving our web server from our SBS lan and now am a bit confused.
> It's a complete reinstall of WS03 Std. We'll have multiple sites so we
> need to run hostheaders. Since this machine is outsite our SBS lan,
> it'll need to be running it's own DNS. It's a stand-alone server and
> really doesn't need to be a domain controller, or run active directory,
> well, unless that's the best practice. I was looking for tutorials on
> just running a simple web server and dns server, but all mention AD or
> being a DC, etc. I'm willing to bite the bullet and follow the path,
> but seems silly to have all this for couple of websites.
>
> Thanks.
>
> Hugh
>
>

  Réponse avec citation
Vieux 04/09/2006, 13h48   #5
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS without Active Directory?

<hughgjohnson@comcast.net> wrote in message
news:1157330708.386697.65250@e3g2000cwe.googlegrou ps.com...
> Herb,
>
> Thank you. I did see the DNS docs, but there is so much DC and AD
> sprinkled in it, well, kinda scared me that what I was doing was wrong.
> We have back up DNS and MX via Dyndns.org so all should be good.
>


The technical differrence for AD is only that the records are
stored in AD instead of in a file on the file system.

Of course, you get extra features too, but their aren't really
that many of them, they mostly related to replication EFFICIENCY
and increased SECURITY (mostly for dynamic registration.)

Have you looked at the "DNS Checklist" in the ?

--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

> Thank you for your .
>
> Hugh
>
>
> Herb Martin wrote:
>> <hughgjohnson@comcast.net> wrote in message
>> news:1157317702.565751.39860@i3g2000cwc.googlegrou ps.com...
>> > We're moving our web server from our SBS lan and now am a bit confused.
>> > It's a complete reinstall of WS03 Std. We'll have multiple sites so we
>> > need to run hostheaders. Since this machine is outsite our SBS lan,
>> > it'll need to be running it's own DNS. It's a stand-alone server and
>> > really doesn't need to be a domain controller, or run active directory,
>> > well, unless that's the best practice. I was looking for tutorials on
>> > just running a simple web server and dns server, but all mention AD or
>> > being a DC, etc. I'm willing to bite the bullet and follow the path,
>> > but seems silly to have all this for couple of websites.

>>
>> No, if you just look in the you will find plenty of information
>> on setting up a Standard Primary DNS.
>>
>> But your DNS for such public resources almost certainly belongs
>> (back) at the REGISTRAR.
>>
>> For one thing you are suppose to have TWO (minimum) DNS
>> servers for your zones.
>>
>>
>>
>> --
>> Herb Martin, MCSE, MVP
>> Accelerated MCSE
>> http://www.LearnQuick.Com
>> [phone number on web site]
>>
>> >
>> > Thanks.
>> >
>> > Hugh
>> >

>



  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 18h39.


É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,11745 seconds with 13 queries