ossa said:
Hi Ron , Thanks for the info , find below results of "nslookup" , If I
look
from the server side I cann see the machine on the network , but I still
cannot log onto the domain.All the machines I have logged onto the domain
with are using XP Pro SP1.It seems as if XP Pro SP2 could be the problem
Your help is greatly appreciated
C:\>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : JRABB
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Wireless Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2200BG
Networ
Connection
Physical Address. . . . . . . . . : 00-0E-35-61-CE-45
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network
Connect
on
Physical Address. . . . . . . . . : 08-00-46-DB-3F-EB
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 10.0.0.107
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 10.0.0.1
Primary WINS Server . . . . . . . : 10.0.0.1
Lease Obtained. . . . . . . . . . : Thursday, November 18, 2004
11:47:1
AM
Lease Expires . . . . . . . . . . : Friday, February 25, 2005
11:47:16
M
C:\>nslookup
*** Default servers are not available
Default Server: UnKnown
Address: 127.0.0.1
Server: UnKnown
Address: 127.0.0.1
*** UnKnown can't find _ldap._tcp.dc._msdcs.finance: No response from
server
Well, there's your problem right there.
There are no DNS servers configured.
( Which is what the original error message said. )
It's trying to use itself (127.0.0.1 ) as a DNS server.
This is most certainly not an SP2 problem! All my machines are SP2.
It's a straightforward DNS misconfiguration.
You need to point it to the DNS server which hosts the domain.
That will probably be the server at 10.0.0.1, since it's providing WINS and
DHCP too.
I'm surprised it's not picking this up from the server at the same time it
picks up the IP address via DHCP. I'm guessing that the server must be
issuing this properly, because the other clients work OK. Do an IPCONFIG
/ALL on a working machine, and you should see DNS servers listed in the
output, like this:
C:\Documents and Settings\Ron.HOMENET>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : rons-pc
Primary Dns Suffix . . . . . . . : homenet.local <---Look here too
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : homenet.local
homenet.local.
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : homenet.local.
Description . . . . . . . . . . . : Intel(R) PRO/100 S Desktop
Adapter
Physical Address. . . . . . . . . : 00-02-B3-2A-70-C0
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 81.187.191.66
Subnet Mask . . . . . . . . . . . : 255.255.255.240
Default Gateway . . . . . . . . . : 81.187.191.65
DHCP Server . . . . . . . . . . . : 81.187.191.78
DNS Servers . . . . . . . . . . . : 81.187.191.78 <----Look here.
Primary WINS Server . . . . . . . : 81.187.191.78
Lease Obtained. . . . . . . . . . : 18 November 2004 07:34:18
Lease Expires . . . . . . . . . . : 26 November 2004 07:34:18
Go to the Network Connections folder,
R-click the LAN connection, choose 'Properties'.
Scroll down to Internet Protocol (TCP/IP) and double-click it.
I'd expect it to be set to 'Obtain DNS server automatically.'
Whilst we're here, click the 'Advanced' button and go to the DNS tab.
There should not be any DNS servers listed here, it should be using the ones
asigned by the server.
As a workaround, you could try manually Adding 10.0.0.1 here.
But only as a temporary workaround.
Also on the DNS tab, 'Append Primary.. 'and 'Append parent..'should be
checked.
'Register this connection' should also be checked.
OK your way out of this.
I'm also a bit suspicious that the Primary DNS suffix is not listed
correctly.
Go to My Computer | Properties | Computer Name tab.
'Change' button
'More' button
The Primary DNS suffix should be the full name of your domain.
Also ensure the check-box 'Change primary DNS suffix when domain membership
changes' is checked.
I'm a bit doubtfull that this machine joined the domain properly given its
current configuration.
Get it to the state where it can pick up it's DNS settings from the server
the same as the other machines, and it's primary dns suffix is correct, and
it's set for Dynamic DNS update. Once DNS is fully working ( re-try the
nslookup command ) then if there remain domain oddities, I'd remove it from
the domain and re-join it to the domain now that DNS is functioning.