PC Review


Reply
Thread Tools Rate Thread

Active Directory and DNS

 
 
=?Utf-8?B?Sm9obiBXb25n?=
Guest
Posts: n/a
 
      16th Mar 2006
I have two active directory dns server. I ran a test and realize that when I
shut the primary active directory server and left the secondary active
directory dns server up no one was able to surf the internet but they are
able to logon to the Active Directory. I even test the a linux workstation
that do not point their DNS to the AD domain, they are able to browse the net
when the primary AD server is up but when the primary AD server is down. The
linux workstation is not able to surf the net even when it is not pointing to
the AD DNS server. The primary AD server has all the roles. We plan to move
the roles after upgrading to Widnows 2003, but the situation puzzled us
because how one AD server stop internet access even for non windows machine
who are not on AD domain.

Thank you in advance.
 
Reply With Quote
 
 
 
 
Roland Hall
Guest
Posts: n/a
 
      17th Mar 2006
"John Wong" wrote in message
news:C92D9CD4-A14B-46AE-A1E3-(E-Mail Removed)...
:I have two active directory dns server. I ran a test and realize that when
I
: shut the primary active directory server and left the secondary active
: directory dns server up no one was able to surf the internet but they are
: able to logon to the Active Directory. I even test the a linux
workstation
: that do not point their DNS to the AD domain, they are able to browse the
net
: when the primary AD server is up but when the primary AD server is down.
The
: linux workstation is not able to surf the net even when it is not pointing
to
: the AD DNS server. The primary AD server has all the roles. We plan to
move
: the roles after upgrading to Widnows 2003, but the situation puzzled us
: because how one AD server stop internet access even for non windows
machine
: who are not on AD domain.

In an AD domain, all systems should point their DNS to the local DNS. The
router should point it's DNS to the ISP. The Linux box, if not pointing its
DNS to the local DNS, where is it pointing?

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp


 
Reply With Quote
 
Herb Martin
Guest
Posts: n/a
 
      17th Mar 2006
"John Wong" <(E-Mail Removed)> wrote in message
news:C92D9CD4-A14B-46AE-A1E3-(E-Mail Removed)...
>I have two active directory dns server. I ran a test and realize that when
>I
> shut the primary active directory server and left the secondary active
> directory dns server up no one was able to surf the internet but they are
> able to logon to the Active Directory.


This implies strongly that the 1st server is (properly) configured
to either Forward to an Internet capable DNS server or was doing
explicit recursion itself, but that the second is unable to do either
of these.

Are you Forwarding (usually better choice) or explicitly
recursing (using root hints)?

What was the difference for forwarding/recursing between
these two DNS servers? (You're answer is likely there.)

> I even test the a linux workstation
> that do not point their DNS to the AD domain, they are able to browse the
> net
> when the primary AD server is up but when the primary AD server is down.
> The
> linux workstation is not able to surf the net even when it is not pointing
> to
> the AD DNS server. The primary AD server has all the roles. We plan to
> move
> the roles after upgrading to Widnows 2003, but the situation puzzled us
> because how one AD server stop internet access even for non windows
> machine
> who are not on AD domain.


Likely your second server is not forwarding or was
(incorrectly) forwarding to the 1st server.

Forward both internal DNS servers to your firewall
or the ISP DNS server (i.e., one which can resolve
Internet addresses).

Set all internal clients (including the DNS, DCs, and
other servers) STRICTLY to the INTERNAL DNS
servers which can resolve all internal AND external
names.



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


 
Reply With Quote
 
=?Utf-8?B?Sm9obiBXb25n?=
Guest
Posts: n/a
 
      17th Mar 2006
We have 4 dns server, two active directory intergrated dns for workstation in
the domain. The other two dns are linux dns. The two linux dns existed
before the active directory dns so it resolved all internal website and
external. The two active directory dns are forwarded to the linux dns for
corporate website and external website. The two active directory dns does
not forward each other but they forward to both linux dns.

The linux workstation point to the linux dns since they do not have need for
the active directory.

It was stranged that if the second dns is not configured correctly, how does
it affect the linux machine when it does not communicate to Active directory
and it simply do es not resolved name thru the linux dns. Only when we turn
back the primary active directory dns that the linux workstation resolved
website.

"Roland Hall" wrote:

> "John Wong" wrote in message
> news:C92D9CD4-A14B-46AE-A1E3-(E-Mail Removed)...
> :I have two active directory dns server. I ran a test and realize that when
> I
> : shut the primary active directory server and left the secondary active
> : directory dns server up no one was able to surf the internet but they are
> : able to logon to the Active Directory. I even test the a linux
> workstation
> : that do not point their DNS to the AD domain, they are able to browse the
> net
> : when the primary AD server is up but when the primary AD server is down.
> The
> : linux workstation is not able to surf the net even when it is not pointing
> to
> : the AD DNS server. The primary AD server has all the roles. We plan to
> move
> : the roles after upgrading to Widnows 2003, but the situation puzzled us
> : because how one AD server stop internet access even for non windows
> machine
> : who are not on AD domain.
>
> In an AD domain, all systems should point their DNS to the local DNS. The
> router should point it's DNS to the ISP. The Linux box, if not pointing its
> DNS to the local DNS, where is it pointing?
>
> --
> Roland Hall
> /* This information is distributed in the hope that it will be useful, but
> without any warranty; without even the implied warranty of merchantability
> or fitness for a particular purpose. */
> Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
> WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
> MSDN Library - http://msdn.microsoft.com/library/default.asp
>
>
>

 
Reply With Quote
 
Herb Martin
Guest
Posts: n/a
 
      17th Mar 2006
"John Wong" <(E-Mail Removed)> wrote in message
news:B8941A3C-7835-4E41-8252-(E-Mail Removed)...
> We have 4 dns server, two active directory intergrated dns for workstation
> in
> the domain. The other two dns are linux dns. The two linux dns existed
> before the active directory dns so it resolved all internal website and
> external. The two active directory dns are forwarded to the linux dns for
> corporate website and external website. The two active directory dns does
> not forward each other but they forward to both linux dns.


Then test each of them FROM their RESPECTIVE command lines
to make sure that each of them (presumably #1 works fine) can
specify the Forwarder in an explicit NSLookup request.

If this works AND the DNS console is using STRICTLY the
Forwarders that test to be working it pretty much HAS TO work.

> The linux workstation point to the linux dns since they do not have need
> for
> the active directory.


One might guess you have multiple problems or else that
Linux is not set as you think it is set.

> It was stranged that if the second dns is not configured correctly, how
> does
> it affect the linux machine when it does not communicate to Active
> directory


It might still be using the #1 DNS even if it has no need of AD.

> and it simply do es not resolved name thru the linux dns.


From what you have said, I would require proof of this or
suspect you have multiple (unrelated) problems.

> Only when we turn
> back the primary active directory dns that the linux workstation resolved
> website.


Then almost certainly your report is incorrect and the Linux
box is actually using the #1 DNS server.


> "Roland Hall" wrote:



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

>
>> "John Wong" wrote in message
>> news:C92D9CD4-A14B-46AE-A1E3-(E-Mail Removed)...
>> :I have two active directory dns server. I ran a test and realize that
>> when
>> I
>> : shut the primary active directory server and left the secondary active
>> : directory dns server up no one was able to surf the internet but they
>> are
>> : able to logon to the Active Directory. I even test the a linux
>> workstation
>> : that do not point their DNS to the AD domain, they are able to browse
>> the
>> net
>> : when the primary AD server is up but when the primary AD server is
>> down.
>> The
>> : linux workstation is not able to surf the net even when it is not
>> pointing
>> to
>> : the AD DNS server. The primary AD server has all the roles. We plan
>> to
>> move
>> : the roles after upgrading to Widnows 2003, but the situation puzzled us
>> : because how one AD server stop internet access even for non windows
>> machine
>> : who are not on AD domain.
>>
>> In an AD domain, all systems should point their DNS to the local DNS.
>> The
>> router should point it's DNS to the ISP. The Linux box, if not pointing
>> its
>> DNS to the local DNS, where is it pointing?
>>
>> --
>> Roland Hall
>> /* This information is distributed in the hope that it will be useful,
>> but
>> without any warranty; without even the implied warranty of
>> merchantability
>> or fitness for a particular purpose. */
>> Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
>> WSH 5.6 Documentation -
>> http://msdn.microsoft.com/downloads/list/webdev.asp
>> MSDN Library - http://msdn.microsoft.com/library/default.asp
>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
question on upgrading from active directory 2000 to active directory 2003 Gary M Microsoft Windows 2000 Active Directory 2 16th Mar 2007 07:57 PM
Active Directory, Active Directory Federation Services and Microsoft Integration Identiy Server Mas Libman [MSFT] Microsoft Windows 2000 Active Directory 0 6th May 2005 10:55 PM
[Active Directory] On what ground does LDAP connect to Active Directory RTT Microsoft VB .NET 0 12th Apr 2005 04:20 PM
Arguments for 2003 Active directory versus 2000 active directory? =?Utf-8?B?c3RlcGhlbmJiYWtlcg==?= Microsoft Windows 2000 Active Directory 4 23rd Dec 2003 04:40 AM
compatibility between W2K Active Directory and W2k3 Active Directory Dani Microsoft Windows 2000 Active Directory 1 15th Sep 2003 11:03 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:17 PM.