Networking Forums

Networking Forums > Computer Networking > Windows Networking > WinXP cannot see domain

Reply
Thread Tools Display Modes

WinXP cannot see domain

 
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      05-04-2009, 10:09 PM
Hello shank,

DNS settings, please post an unedited ipconfig /all from the client and the
DC.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> I have 6 workstations connected to the domain. Just connected and they
> could see the domain under Entire Networks.
>
> Connected a laptop with WinXP to the same cables and cannot see the
> domain.
>
> Any suggestions?
>
> thanks
>



 
Reply With Quote
 
 
 
 
shank
Guest
Posts: n/a

 
      05-04-2009, 10:14 PM
I have 6 workstations connected to the domain. Just connected and they could
see the domain under Entire Networks.

Connected a laptop with WinXP to the same cables and cannot see the domain.

Any suggestions?

thanks


 
Reply With Quote
 
shank
Guest
Posts: n/a

 
      05-04-2009, 10:46 PM
LAPTOP....
Windows IP Configuration
Host Name . . . . . . . . . . . . : LAPTOP
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : Yes
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Broadcom 440x 10/100 Integrated
Controller
Physical Address. . . . . . . . . : 00-1D-09-BF-91-65
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.2.107
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.2.50
DHCP Server . . . . . . . . . . . : 192.168.2.50
DNS Servers . . . . . . . . . . . : 65.32.1.65
65.32.1.70
Lease Obtained. . . . . . . . . . : Monday, May 04, 2009 6:05:59 PM
Lease Expires . . . . . . . . . . : Tuesday, May 05, 2009 6:05:59 PM


DOMAIN CONTROLLER
Windows IP Configuration
Host Name . . . . . . . . . . . . : BSBSBS01
Primary Dns Suffix . . . . . . . : bsb.local
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : bsb.local
Ethernet adapter Server Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : HP NC326i PCIe Dual Port Gigabit
Server Adapter
Physical Address. . . . . . . . . : 00-24-81-00-B4-98
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.10.5
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.10.1
DNS Servers . . . . . . . . . . . : 192.168.10.1
Primary WINS Server . . . . . . . : 192.168.10.5

I assume when you ask for DC you wanted the IPconfig from the server,
correct? I'm new to this. Thanks!
================================================== ==========
"Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
news:(E-Mail Removed) .com...
> Hello shank,
>
> DNS settings, please post an unedited ipconfig /all from the client and
> the DC.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> I have 6 workstations connected to the domain. Just connected and they
>> could see the domain under Entire Networks.
>>
>> Connected a laptop with WinXP to the same cables and cannot see the
>> domain.
>>
>> Any suggestions?
>>
>> thanks
>>

>
>



 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      05-04-2009, 10:55 PM
Hello shank,

The DC must use itself as DNS server and not the default gateway. Active
directory is based on DNS. If this is not optimal configured lot's of things
will go wrong. The default gateway should not do anything in the domain,
except the internet access.

So reconfigure the DC according to:
http://support.microsoft.com/kb/323380

Additional see here:
http://support.microsoft.com/kb/825036

DC should look like:
IP Address. . . . . . . . . . . . : 192.168.10.5
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.10.1
DNS Servers . . . . . . . . . . . : 192.168.10.5
Primary WINS Server . . . . . . . : 192.168.10.5

Your client machine is total different form the DC's subnet, it will not
connect with the DC if they are on the same physical network:
IP Address. . . . . . . . . . . . : 192.168.2.107
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.2.50
DHCP Server . . . . . . . . . . . : 192.168.2.50
DNS Servers . . . . . . . . . . . : 65.32.1.65
65.32.1.70

To work with the server it should be something like:
IP Address. . . . . . . . . . . . : 192.168.10.xxx
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.10.1
DNS Servers . . . . . . . . . . . : 192.168.10.5
Primary WINS Server . . . . . . . : 192.168.10.5



Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> LAPTOP....
> Windows IP Configuration
> Host Name . . . . . . . . . . . . : LAPTOP
> Primary Dns Suffix . . . . . . . :
> Node Type . . . . . . . . . . . . : Unknown
> IP Routing Enabled. . . . . . . . : Yes
> WINS Proxy Enabled. . . . . . . . : Yes
> Ethernet adapter Local Area Connection:
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Broadcom 440x 10/100
> Integrated
> Controller
> Physical Address. . . . . . . . . : 00-1D-09-BF-91-65
> Dhcp Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> IP Address. . . . . . . . . . . . : 192.168.2.107
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.2.50
> DHCP Server . . . . . . . . . . . : 192.168.2.50
> DNS Servers . . . . . . . . . . . : 65.32.1.65
> 65.32.1.70
> Lease Obtained. . . . . . . . . . : Monday, May 04, 2009
> 6:05:59 PM
> Lease Expires . . . . . . . . . . : Tuesday, May 05, 2009
> 6:05:59 PM
> DOMAIN CONTROLLER
> Windows IP Configuration
> Host Name . . . . . . . . . . . . : BSBSBS01
> Primary Dns Suffix . . . . . . . : bsb.local
> Node Type . . . . . . . . . . . . : Hybrid
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
> DNS Suffix Search List. . . . . . : bsb.local
> Ethernet adapter Server Local Area Connection:
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : HP NC326i PCIe Dual Port
> Gigabit
> Server Adapter
> Physical Address. . . . . . . . . : 00-24-81-00-B4-98
> DHCP Enabled. . . . . . . . . . . : No
> IP Address. . . . . . . . . . . . : 192.168.10.5
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.10.1
> DNS Servers . . . . . . . . . . . : 192.168.10.1
> Primary WINS Server . . . . . . . : 192.168.10.5
> I assume when you ask for DC you wanted the IPconfig from the server,
> correct? I'm new to this. Thanks!
> ================================================== ==========
> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
> news:(E-Mail Removed) .com...
>> Hello shank,
>>
>> DNS settings, please post an unedited ipconfig /all from the client
>> and the DC.
>>
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers no rights.
>> ** Please do NOT email, only reply to Newsgroups
>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>> I have 6 workstations connected to the domain. Just connected and
>>> they could see the domain under Entire Networks.
>>>
>>> Connected a laptop with WinXP to the same cables and cannot see the
>>> domain.
>>>
>>> Any suggestions?
>>>
>>> thanks
>>>



 
Reply With Quote
 
Ace Fekay [Microsoft Certified Trainer]
Guest
Posts: n/a

 
      05-04-2009, 11:01 PM
"shank" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> LAPTOP....
> Windows IP Configuration
> Host Name . . . . . . . . . . . . : LAPTOP
> Primary Dns Suffix . . . . . . . :
> Node Type . . . . . . . . . . . . : Unknown
> IP Routing Enabled. . . . . . . . : Yes
> WINS Proxy Enabled. . . . . . . . : Yes
> Ethernet adapter Local Area Connection:
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Broadcom 440x 10/100 Integrated
> Controller
> Physical Address. . . . . . . . . : 00-1D-09-BF-91-65
> Dhcp Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> IP Address. . . . . . . . . . . . : 192.168.2.107
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.2.50
> DHCP Server . . . . . . . . . . . : 192.168.2.50
> DNS Servers . . . . . . . . . . . : 65.32.1.65
> 65.32.1.70
> Lease Obtained. . . . . . . . . . : Monday, May 04, 2009 6:05:59 PM
> Lease Expires . . . . . . . . . . : Tuesday, May 05, 2009 6:05:59
> PM
>
>
> DOMAIN CONTROLLER
> Windows IP Configuration
> Host Name . . . . . . . . . . . . : BSBSBS01
> Primary Dns Suffix . . . . . . . : bsb.local
> Node Type . . . . . . . . . . . . : Hybrid
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
> DNS Suffix Search List. . . . . . : bsb.local
> Ethernet adapter Server Local Area Connection:
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : HP NC326i PCIe Dual Port Gigabit
> Server Adapter
> Physical Address. . . . . . . . . : 00-24-81-00-B4-98
> DHCP Enabled. . . . . . . . . . . : No
> IP Address. . . . . . . . . . . . : 192.168.10.5
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.10.1
> DNS Servers . . . . . . . . . . . : 192.168.10.1
> Primary WINS Server . . . . . . . : 192.168.10.5
>
> I assume when you ask for DC you wanted the IPconfig from the server,
> correct? I'm new to this. Thanks!
> ================================================== ==========
> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
> news:(E-Mail Removed) .com...
>> Hello shank,
>>
>> DNS settings, please post an unedited ipconfig /all from the client and
>> the DC.
>>
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers no rights.
>> ** Please do NOT email, only reply to Newsgroups
>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>
>>> I have 6 workstations connected to the domain. Just connected and they
>>> could see the domain under Entire Networks.
>>>
>>> Connected a laptop with WinXP to the same cables and cannot see the
>>> domain.
>>>
>>> Any suggestions?
>>>
>>> thanks
>>>

>>
>>

>
>


The laptop is getting the ISP's DNS server IP addresses. It won't be able to
access domain resources. I am surprised your other machines are not
exhibiting problems due to this. It should be changed in the DHCP scope
properties, which appears to be your router.

About the router's DHCP, I recommend setting up and using your domain
controller's DHCP service and disabling the service on the router. The
Windows DHCP service supports DNS registratrion securely, more configurable
options, etc.

Also, browsing the network, it could also be something as simple as the XP
firewall or a security software installed on it that is blocking browsing
capabilities. But as far as DHCP, I believe you should change it over to
have more finite control over your network.

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSA Messaging, MCT
Microsoft Certified Trainer
(E-Mail Removed)

For urgent issues, you may want to contact Microsoft PSS directly. Please
check http://support.microsoft.com for regional support phone numbers.

"Efficiency is doing things right; effectiveness is doing the right
things." - Peter F. Drucker
http://twitter.com/acefekay


 
Reply With Quote
 
shank
Guest
Posts: n/a

 
      05-05-2009, 08:57 PM
Server DNS and WINS are changed. Thanks!

Back to the laptop. It's connected to the CAT5 cables as the rest of our
network. It was set to pickup connection automatically. Why is not picking
up our network IP address? I did an ipconfig release and renew. Same
difference. In short, why, if it's set to auto, it refuses to pick up the
inhouse network?
thanks!

"Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
news:(E-Mail Removed) .com...
> Hello shank,
>
> The DC must use itself as DNS server and not the default gateway. Active
> directory is based on DNS. If this is not optimal configured lot's of
> things will go wrong. The default gateway should not do anything in the
> domain, except the internet access.
>
> So reconfigure the DC according to:
> http://support.microsoft.com/kb/323380
>
> Additional see here:
> http://support.microsoft.com/kb/825036
>
> DC should look like:
> IP Address. . . . . . . . . . . . : 192.168.10.5
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.10.1
> DNS Servers . . . . . . . . . . . : 192.168.10.5
> Primary WINS Server . . . . . . . : 192.168.10.5
>
> Your client machine is total different form the DC's subnet, it will not
> connect with the DC if they are on the same physical network:
> IP Address. . . . . . . . . . . . : 192.168.2.107
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.2.50
> DHCP Server . . . . . . . . . . . : 192.168.2.50
> DNS Servers . . . . . . . . . . . : 65.32.1.65
> 65.32.1.70
>
> To work with the server it should be something like:
> IP Address. . . . . . . . . . . . : 192.168.10.xxx
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.10.1
> DNS Servers . . . . . . . . . . . : 192.168.10.5
> Primary WINS Server . . . . . . . : 192.168.10.5
>
>
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> LAPTOP....
>> Windows IP Configuration
>> Host Name . . . . . . . . . . . . : LAPTOP
>> Primary Dns Suffix . . . . . . . :
>> Node Type . . . . . . . . . . . . : Unknown
>> IP Routing Enabled. . . . . . . . : Yes
>> WINS Proxy Enabled. . . . . . . . : Yes
>> Ethernet adapter Local Area Connection:
>> Connection-specific DNS Suffix . :
>> Description . . . . . . . . . . . : Broadcom 440x 10/100
>> Integrated
>> Controller
>> Physical Address. . . . . . . . . : 00-1D-09-BF-91-65
>> Dhcp Enabled. . . . . . . . . . . : Yes
>> Autoconfiguration Enabled . . . . : Yes
>> IP Address. . . . . . . . . . . . : 192.168.2.107
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.168.2.50
>> DHCP Server . . . . . . . . . . . : 192.168.2.50
>> DNS Servers . . . . . . . . . . . : 65.32.1.65
>> 65.32.1.70
>> Lease Obtained. . . . . . . . . . : Monday, May 04, 2009
>> 6:05:59 PM
>> Lease Expires . . . . . . . . . . : Tuesday, May 05, 2009
>> 6:05:59 PM
>> DOMAIN CONTROLLER
>> Windows IP Configuration
>> Host Name . . . . . . . . . . . . : BSBSBS01
>> Primary Dns Suffix . . . . . . . : bsb.local
>> Node Type . . . . . . . . . . . . : Hybrid
>> IP Routing Enabled. . . . . . . . : No
>> WINS Proxy Enabled. . . . . . . . : No
>> DNS Suffix Search List. . . . . . : bsb.local
>> Ethernet adapter Server Local Area Connection:
>> Connection-specific DNS Suffix . :
>> Description . . . . . . . . . . . : HP NC326i PCIe Dual Port
>> Gigabit
>> Server Adapter
>> Physical Address. . . . . . . . . : 00-24-81-00-B4-98
>> DHCP Enabled. . . . . . . . . . . : No
>> IP Address. . . . . . . . . . . . : 192.168.10.5
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.168.10.1
>> DNS Servers . . . . . . . . . . . : 192.168.10.1
>> Primary WINS Server . . . . . . . : 192.168.10.5
>> I assume when you ask for DC you wanted the IPconfig from the server,
>> correct? I'm new to this. Thanks!
>> ================================================== ==========
>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>> news:(E-Mail Removed) .com...
>>> Hello shank,
>>>
>>> DNS settings, please post an unedited ipconfig /all from the client
>>> and the DC.
>>>
>>> Best regards
>>>
>>> Meinolf Weber
>>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>>> confers no rights.
>>> ** Please do NOT email, only reply to Newsgroups
>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>>> I have 6 workstations connected to the domain. Just connected and
>>>> they could see the domain under Entire Networks.
>>>>
>>>> Connected a laptop with WinXP to the same cables and cannot see the
>>>> domain.
>>>>
>>>> Any suggestions?
>>>>
>>>> thanks
>>>>

>
>



 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      05-05-2009, 09:03 PM
Hello shank,

How many DHCP servers do you run? Seems there is another DHCP server running.
On the client run ipconfig /release and ipconfig /flushdns and then again
ipconfig /renew. If that doesn't help, give it a fixed ip address and then
go back to DHCP and see if it helps.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Server DNS and WINS are changed. Thanks!
>
> Back to the laptop. It's connected to the CAT5 cables as the rest of
> our
> network. It was set to pickup connection automatically. Why is not
> picking
> up our network IP address? I did an ipconfig release and renew. Same
> difference. In short, why, if it's set to auto, it refuses to pick up
> the
> inhouse network?
> thanks!
> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
> news:(E-Mail Removed) .com...
>
>> Hello shank,
>>
>> The DC must use itself as DNS server and not the default gateway.
>> Active directory is based on DNS. If this is not optimal configured
>> lot's of things will go wrong. The default gateway should not do
>> anything in the domain, except the internet access.
>>
>> So reconfigure the DC according to:
>> http://support.microsoft.com/kb/323380
>> Additional see here:
>> http://support.microsoft.com/kb/825036
>> DC should look like:
>> IP Address. . . . . . . . . . . . : 192.168.10.5
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.168.10.1
>> DNS Servers . . . . . . . . . . . : 192.168.10.5
>> Primary WINS Server . . . . . . . : 192.168.10.5
>> Your client machine is total different form the DC's subnet, it will
>> not
>> connect with the DC if they are on the same physical network:
>> IP Address. . . . . . . . . . . . : 192.168.2.107
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.168.2.50
>> DHCP Server . . . . . . . . . . . : 192.168.2.50
>> DNS Servers . . . . . . . . . . . : 65.32.1.65
>> 65.32.1.70
>> To work with the server it should be something like:
>> IP Address. . . . . . . . . . . . : 192.168.10.xxx
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.168.10.1
>> DNS Servers . . . . . . . . . . . : 192.168.10.5
>> Primary WINS Server . . . . . . . : 192.168.10.5
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers no rights.
>> ** Please do NOT email, only reply to Newsgroups
>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>> LAPTOP....
>>> Windows IP Configuration
>>> Host Name . . . . . . . . . . . . : LAPTOP
>>> Primary Dns Suffix . . . . . . . :
>>> Node Type . . . . . . . . . . . . : Unknown
>>> IP Routing Enabled. . . . . . . . : Yes
>>> WINS Proxy Enabled. . . . . . . . : Yes
>>> Ethernet adapter Local Area Connection:
>>> Connection-specific DNS Suffix . :
>>> Description . . . . . . . . . . . : Broadcom 440x 10/100
>>> Integrated
>>> Controller
>>> Physical Address. . . . . . . . . : 00-1D-09-BF-91-65
>>> Dhcp Enabled. . . . . . . . . . . : Yes
>>> Autoconfiguration Enabled . . . . : Yes
>>> IP Address. . . . . . . . . . . . : 192.168.2.107
>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>> Default Gateway . . . . . . . . . : 192.168.2.50
>>> DHCP Server . . . . . . . . . . . : 192.168.2.50
>>> DNS Servers . . . . . . . . . . . : 65.32.1.65
>>> 65.32.1.70
>>> Lease Obtained. . . . . . . . . . : Monday, May 04, 2009
>>> 6:05:59 PM
>>> Lease Expires . . . . . . . . . . : Tuesday, May 05, 2009
>>> 6:05:59 PM
>>> DOMAIN CONTROLLER
>>> Windows IP Configuration
>>> Host Name . . . . . . . . . . . . : BSBSBS01
>>> Primary Dns Suffix . . . . . . . : bsb.local
>>> Node Type . . . . . . . . . . . . : Hybrid
>>> IP Routing Enabled. . . . . . . . : No
>>> WINS Proxy Enabled. . . . . . . . : No
>>> DNS Suffix Search List. . . . . . : bsb.local
>>> Ethernet adapter Server Local Area Connection:
>>> Connection-specific DNS Suffix . :
>>> Description . . . . . . . . . . . : HP NC326i PCIe Dual Port
>>> Gigabit
>>> Server Adapter
>>> Physical Address. . . . . . . . . : 00-24-81-00-B4-98
>>> DHCP Enabled. . . . . . . . . . . : No
>>> IP Address. . . . . . . . . . . . : 192.168.10.5
>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>> Default Gateway . . . . . . . . . : 192.168.10.1
>>> DNS Servers . . . . . . . . . . . : 192.168.10.1
>>> Primary WINS Server . . . . . . . : 192.168.10.5
>>> I assume when you ask for DC you wanted the IPconfig from the
>>> server,
>>> correct? I'm new to this. Thanks!
>>> ================================================== ==========
>>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>>> news:(E-Mail Removed) .com...
>>>> Hello shank,
>>>>
>>>> DNS settings, please post an unedited ipconfig /all from the client
>>>> and the DC.
>>>>
>>>> Best regards
>>>>
>>>> Meinolf Weber
>>>> Disclaimer: This posting is provided "AS IS" with no warranties,
>>>> and
>>>> confers no rights.
>>>> ** Please do NOT email, only reply to Newsgroups
>>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>>>> I have 6 workstations connected to the domain. Just connected and
>>>>> they could see the domain under Entire Networks.
>>>>>
>>>>> Connected a laptop with WinXP to the same cables and cannot see
>>>>> the domain.
>>>>>
>>>>> Any suggestions?
>>>>>
>>>>> thanks
>>>>>



 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      05-05-2009, 09:42 PM
Hello shank,

Why is "IP Routing Enabled. . . . . . . . : Yes" and "WINS Proxy Enabled.
.. . . . . . . : Yes" enabled on the Laptop? Please disable and try again.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> I did not do the /flushdns yet. I only get intermittent moments where
> I can try things. I did another IPconfig for the server, the laptop
> and the user's workstation sitting a foot away. When I hard-coded the
> laptop, I couldn't see the domain or access the internet. The
> workstation is on auto.
>
> re: More than one DHCP. When I view DHCP in the control panel, there's
> only the one.
>
> I there something obvious I didn't set correctly on the laptop?
>
> SERVER
> Host Name . . . . . . . . . . . . : BSBSBS01
> Primary Dns Suffix . . . . . . . : bsb.local
> Node Type . . . . . . . . . . . . : Hybrid
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
> DNS Suffix Search List. . . . . . : bsb.local
> DHCP Enabled. . . . . . . . . . . : No
> IP Address. . . . . . . . . . . . : 192.168.10.5
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.10.1
> DNS Servers . . . . . . . . . . . : 192.168.10.5
> Primary WINS Server . . . . . . . : 192.168.10.5
> LAPTOP
> Host Name . . . . . . . . . . . . : LAPTOP
> Primary Dns Suffix . . . . . . . :
> Node Type . . . . . . . . . . . . : Unknown
> IP Routing Enabled. . . . . . . . : Yes
> WINS Proxy Enabled. . . . . . . . : Yes
> Dhcp Enabled. . . . . . . . . . . : No
> IP Address. . . . . . . . . . . . : 192.168.10.118
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.10.1
> DNS Servers . . . . . . . . . . . : 192.168.10.5
> Primary WINS Server . . . . . . . : 192.168.10.5
> USER'S WORKSTATION
> Host Name . . . . . . . . . . . . : jsk-d02
> Primary Dns Suffix . . . . . . . : jsk.local
> Node Type . . . . . . . . . . . . : Hybrid
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
> Dhcp Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> IP Address. . . . . . . . . . . . : 192.168.10.123
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.10.1
> DHCP Server . . . . . . . . . . . : 192.168.10.5
> DNS Servers . . . . . . . . . . . : 192.168.10.5
> Primary WINS Server . . . . . . . : 192.168.10.5
> thanks
>
> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
> news:(E-Mail Removed) .com...
>
>> Hello shank,
>>
>> How many DHCP servers do you run? Seems there is another DHCP server
>> running. On the client run ipconfig /release and ipconfig /flushdns
>> and then again ipconfig /renew. If that doesn't help, give it a fixed
>> ip address and then go back to DHCP and see if it helps.
>>
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers no rights.
>> ** Please do NOT email, only reply to Newsgroups
>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>> Server DNS and WINS are changed. Thanks!
>>>
>>> Back to the laptop. It's connected to the CAT5 cables as the rest of
>>> our
>>> network. It was set to pickup connection automatically. Why is not
>>> picking
>>> up our network IP address? I did an ipconfig release and renew. Same
>>> difference. In short, why, if it's set to auto, it refuses to pick
>>> up
>>> the
>>> inhouse network?
>>> thanks!
>>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>>> news:(E-Mail Removed) .com...
>>>> Hello shank,
>>>>
>>>> The DC must use itself as DNS server and not the default gateway.
>>>> Active directory is based on DNS. If this is not optimal configured
>>>> lot's of things will go wrong. The default gateway should not do
>>>> anything in the domain, except the internet access.
>>>>
>>>> So reconfigure the DC according to:
>>>> http://support.microsoft.com/kb/323380
>>>> Additional see here:
>>>> http://support.microsoft.com/kb/825036
>>>> DC should look like:
>>>> IP Address. . . . . . . . . . . . : 192.168.10.5
>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>> Default Gateway . . . . . . . . . : 192.168.10.1
>>>> DNS Servers . . . . . . . . . . . : 192.168.10.5
>>>> Primary WINS Server . . . . . . . : 192.168.10.5
>>>> Your client machine is total different form the DC's subnet, it
>>>> will
>>>> not
>>>> connect with the DC if they are on the same physical network:
>>>> IP Address. . . . . . . . . . . . : 192.168.2.107
>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>> Default Gateway . . . . . . . . . : 192.168.2.50
>>>> DHCP Server . . . . . . . . . . . : 192.168.2.50
>>>> DNS Servers . . . . . . . . . . . : 65.32.1.65
>>>> 65.32.1.70
>>>> To work with the server it should be something like:
>>>> IP Address. . . . . . . . . . . . : 192.168.10.xxx
>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>> Default Gateway . . . . . . . . . : 192.168.10.1
>>>> DNS Servers . . . . . . . . . . . : 192.168.10.5
>>>> Primary WINS Server . . . . . . . : 192.168.10.5
>>>> Best regards
>>>> Meinolf Weber
>>>> Disclaimer: This posting is provided "AS IS" with no warranties,
>>>> and
>>>> confers no rights.
>>>> ** Please do NOT email, only reply to Newsgroups
>>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>>>> LAPTOP....
>>>>> Windows IP Configuration
>>>>> Host Name . . . . . . . . . . . . : LAPTOP
>>>>> Primary Dns Suffix . . . . . . . :
>>>>> Node Type . . . . . . . . . . . . : Unknown
>>>>> IP Routing Enabled. . . . . . . . : Yes
>>>>> WINS Proxy Enabled. . . . . . . . : Yes
>>>>> Ethernet adapter Local Area Connection:
>>>>> Connection-specific DNS Suffix . :
>>>>> Description . . . . . . . . . . . : Broadcom 440x 10/100
>>>>> Integrated
>>>>> Controller
>>>>> Physical Address. . . . . . . . . : 00-1D-09-BF-91-65
>>>>> Dhcp Enabled. . . . . . . . . . . : Yes
>>>>> Autoconfiguration Enabled . . . . : Yes
>>>>> IP Address. . . . . . . . . . . . : 192.168.2.107
>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>> Default Gateway . . . . . . . . . : 192.168.2.50
>>>>> DHCP Server . . . . . . . . . . . : 192.168.2.50
>>>>> DNS Servers . . . . . . . . . . . : 65.32.1.65
>>>>> 65.32.1.70
>>>>> Lease Obtained. . . . . . . . . . : Monday, May 04, 2009
>>>>> 6:05:59 PM
>>>>> Lease Expires . . . . . . . . . . : Tuesday, May 05, 2009
>>>>> 6:05:59 PM
>>>>> DOMAIN CONTROLLER
>>>>> Windows IP Configuration
>>>>> Host Name . . . . . . . . . . . . : BSBSBS01
>>>>> Primary Dns Suffix . . . . . . . : bsb.local
>>>>> Node Type . . . . . . . . . . . . : Hybrid
>>>>> IP Routing Enabled. . . . . . . . : No
>>>>> WINS Proxy Enabled. . . . . . . . : No
>>>>> DNS Suffix Search List. . . . . . : bsb.local
>>>>> Ethernet adapter Server Local Area Connection:
>>>>> Connection-specific DNS Suffix . :
>>>>> Description . . . . . . . . . . . : HP NC326i PCIe Dual Port
>>>>> Gigabit
>>>>> Server Adapter
>>>>> Physical Address. . . . . . . . . : 00-24-81-00-B4-98
>>>>> DHCP Enabled. . . . . . . . . . . : No
>>>>> IP Address. . . . . . . . . . . . : 192.168.10.5
>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>> Default Gateway . . . . . . . . . : 192.168.10.1
>>>>> DNS Servers . . . . . . . . . . . : 192.168.10.1
>>>>> Primary WINS Server . . . . . . . : 192.168.10.5
>>>>> I assume when you ask for DC you wanted the IPconfig from the
>>>>> server,
>>>>> correct? I'm new to this. Thanks!
>>>>> ================================================== ==========
>>>>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>>>>> news:(E-Mail Removed) .com...
>>>>>> Hello shank,
>>>>>>
>>>>>> DNS settings, please post an unedited ipconfig /all from the
>>>>>> client and the DC.
>>>>>>
>>>>>> Best regards
>>>>>>
>>>>>> Meinolf Weber
>>>>>> Disclaimer: This posting is provided "AS IS" with no warranties,
>>>>>> and
>>>>>> confers no rights.
>>>>>> ** Please do NOT email, only reply to Newsgroups
>>>>>> ** HELP us help YOU!!!
>>>>>> http://www.blakjak.demon.co.uk/mul_crss.htm
>>>>>>> I have 6 workstations connected to the domain. Just connected
>>>>>>> and they could see the domain under Entire Networks.
>>>>>>>
>>>>>>> Connected a laptop with WinXP to the same cables and cannot see
>>>>>>> the domain.
>>>>>>>
>>>>>>> Any suggestions?
>>>>>>>
>>>>>>> thanks
>>>>>>>




 
Reply With Quote
 
shank
Guest
Posts: n/a

 
      05-05-2009, 09:44 PM
I did not do the /flushdns yet. I only get intermittent moments where I can
try things. I did another IPconfig for the server, the laptop and the user's
workstation sitting a foot away. When I hard-coded the laptop, I couldn't
see the domain or access the internet. The workstation is on auto.

re: More than one DHCP. When I view DHCP in the control panel, there's only
the one.

I there something obvious I didn't set correctly on the laptop?

SERVER
Host Name . . . . . . . . . . . . : BSBSBS01
Primary Dns Suffix . . . . . . . : bsb.local
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : bsb.local
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.10.5
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.10.1
DNS Servers . . . . . . . . . . . : 192.168.10.5
Primary WINS Server . . . . . . . : 192.168.10.5

LAPTOP
Host Name . . . . . . . . . . . . : LAPTOP
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : Yes
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.10.118
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.10.1
DNS Servers . . . . . . . . . . . : 192.168.10.5
Primary WINS Server . . . . . . . : 192.168.10.5

USER'S WORKSTATION
Host Name . . . . . . . . . . . . : jsk-d02
Primary Dns Suffix . . . . . . . : jsk.local
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.10.123
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.10.1
DHCP Server . . . . . . . . . . . : 192.168.10.5
DNS Servers . . . . . . . . . . . : 192.168.10.5
Primary WINS Server . . . . . . . : 192.168.10.5

thanks


"Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
news:(E-Mail Removed) .com...
> Hello shank,
>
> How many DHCP servers do you run? Seems there is another DHCP server
> running. On the client run ipconfig /release and ipconfig /flushdns and
> then again ipconfig /renew. If that doesn't help, give it a fixed ip
> address and then go back to DHCP and see if it helps.
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> Server DNS and WINS are changed. Thanks!
>>
>> Back to the laptop. It's connected to the CAT5 cables as the rest of
>> our
>> network. It was set to pickup connection automatically. Why is not
>> picking
>> up our network IP address? I did an ipconfig release and renew. Same
>> difference. In short, why, if it's set to auto, it refuses to pick up
>> the
>> inhouse network?
>> thanks!
>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>> news:(E-Mail Removed) .com...
>>
>>> Hello shank,
>>>
>>> The DC must use itself as DNS server and not the default gateway.
>>> Active directory is based on DNS. If this is not optimal configured
>>> lot's of things will go wrong. The default gateway should not do
>>> anything in the domain, except the internet access.
>>>
>>> So reconfigure the DC according to:
>>> http://support.microsoft.com/kb/323380
>>> Additional see here:
>>> http://support.microsoft.com/kb/825036
>>> DC should look like:
>>> IP Address. . . . . . . . . . . . : 192.168.10.5
>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>> Default Gateway . . . . . . . . . : 192.168.10.1
>>> DNS Servers . . . . . . . . . . . : 192.168.10.5
>>> Primary WINS Server . . . . . . . : 192.168.10.5
>>> Your client machine is total different form the DC's subnet, it will
>>> not
>>> connect with the DC if they are on the same physical network:
>>> IP Address. . . . . . . . . . . . : 192.168.2.107
>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>> Default Gateway . . . . . . . . . : 192.168.2.50
>>> DHCP Server . . . . . . . . . . . : 192.168.2.50
>>> DNS Servers . . . . . . . . . . . : 65.32.1.65
>>> 65.32.1.70
>>> To work with the server it should be something like:
>>> IP Address. . . . . . . . . . . . : 192.168.10.xxx
>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>> Default Gateway . . . . . . . . . : 192.168.10.1
>>> DNS Servers . . . . . . . . . . . : 192.168.10.5
>>> Primary WINS Server . . . . . . . : 192.168.10.5
>>> Best regards
>>>
>>> Meinolf Weber
>>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>>> confers no rights.
>>> ** Please do NOT email, only reply to Newsgroups
>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>>> LAPTOP....
>>>> Windows IP Configuration
>>>> Host Name . . . . . . . . . . . . : LAPTOP
>>>> Primary Dns Suffix . . . . . . . :
>>>> Node Type . . . . . . . . . . . . : Unknown
>>>> IP Routing Enabled. . . . . . . . : Yes
>>>> WINS Proxy Enabled. . . . . . . . : Yes
>>>> Ethernet adapter Local Area Connection:
>>>> Connection-specific DNS Suffix . :
>>>> Description . . . . . . . . . . . : Broadcom 440x 10/100
>>>> Integrated
>>>> Controller
>>>> Physical Address. . . . . . . . . : 00-1D-09-BF-91-65
>>>> Dhcp Enabled. . . . . . . . . . . : Yes
>>>> Autoconfiguration Enabled . . . . : Yes
>>>> IP Address. . . . . . . . . . . . : 192.168.2.107
>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>> Default Gateway . . . . . . . . . : 192.168.2.50
>>>> DHCP Server . . . . . . . . . . . : 192.168.2.50
>>>> DNS Servers . . . . . . . . . . . : 65.32.1.65
>>>> 65.32.1.70
>>>> Lease Obtained. . . . . . . . . . : Monday, May 04, 2009
>>>> 6:05:59 PM
>>>> Lease Expires . . . . . . . . . . : Tuesday, May 05, 2009
>>>> 6:05:59 PM
>>>> DOMAIN CONTROLLER
>>>> Windows IP Configuration
>>>> Host Name . . . . . . . . . . . . : BSBSBS01
>>>> Primary Dns Suffix . . . . . . . : bsb.local
>>>> Node Type . . . . . . . . . . . . : Hybrid
>>>> IP Routing Enabled. . . . . . . . : No
>>>> WINS Proxy Enabled. . . . . . . . : No
>>>> DNS Suffix Search List. . . . . . : bsb.local
>>>> Ethernet adapter Server Local Area Connection:
>>>> Connection-specific DNS Suffix . :
>>>> Description . . . . . . . . . . . : HP NC326i PCIe Dual Port
>>>> Gigabit
>>>> Server Adapter
>>>> Physical Address. . . . . . . . . : 00-24-81-00-B4-98
>>>> DHCP Enabled. . . . . . . . . . . : No
>>>> IP Address. . . . . . . . . . . . : 192.168.10.5
>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>> Default Gateway . . . . . . . . . : 192.168.10.1
>>>> DNS Servers . . . . . . . . . . . : 192.168.10.1
>>>> Primary WINS Server . . . . . . . : 192.168.10.5
>>>> I assume when you ask for DC you wanted the IPconfig from the
>>>> server,
>>>> correct? I'm new to this. Thanks!
>>>> ================================================== ==========
>>>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>>>> news:(E-Mail Removed) .com...
>>>>> Hello shank,
>>>>>
>>>>> DNS settings, please post an unedited ipconfig /all from the client
>>>>> and the DC.
>>>>>
>>>>> Best regards
>>>>>
>>>>> Meinolf Weber
>>>>> Disclaimer: This posting is provided "AS IS" with no warranties,
>>>>> and
>>>>> confers no rights.
>>>>> ** Please do NOT email, only reply to Newsgroups
>>>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>>>>> I have 6 workstations connected to the domain. Just connected and
>>>>>> they could see the domain under Entire Networks.
>>>>>>
>>>>>> Connected a laptop with WinXP to the same cables and cannot see
>>>>>> the domain.
>>>>>>
>>>>>> Any suggestions?
>>>>>>
>>>>>> thanks
>>>>>>

>
>



 
Reply With Quote
 
shank
Guest
Posts: n/a

 
      05-05-2009, 11:27 PM
Frustrating. I have a DELL Vostro 1500. I used regedit. I shut off WINS and
did ipconfig. It was off. I found IPEnableRouter and it was already 0. I
rebooted and they both were on again. DELL chat support couldn't help. Have
to find an answer how to shut them off.
thanks

"Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
news:(E-Mail Removed) .com...
> Hello shank,
>
> Why is "IP Routing Enabled. . . . . . . . : Yes" and "WINS Proxy Enabled.
> . . . . . . . : Yes" enabled on the Laptop? Please disable and try again.
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> I did not do the /flushdns yet. I only get intermittent moments where
>> I can try things. I did another IPconfig for the server, the laptop
>> and the user's workstation sitting a foot away. When I hard-coded the
>> laptop, I couldn't see the domain or access the internet. The
>> workstation is on auto.
>>
>> re: More than one DHCP. When I view DHCP in the control panel, there's
>> only the one.
>>
>> I there something obvious I didn't set correctly on the laptop?
>>
>> SERVER
>> Host Name . . . . . . . . . . . . : BSBSBS01
>> Primary Dns Suffix . . . . . . . : bsb.local
>> Node Type . . . . . . . . . . . . : Hybrid
>> IP Routing Enabled. . . . . . . . : No
>> WINS Proxy Enabled. . . . . . . . : No
>> DNS Suffix Search List. . . . . . : bsb.local
>> DHCP Enabled. . . . . . . . . . . : No
>> IP Address. . . . . . . . . . . . : 192.168.10.5
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.168.10.1
>> DNS Servers . . . . . . . . . . . : 192.168.10.5
>> Primary WINS Server . . . . . . . : 192.168.10.5
>> LAPTOP
>> Host Name . . . . . . . . . . . . : LAPTOP
>> Primary Dns Suffix . . . . . . . :
>> Node Type . . . . . . . . . . . . : Unknown
>> IP Routing Enabled. . . . . . . . : Yes
>> WINS Proxy Enabled. . . . . . . . : Yes
>> Dhcp Enabled. . . . . . . . . . . : No
>> IP Address. . . . . . . . . . . . : 192.168.10.118
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.168.10.1
>> DNS Servers . . . . . . . . . . . : 192.168.10.5
>> Primary WINS Server . . . . . . . : 192.168.10.5
>> USER'S WORKSTATION
>> Host Name . . . . . . . . . . . . : jsk-d02
>> Primary Dns Suffix . . . . . . . : jsk.local
>> Node Type . . . . . . . . . . . . : Hybrid
>> IP Routing Enabled. . . . . . . . : No
>> WINS Proxy Enabled. . . . . . . . : No
>> Dhcp Enabled. . . . . . . . . . . : Yes
>> Autoconfiguration Enabled . . . . : Yes
>> IP Address. . . . . . . . . . . . : 192.168.10.123
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.168.10.1
>> DHCP Server . . . . . . . . . . . : 192.168.10.5
>> DNS Servers . . . . . . . . . . . : 192.168.10.5
>> Primary WINS Server . . . . . . . : 192.168.10.5
>> thanks
>>
>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>> news:(E-Mail Removed) .com...
>>
>>> Hello shank,
>>>
>>> How many DHCP servers do you run? Seems there is another DHCP server
>>> running. On the client run ipconfig /release and ipconfig /flushdns
>>> and then again ipconfig /renew. If that doesn't help, give it a fixed
>>> ip address and then go back to DHCP and see if it helps.
>>>
>>> Best regards
>>>
>>> Meinolf Weber
>>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>>> confers no rights.
>>> ** Please do NOT email, only reply to Newsgroups
>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>>> Server DNS and WINS are changed. Thanks!
>>>>
>>>> Back to the laptop. It's connected to the CAT5 cables as the rest of
>>>> our
>>>> network. It was set to pickup connection automatically. Why is not
>>>> picking
>>>> up our network IP address? I did an ipconfig release and renew. Same
>>>> difference. In short, why, if it's set to auto, it refuses to pick
>>>> up
>>>> the
>>>> inhouse network?
>>>> thanks!
>>>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>>>> news:(E-Mail Removed) .com...
>>>>> Hello shank,
>>>>>
>>>>> The DC must use itself as DNS server and not the default gateway.
>>>>> Active directory is based on DNS. If this is not optimal configured
>>>>> lot's of things will go wrong. The default gateway should not do
>>>>> anything in the domain, except the internet access.
>>>>>
>>>>> So reconfigure the DC according to:
>>>>> http://support.microsoft.com/kb/323380
>>>>> Additional see here:
>>>>> http://support.microsoft.com/kb/825036
>>>>> DC should look like:
>>>>> IP Address. . . . . . . . . . . . : 192.168.10.5
>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>> Default Gateway . . . . . . . . . : 192.168.10.1
>>>>> DNS Servers . . . . . . . . . . . : 192.168.10.5
>>>>> Primary WINS Server . . . . . . . : 192.168.10.5
>>>>> Your client machine is total different form the DC's subnet, it
>>>>> will
>>>>> not
>>>>> connect with the DC if they are on the same physical network:
>>>>> IP Address. . . . . . . . . . . . : 192.168.2.107
>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>> Default Gateway . . . . . . . . . : 192.168.2.50
>>>>> DHCP Server . . . . . . . . . . . : 192.168.2.50
>>>>> DNS Servers . . . . . . . . . . . : 65.32.1.65
>>>>> 65.32.1.70
>>>>> To work with the server it should be something like:
>>>>> IP Address. . . . . . . . . . . . : 192.168.10.xxx
>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>> Default Gateway . . . . . . . . . : 192.168.10.1
>>>>> DNS Servers . . . . . . . . . . . : 192.168.10.5
>>>>> Primary WINS Server . . . . . . . : 192.168.10.5
>>>>> Best regards
>>>>> Meinolf Weber
>>>>> Disclaimer: This posting is provided "AS IS" with no warranties,
>>>>> and
>>>>> confers no rights.
>>>>> ** Please do NOT email, only reply to Newsgroups
>>>>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>>>>> LAPTOP....
>>>>>> Windows IP Configuration
>>>>>> Host Name . . . . . . . . . . . . : LAPTOP
>>>>>> Primary Dns Suffix . . . . . . . :
>>>>>> Node Type . . . . . . . . . . . . : Unknown
>>>>>> IP Routing Enabled. . . . . . . . : Yes
>>>>>> WINS Proxy Enabled. . . . . . . . : Yes
>>>>>> Ethernet adapter Local Area Connection:
>>>>>> Connection-specific DNS Suffix . :
>>>>>> Description . . . . . . . . . . . : Broadcom 440x 10/100
>>>>>> Integrated
>>>>>> Controller
>>>>>> Physical Address. . . . . . . . . : 00-1D-09-BF-91-65
>>>>>> Dhcp Enabled. . . . . . . . . . . : Yes
>>>>>> Autoconfiguration Enabled . . . . : Yes
>>>>>> IP Address. . . . . . . . . . . . : 192.168.2.107
>>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>>> Default Gateway . . . . . . . . . : 192.168.2.50
>>>>>> DHCP Server . . . . . . . . . . . : 192.168.2.50
>>>>>> DNS Servers . . . . . . . . . . . : 65.32.1.65
>>>>>> 65.32.1.70
>>>>>> Lease Obtained. . . . . . . . . . : Monday, May 04, 2009
>>>>>> 6:05:59 PM
>>>>>> Lease Expires . . . . . . . . . . : Tuesday, May 05, 2009
>>>>>> 6:05:59 PM
>>>>>> DOMAIN CONTROLLER
>>>>>> Windows IP Configuration
>>>>>> Host Name . . . . . . . . . . . . : BSBSBS01
>>>>>> Primary Dns Suffix . . . . . . . : bsb.local
>>>>>> Node Type . . . . . . . . . . . . : Hybrid
>>>>>> IP Routing Enabled. . . . . . . . : No
>>>>>> WINS Proxy Enabled. . . . . . . . : No
>>>>>> DNS Suffix Search List. . . . . . : bsb.local
>>>>>> Ethernet adapter Server Local Area Connection:
>>>>>> Connection-specific DNS Suffix . :
>>>>>> Description . . . . . . . . . . . : HP NC326i PCIe Dual Port
>>>>>> Gigabit
>>>>>> Server Adapter
>>>>>> Physical Address. . . . . . . . . : 00-24-81-00-B4-98
>>>>>> DHCP Enabled. . . . . . . . . . . : No
>>>>>> IP Address. . . . . . . . . . . . : 192.168.10.5
>>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>>> Default Gateway . . . . . . . . . : 192.168.10.1
>>>>>> DNS Servers . . . . . . . . . . . : 192.168.10.1
>>>>>> Primary WINS Server . . . . . . . : 192.168.10.5
>>>>>> I assume when you ask for DC you wanted the IPconfig from the
>>>>>> server,
>>>>>> correct? I'm new to this. Thanks!
>>>>>> ================================================== ==========
>>>>>> "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
>>>>>> news:(E-Mail Removed) .com...
>>>>>>> Hello shank,
>>>>>>>
>>>>>>> DNS settings, please post an unedited ipconfig /all from the
>>>>>>> client and the DC.
>>>>>>>
>>>>>>> Best regards
>>>>>>>
>>>>>>> Meinolf Weber
>>>>>>> Disclaimer: This posting is provided "AS IS" with no warranties,
>>>>>>> and
>>>>>>> confers no rights.
>>>>>>> ** Please do NOT email, only reply to Newsgroups
>>>>>>> ** HELP us help YOU!!!
>>>>>>> http://www.blakjak.demon.co.uk/mul_crss.htm
>>>>>>>> I have 6 workstations connected to the domain. Just connected
>>>>>>>> and they could see the domain under Entire Networks.
>>>>>>>>
>>>>>>>> Connected a laptop with WinXP to the same cables and cannot see
>>>>>>>> the domain.
>>>>>>>>
>>>>>>>> Any suggestions?
>>>>>>>>
>>>>>>>> thanks
>>>>>>>>

>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
3rd party program to join domain with winxp home laptop Lorenzo Sandini Windows Networking 3 09-15-2005 04:35 PM
password popup winxp-winxp local connection? Chris Home Networking 3 02-05-2005 09:58 PM
Can't see WinXP systems when browsing 2003 domain Byron Windows Networking 1 04-12-2004 04:36 PM
Internet connection sharing with WinXP Home and a domain James Annesley Windows Networking 1 02-05-2004 11:05 PM
WinXP Pro/WinXP Home Problem AlexC Home Networking 4 09-02-2003 05:50 PM



1 2 3 4 5 6 7 8 9 10 11