|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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? |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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 =================================== |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
"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] |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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] > > > |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
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] >> >> >> |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
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] > >> > >> > >> > > > |
|
![]() |
| Outils de la discussion | |
|
|