Networking Forums

Networking Forums > Computer Networking > Windows Networking > Ping does not resolve, nslookup does, DNS queries end up externall

Reply
Thread Tools Display Modes

Ping does not resolve, nslookup does, DNS queries end up externall

 
 
Mike.
Guest
Posts: n/a

 
      03-06-2008, 04:51 PM
Every so often a few XP machines on our network lose the ability to resolve
DNS for domains hosted on our internal DNS servers.

A ping from the XP machine will either not find the host, or will end up
reaching our External DNS servers to resolve (if the domain in question is on
that external server as well for public resolution).

Nslookup does find the correct host and IP address using our internal DNS
servers.

ipconfig /flushdns solves this issue at times, other times we have to /renew
to get everything to resolve properly.

Any ideas as to what the root of this problem could be?

Thank you for your time.

 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      03-06-2008, 05:29 PM
Never ever ever allow Client machines to ever even "know" an external DNS
exists.

All machines on the LAN (every last one) uses only the internal AD/DNS and
nothing else,...ever.

Configure the AD/DNS machine with the ISPs DNS in the Forwarders List or
leave the list blank and let it default to using Root Hints.

Make sure the Firewall allows *only* the AD/DNS machines to make outbound
DNS Queries. The Firewall should not allow any other machine to ever make
DNS queries.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


"Mike." <Mike. @discussions.microsoft.com> wrote in message
news:9252E1B3-94E8-4B15-AE26-(E-Mail Removed)...
> Every so often a few XP machines on our network lose the ability to
> resolve
> DNS for domains hosted on our internal DNS servers.
>
> A ping from the XP machine will either not find the host, or will end up
> reaching our External DNS servers to resolve (if the domain in question is
> on
> that external server as well for public resolution).
>
> Nslookup does find the correct host and IP address using our internal DNS
> servers.
>
> ipconfig /flushdns solves this issue at times, other times we have to
> /renew
> to get everything to resolve properly.
>
> Any ideas as to what the root of this problem could be?
>
> Thank you for your time.
>



 
Reply With Quote
 
Mike.
Guest
Posts: n/a

 
      03-06-2008, 05:43 PM
Yes, it looks like one of my DHCP servers had both the internal and external
DNS servers on the scope. I have removed the external, and ensured that the
external ones are in the forwarders.

Thank you for your time.

"Phillip Windell" wrote:

> Never ever ever allow Client machines to ever even "know" an external DNS
> exists.
>
> All machines on the LAN (every last one) uses only the internal AD/DNS and
> nothing else,...ever.
>
> Configure the AD/DNS machine with the ISPs DNS in the Forwarders List or
> leave the list blank and let it default to using Root Hints.
>
> Make sure the Firewall allows *only* the AD/DNS machines to make outbound
> DNS Queries. The Firewall should not allow any other machine to ever make
> DNS queries.
>
> --
> Phillip Windell
> www.wandtv.com
>
> The views expressed, are my own and not those of my employer, or Microsoft,
> or anyone else associated with me, including my cats.
> -----------------------------------------------------
>
>
> "Mike." <Mike. @discussions.microsoft.com> wrote in message
> news:9252E1B3-94E8-4B15-AE26-(E-Mail Removed)...
> > Every so often a few XP machines on our network lose the ability to
> > resolve
> > DNS for domains hosted on our internal DNS servers.
> >
> > A ping from the XP machine will either not find the host, or will end up
> > reaching our External DNS servers to resolve (if the domain in question is
> > on
> > that external server as well for public resolution).
> >
> > Nslookup does find the correct host and IP address using our internal DNS
> > servers.
> >
> > ipconfig /flushdns solves this issue at times, other times we have to
> > /renew
> > to get everything to resolve properly.
> >
> > Any ideas as to what the root of this problem could be?
> >
> > Thank you for your time.
> >

>
>
>

 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      03-06-2008, 06:18 PM
Good to hear Mike, glad it worked out.


--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------

"Mike." <(E-Mail Removed)> wrote in message
news:3DB6EAEC-E63A-440D-B1BA-(E-Mail Removed)...
> Yes, it looks like one of my DHCP servers had both the internal and
> external
> DNS servers on the scope. I have removed the external, and ensured that
> the
> external ones are in the forwarders.
>
> Thank you for your time.
>
> "Phillip Windell" wrote:
>
>> Never ever ever allow Client machines to ever even "know" an external DNS
>> exists.
>>
>> All machines on the LAN (every last one) uses only the internal AD/DNS
>> and
>> nothing else,...ever.
>>
>> Configure the AD/DNS machine with the ISPs DNS in the Forwarders List or
>> leave the list blank and let it default to using Root Hints.
>>
>> Make sure the Firewall allows *only* the AD/DNS machines to make outbound
>> DNS Queries. The Firewall should not allow any other machine to ever make
>> DNS queries.
>>
>> --
>> Phillip Windell
>> www.wandtv.com
>>
>> The views expressed, are my own and not those of my employer, or
>> Microsoft,
>> or anyone else associated with me, including my cats.
>> -----------------------------------------------------
>>
>>
>> "Mike." <Mike. @discussions.microsoft.com> wrote in message
>> news:9252E1B3-94E8-4B15-AE26-(E-Mail Removed)...
>> > Every so often a few XP machines on our network lose the ability to
>> > resolve
>> > DNS for domains hosted on our internal DNS servers.
>> >
>> > A ping from the XP machine will either not find the host, or will end
>> > up
>> > reaching our External DNS servers to resolve (if the domain in question
>> > is
>> > on
>> > that external server as well for public resolution).
>> >
>> > Nslookup does find the correct host and IP address using our internal
>> > DNS
>> > servers.
>> >
>> > ipconfig /flushdns solves this issue at times, other times we have to
>> > /renew
>> > to get everything to resolve properly.
>> >
>> > Any ideas as to what the root of this problem could be?
>> >
>> > Thank you for your time.
>> >

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Nslookup succeeds, but ping fails to resolve hostname Curt McNamee Windows Networking 1 11-07-2006 03:04 PM
nslookup works but ping does'nt !? Mark Linux Networking 1 10-12-2006 02:54 AM
should nslookup resolve by using single-labels durx Windows Networking 0 07-05-2006 04:50 PM
Dig and nslookup resolve; ping doesn't Mark Tunnell Linux Networking 1 07-14-2005 07:59 PM
LMHOSTS not working for NSLOOKUP and PING Carol Chisholm Windows Networking 1 08-06-2004 06:38 PM



1 2 3 4 5 6 7 8 9 10 11