DNS not responding

S

Steve Grosz

I am running DNS on a W2k Server with a DSL connection.
It seems that DNS shuts down after a while, at random
periods throughout the day, and I'll get this info in the
browser page when trying to get to pages I'm hosting:

Problem Report
The system detected a DNS Server Failure while
attempting to resolve the host specified in the requested
URL.

Message ID
DNS_SERVER_FAILURE

Problem Description
DNS server failure encountered.

Possible Problem Cause
The DNS server is temporarily unavailable, or the
network is experiencing transient data loss.

Possible Solution
Try again at a later time.


What could be causing this to stop? I've checked the
event logs, and it doesn't give any indication that
anything is wrong. I have to physically restart my
machine to get it to come back up (or have someone do it
for me if I'm not there)

Any help would be appreciated, this is getting very
frustrating!!! :)

Steve
 
K

Kevin D. Goodknecht [MVP]

In
Steve Grosz said:
I am running DNS on a W2k Server with a DSL connection.
It seems that DNS shuts down after a while, at random
periods throughout the day, and I'll get this info in the
browser page when trying to get to pages I'm hosting:

Problem Report
The system detected a DNS Server Failure while
attempting to resolve the host specified in the requested
URL.


Are you sharing this internet connection with ICS or NAT?
Don't use ICS at all and don't use NAT with the DNS proxy enabled.

Post back with ipconfig /all
 
S

Steve Grosz

I am not using ICS, I am using NAT on a firewall/router, but the DNS server
is out in front of it (with a software firewall on it)

Here is the IP Config info:

Host Name . . . . . . . . . . . . : web-server
Primary DNS Suffix . . . . . . . : computicle.com
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : computicle.com

Ethernet adapter External:
Connection-specific DNS Suffix . : computicle.com
Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast
Ethernet NIC
Physical Address. . . . . . . . . : 00-30-BD-09-13-3A
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 209.161.4.76
Subnet Mask . . . . . . . . . . . : 255.255.255.248
IP Address. . . . . . . . . . . . : 209.161.4.74
Subnet Mask . . . . . . . . . . . : 255.255.255.248
Default Gateway . . . . . . . . . : 209.161.4.73
DNS Servers . . . . . . . . . . . : 192.168.0.253
NetBIOS over Tcpip. . . . . . . . : Disabled


Ethernet adapter Wireless:

Connection-specific DNS Suffix . : computicle.com
Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast
Ethernet NIC #2
Physical Address. . . . . . . . . : 00-00-B4-91-70-2F
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.253
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.253
 
A

Ace Fekay [MVP]

In
Steve Grosz said:
I am not using ICS, I am using NAT on a firewall/router, but the DNS
server is out in front of it (with a software firewall on it)

Here is the IP Config info:

Host Name . . . . . . . . . . . . : web-server
Primary DNS Suffix . . . . . . . : computicle.com
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : computicle.com

Ethernet adapter External:
Connection-specific DNS Suffix . : computicle.com
Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast
Ethernet NIC
Physical Address. . . . . . . . . : 00-30-BD-09-13-3A
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 209.161.4.76
Subnet Mask . . . . . . . . . . . : 255.255.255.248
IP Address. . . . . . . . . . . . : 209.161.4.74
Subnet Mask . . . . . . . . . . . : 255.255.255.248
Default Gateway . . . . . . . . . : 209.161.4.73
DNS Servers . . . . . . . . . . . : 192.168.0.253
NetBIOS over Tcpip. . . . . . . . : Disabled


Ethernet adapter Wireless:

Connection-specific DNS Suffix . : computicle.com
Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast
Ethernet NIC #2
Physical Address. . . . . . . . . : 00-00-B4-91-70-2F
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.253
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.253



Well, one huge error I see is that this machine has two gateways. So
apparently what's going on is a routing issue. On any given machine, you
need to only use one gateway. It's kind of like saying the gateway is "the
way out of the building". If more than one is listed, then confusion can set
in. Apparently this machine (which is not running NAT, since you said your
router is doing that) is sitting on your two subnets. My suggestion is to
use the internal gateway, 192.168.0.1 so your control is from the internal
network. If you want to use the external gateway, 209.161.4.73, then you
have to create a static route so the external system knows how to get to the
private network, but since it's being NAT'd, I would just suggest to use the
internal gateway and remove the 209.161.4.73 address.

--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS-IS" with no warranties and confers no
rights.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory

HAM AND EGGS: A day's work for a chicken; A lifetime commitment for a
pig. --
=================================
 
S

Steve Grosz

I don't think I can get rid of the 209.161.4.73 gateway, as its the IP of my
DSL modem. If I were to get rid of it, then the clients would have no way
to get out of the internal network, correct?

Steve

"Ace Fekay [MVP]"
 
A

Ace Fekay [MVP]

In
Steve Grosz said:
I don't think I can get rid of the 209.161.4.73 gateway, as its the
IP of my DSL modem. If I were to get rid of it, then the clients
would have no way to get out of the internal network, correct?

Steve

"Ace Fekay [MVP]"


You have to remember, as a hosts sitting on the internal network (since it
has an IP on the external network) will be able to get out of the network
with the gateway on that intenral network as the other clients on the
internal network are getting out.

You just cannot have two gateways on any one machine or you lose outside
connectivity. It's just a rule. Choose one or the other. My money is on that
you need to use the internal one.

--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS-IS" with no warranties and confers no
rights.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory

HAM AND EGGS: A day's work for a chicken; A lifetime commitment for a
pig. --
=================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top