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 doesn't work with neither forwardes nor root servers
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
DNS doesn't work with neither forwardes nor root servers

Réponse
 
LinkBack Outils de la discussion
Vieux 31/08/2006, 15h26   #1
Olexandr
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut DNS doesn't work with neither forwardes nor root servers

DNS doesn't work with neither forwardes nor root servers after each OS
reboot, until DNS service is restarted

based on DNS logs, i can say that it does not recieve responses ffrom
forwarders/ root servers for some reason.

what it can be?
  Réponse avec citation
Vieux 31/08/2006, 15h34   #2
Jorge Silva
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS doesn't work with neither forwardes nor root servers

Hi

Can you be more especific about the problem itself and how/when did it
happen, what steps did you take untill now to try to solve, and the DNS
configuration including DNS servers.

--
I hope that the information above s you

Good Luck
Jorge Silva
MCSA
Systems Administrator

"Olexandr" <Olexandr@discussions.microsoft.com> wrote in message
news:24B6699A-6B5F-40AC-BA64-F0F7255DD3B7@microsoft.com...
> DNS doesn't work with neither forwardes nor root servers after each OS
> reboot, until DNS service is restarted
>
> based on DNS logs, i can say that it does not recieve responses ffrom
> forwarders/ root servers for some reason.
>
> what it can be?



  Réponse avec citation
Vieux 31/08/2006, 15h41   #3
Kevin D. Goodknecht Sr. [MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS doesn't work with neither forwardes nor root servers

Olexandr wrote:
> DNS doesn't work with neither forwardes nor root servers after each OS
> reboot, until DNS service is restarted
>
> based on DNS logs, i can say that it does not recieve responses ffrom
> forwarders/ root servers for some reason.
>
> what it can be?


Can you give some details as to how the DNS servers is configured?
Forwarder IPs, Recursion settings on both the Forwarder tab and advanced
tab, and whether you are behind a PIX firewall.

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This s
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oe.com/OEBackup/Default.aspx
===================================


  Réponse avec citation
Vieux 31/08/2006, 16h43   #4
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS doesn't work with neither forwardes nor root servers

"Olexandr" <Olexandr@discussions.microsoft.com> wrote in message
news:24B6699A-6B5F-40AC-BA64-F0F7255DD3B7@microsoft.com...
> DNS doesn't work with neither forwardes nor root servers after each OS
> reboot, until DNS service is restarted
>
> based on DNS logs, i can say that it does not recieve responses ffrom
> forwarders/ root servers for some reason.
>
> what it can be?


Assuming you mean that your DNS server can neither forward nor
recurse for resolving the Internet then the four most common reasons
are:

1) Disabling Recursion (and forwarding) in the ADVANCED tab
of the server options

2) Having a ROOT zone on the DNS server (disables both too)

3) Having one DNS server forward to another which ALSO forwards
back to the first (mutual forwarding) -- never do this.

4) Firewalls that block the DNS server from reaching the forwarder
DNS OR from doing the actual recursion itself.

Only #3 makes sense IF your DNS server resolves through forwarding
or recursion after MERELY restarting it (without making any config
changes.)

IF none of these seem to solve the problem, then I would strongly
suspect a damaged DLL or service and strongly consider a "REPAIR
INSTALL."



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


  Réponse avec citation
Vieux 31/08/2006, 17h02   #5
Olexandr
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS doesn't work with neither forwardes nor root servers

so i have

SBS 2003 SP1

DNS host primary zone for LAN domain <company.local>
and has 2 forwardes 4.2.2.2 & 4.2.2.3 for all other domains with diable
recursion NOT selected

root hints are also set correctly



round robin & net mask ordering are enabled
DNS listens for all interfaces

network config is

Connection-specific DNS Suffix . :

IP Address. . . . . . . . . . . . : 192.168.5.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.5.1
DNS Servers . . . . . . . . . . . : 192.168.5.100

PPP adapter RAS Server (Dial In) Interface:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.5.150
Subnet Mask . . . . . . . . . . . : 255.255.255.255


RRAS also enabled in <LAN routing & VPN mode>

about PIX i do not know

but i already tried dnscmd / config /enableednsprobes 0

it does not solve issues

and also please keep in mind that the problem start from the very OS restart
& lasts to DNS service reboot i.e. < net stop dns & net start dns > with no
other changes

when it started i do not know - since i work with this server not from the
beginning
  Réponse avec citation
Vieux 31/08/2006, 17h11   #6
Olexandr
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS doesn't work with neither forwardes nor root servers

1) & 2) is not my case
4) also seems not to take place - since even when DNS server can not resolve
www.hp.com. i do can resolve this FDQN via direct request to any of my
forwardes i.e nslookup www.hp.com. 4.2.2.2

"Herb Martin" wrote:

> "Olexandr" <Olexandr@discussions.microsoft.com> wrote in message
> news:24B6699A-6B5F-40AC-BA64-F0F7255DD3B7@microsoft.com...
> > DNS doesn't work with neither forwardes nor root servers after each OS
> > reboot, until DNS service is restarted
> >
> > based on DNS logs, i can say that it does not recieve responses ffrom
> > forwarders/ root servers for some reason.
> >
> > what it can be?

>
> Assuming you mean that your DNS server can neither forward nor
> recurse for resolving the Internet then the four most common reasons
> are:
>
> 1) Disabling Recursion (and forwarding) in the ADVANCED tab
> of the server options
>
> 2) Having a ROOT zone on the DNS server (disables both too)
>
> 3) Having one DNS server forward to another which ALSO forwards
> back to the first (mutual forwarding) -- never do this.
>
> 4) Firewalls that block the DNS server from reaching the forwarder
> DNS OR from doing the actual recursion itself.
>
> Only #3 makes sense IF your DNS server resolves through forwarding
> or recursion after MERELY restarting it (without making any config
> changes.)
>
> IF none of these seem to solve the problem, then I would strongly
> suspect a damaged DLL or service and strongly consider a "REPAIR
> INSTALL."
>
>
>
> --
> Herb Martin, MCSE, MVP
> Accelerated MCSE
> http://www.LearnQuick.Com
> [phone number on web site]
>
>
>

  Réponse avec citation
Vieux 31/08/2006, 17h55   #7
Jorge Silva
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS doesn't work with neither forwardes nor root servers

Ok.
Adding to Herb response, if you change the Forwarders ip to new ones or if
you remove them using only root hints, does this still happen?


--
I hope that the information above s you

Good Luck
Jorge Silva
MCSA
Systems Administrator

"Olexandr" <Olexandr@discussions.microsoft.com> wrote in message
news:F83C3C6B-6CBE-418A-B5F0-D3AD2489EFA2@microsoft.com...
> 1) & 2) is not my case
> 4) also seems not to take place - since even when DNS server can not
> resolve
> www.hp.com. i do can resolve this FDQN via direct request to any of my
> forwardes i.e nslookup www.hp.com. 4.2.2.2
>
> "Herb Martin" wrote:
>
>> "Olexandr" <Olexandr@discussions.microsoft.com> wrote in message
>> news:24B6699A-6B5F-40AC-BA64-F0F7255DD3B7@microsoft.com...
>> > DNS doesn't work with neither forwardes nor root servers after each OS
>> > reboot, until DNS service is restarted
>> >
>> > based on DNS logs, i can say that it does not recieve responses ffrom
>> > forwarders/ root servers for some reason.
>> >
>> > what it can be?

>>
>> Assuming you mean that your DNS server can neither forward nor
>> recurse for resolving the Internet then the four most common reasons
>> are:
>>
>> 1) Disabling Recursion (and forwarding) in the ADVANCED tab
>> of the server options
>>
>> 2) Having a ROOT zone on the DNS server (disables both too)
>>
>> 3) Having one DNS server forward to another which ALSO forwards
>> back to the first (mutual forwarding) -- never do this.
>>
>> 4) Firewalls that block the DNS server from reaching the forwarder
>> DNS OR from doing the actual recursion itself.
>>
>> Only #3 makes sense IF your DNS server resolves through forwarding
>> or recursion after MERELY restarting it (without making any config
>> changes.)
>>
>> IF none of these seem to solve the problem, then I would strongly
>> suspect a damaged DLL or service and strongly consider a "REPAIR
>> INSTALL."
>>
>>
>>
>> --
>> Herb Martin, MCSE, MVP
>> Accelerated MCSE
>> http://www.LearnQuick.Com
>> [phone number on web site]
>>
>>
>>



  Réponse avec citation
Vieux 31/08/2006, 18h14   #8
Olexandr
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS doesn't work with neither forwardes nor root servers

problem persists event if only root hints present and forwardes are clean
option with other forwardes was not tested - i will try it this evening

"Jorge Silva" wrote:

> Ok.
> Adding to Herb response, if you change the Forwarders ip to new ones or if
> you remove them using only root hints, does this still happen?
>
>
> --
> I hope that the information above s you
>
> Good Luck
> Jorge Silva
> MCSA
> Systems Administrator
>
> "Olexandr" <Olexandr@discussions.microsoft.com> wrote in message
> news:F83C3C6B-6CBE-418A-B5F0-D3AD2489EFA2@microsoft.com...
> > 1) & 2) is not my case
> > 4) also seems not to take place - since even when DNS server can not
> > resolve
> > www.hp.com. i do can resolve this FDQN via direct request to any of my
> > forwardes i.e nslookup www.hp.com. 4.2.2.2
> >
> > "Herb Martin" wrote:
> >
> >> "Olexandr" <Olexandr@discussions.microsoft.com> wrote in message
> >> news:24B6699A-6B5F-40AC-BA64-F0F7255DD3B7@microsoft.com...
> >> > DNS doesn't work with neither forwardes nor root servers after each OS
> >> > reboot, until DNS service is restarted
> >> >
> >> > based on DNS logs, i can say that it does not recieve responses ffrom
> >> > forwarders/ root servers for some reason.
> >> >
> >> > what it can be?
> >>
> >> Assuming you mean that your DNS server can neither forward nor
> >> recurse for resolving the Internet then the four most common reasons
> >> are:
> >>
> >> 1) Disabling Recursion (and forwarding) in the ADVANCED tab
> >> of the server options
> >>
> >> 2) Having a ROOT zone on the DNS server (disables both too)
> >>
> >> 3) Having one DNS server forward to another which ALSO forwards
> >> back to the first (mutual forwarding) -- never do this.
> >>
> >> 4) Firewalls that block the DNS server from reaching the forwarder
> >> DNS OR from doing the actual recursion itself.
> >>
> >> Only #3 makes sense IF your DNS server resolves through forwarding
> >> or recursion after MERELY restarting it (without making any config
> >> changes.)
> >>
> >> IF none of these seem to solve the problem, then I would strongly
> >> suspect a damaged DLL or service and strongly consider a "REPAIR
> >> INSTALL."
> >>
> >>
> >>
> >> --
> >> Herb Martin, MCSE, MVP
> >> Accelerated MCSE
> >> http://www.LearnQuick.Com
> >> [phone number on web site]
> >>
> >>
> >>

>
>
>

  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 03h31.


Édité par : vBulletin® version 3.7.2
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
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,17569 seconds with 16 queries