"g.g." <(E-Mail Removed)> wrote in message
news:RRfUg.1650$fI1.1444@trndny04...
> We have a mixed domain of Win2K and Win 2003 servers. All clients are win
> 2000 pro or XP pro.Everyone is behind our firewall.
> The problem: Random clients are suddenly unable to connect to services on
> our network or the internet. They are getting re routed to a 64.22.xxx.xxx
> address for everything this is not a subnet on our network so I don't know
> where its coming from.
Use NSLookup, both the defaults during the problem and
explicitly choosing a DNS server by specifying the IP...
nslookup Name_To_Search
nslookup Name_To_Search IP.Address.DNS.Server
Note the difference between these and compare them
to ping (or other client app resorts) since NSLookup
will NOT use the DNS Client Cache.
Odds are pretty high that you have the clients set to use a
MIXTURE of the internal (correct) DNS servers and some
other (external) DNS server set.
Check "IPconfig /all" and remove all but the correct set
from NIC->IP Properties.
> If I do a ipconfig /flushdns that sometimes works and clears the problem
> out but sometimes the wrong DNS is hitting the client pc so fast the only
> thing I can do is disable DNS caching on the local PC.and then the user
> can get back to work.
"Wrong DNS" will not "hit" the client PC. Clients request
resolution from the DNS server but if you (improperly) configure
both a correct and incorrect DNS Server (set) on the NIC then they
may switch seemingly randomly.
People do this in the mistaken belief that both will be used.
Otherwise the problem is likely that you have BAD entries in
the HOSTS file which is loaded by the DNS Client (caching).
Remove those entries but be very suspicious of their origin
(virus, spyware, browser highjacker, trojan etc.)
%systemroot%\system32\drivers\etc\hosts
> As I said disabling DNS caching works but going around to every client to
> do this is not the most practical plan when your talking 3,000 + PC's
You should not need to do this in ANY case but if you ever need to
do something on 3000 PCs then use a batch file or some other feature
of the GPOs.
> Is there another direction I should be looking in to resolve this problem
> at the server level.?
Probably not.
> Thanks in advance for any help you can offer.
>
--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
> Jstrum5
>