DNS problems

A

AIK

Hi,

I am unable to access internet on my domain controller, and I believe it is
due to some tangled DNS settings. The reason I say so is because I can
access internet on all my other computers which are on the same network.
Just the domain controller is unable to access internet. The DC can also
ping the wireless router which is the main gateway for all the other
computers. However, when I go ping yahoo.com or something, it says unknown
host. I believe it is because its trying to find yahoo.com locally or
something. I also tried creating a forwarder using my ISPs DNS, but that
didn't help either. What should I do?
 
P

Phil M.

AIK said:
Hi,

I am unable to access internet on my domain controller, and I believe
it is due to some tangled DNS settings. The reason I say so is because
I can access internet on all my other computers which are on the same
network. Just the domain controller is unable to access internet. The
DC can also ping the wireless router which is the main gateway for all
the other computers. However, when I go ping yahoo.com or something,
it says unknown host. I believe it is because its trying to find
yahoo.com locally or something. I also tried creating a forwarder
using my ISPs DNS, but that didn't help either. What should I do?

On the DC, do you have the IP of the DC as the preferred DNS server?

Phil M.
 
A

AIK

BTW, NetDiag on DC returns this:

DNS test . . . . . . . . . . . . . : Failed
[WARNING] Cannot find a primary authoritative DNS server for the
name
'ws01.wirelesssigma.com.'. [ERROR_TIMEOUT]
The name 'ws01.wirelesssigma.com.' may not be registered in DNS.
[FATAL]: The DNS registration for 'ws01.wirelesssigma.com' is
incorrect on all DNS servers.
PASS - All the DNS entries for DC are registered on DNS server
'192.168.1.50' and other DCs also have some of the names registered.
[WARNING] The DNS entries for this DC cannot be verified right now on
DNS server 24.153.22.195, ERROR_TIMEOUT.
 
R

Richard G. Harper

Open up a command window and type:

IPCONFIG /ALL

What shows up there for the DNS configuration?
 
A

AIK

I have two network cards on the DC. one is connected to another machine
carrying exchange over a crossover cable (192.168.1.50) and the other is
connected to a router. The first one used NICs own ip address for the DNS
Server, and the second uses my ISPs DNS Server (24.153.22.195).

Windows 2000 IP Configuration

Host Name . . . . . . . . . . . . : ws01
Primary DNS Suffix . . . . . . . : foo.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : foo.com

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/100 S Server
Adapter
Physical Address. . . . . . . . . : 00-0E-0C-51-A1-42
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.50
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.50
DNS Servers . . . . . . . . . . . : 192.168.1.50

Ethernet adapter Local Area Connection (internet):

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network
Connection
Physical Address. . . . . . . . . : 00-11-11-1F-55-04
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.2.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.2.1
DNS Servers . . . . . . . . . . . : 24.153.22.195

C:\>
 
D

Doug Sherman [MVP]

Try:

1. Remove the default gateway from the 192.168.1.50 NIC.

2. Configure the 192.168.2.100 NIC to point to 192.168.1.50 for primary
DNS.

3. Configure Forwarders to point to 24.153.22.195

4. Right click My Network Places and select Properties, click
Advanced/Advanced Settings. Make sure the Local Area Connection for the
192.168.1.50 NIC is at the top of the binding order list.

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
 
A

AIK

Thanks a lot! This worked great!

Doug Sherman said:
Try:

1. Remove the default gateway from the 192.168.1.50 NIC.

2. Configure the 192.168.2.100 NIC to point to 192.168.1.50 for primary
DNS.

3. Configure Forwarders to point to 24.153.22.195

4. Right click My Network Places and select Properties, click
Advanced/Advanced Settings. Make sure the Local Area Connection for the
192.168.1.50 NIC is at the top of the binding order list.

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
 
D

Doug Sherman [MVP]

On the server open the DNS console, right click on the servername, and
select Properties. Click the Forwarders tab. If Forwarders is greyed out,
delete the "." zone.

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
 
J

jhon

go to this link
http://www.talkroot.com/archive/topic/56708-1.html
http://support.microsoft.com/default.aspx?scid=kb;en-
us;237675http://www.microsoft.com/windows2000/techinfo/resk
it/en-us/default.asp?url=/windows2000/techinfo/reskit/en-
us/cnet/cncf_imp_dewg.asp
http://www.experts-exchange.com/Networking/Q_20894477.html
-----Original Message-----
BTW, NetDiag on DC returns this:

DNS test . . . . . . . . . . . . . : Failed
[WARNING] Cannot find a primary authoritative DNS server for the
name
'ws01.wirelesssigma.com.'. [ERROR_TIMEOUT]
The name 'ws01.wirelesssigma.com.' may not be registered in DNS.
[FATAL]: The DNS registration
for 'ws01.wirelesssigma.com' is
incorrect on all DNS servers.
PASS - All the DNS entries for DC are registered on DNS server
'192.168.1.50' and other DCs also have some of the names registered.
[WARNING] The DNS entries for this DC cannot be verified right now on
DNS server 24.153.22.195, ERROR_TIMEOUT.


.
 

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