Computing.Net > Forums > Networking > cannot connect to domain controller

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

cannot connect to domain controller

Reply to Message Icon

Name: dewald
Date: May 11, 2009 at 05:19:06 Pacific
OS: Windows Vista
Subcategory: Servers
Comment:


I need some help in connecting with my server 2003 domain controller. this is something I have never done and have no experience with it. when I go to computer properties and click on computer name and try to put my computer into that domain it says that that domain can not be contacted. What must I do on the server end? what must I do on my unconnected computer. firewall settings? remote access? where and how must I enter my un connected computer's name in active directory? I am absolutely cluless and would much appreciate a step by step guide.



Sponsored Link
Ads by Google

Response Number 1
Name: guapo
Date: May 11, 2009 at 05:56:18 Pacific
Reply:

Did you setup a domain.local in Active Directory on the server? If you did, you should see it when you browse for the name.

How do you know when a politician is lying? His mouth is moving.


0

Response Number 2
Name: dewald
Date: May 11, 2009 at 08:29:18 Pacific
Reply:

I did set up a domain on the server and i called it 'contoso.com'. does it have to have .local at the end. I can't even ping the 2 computers.


0

Response Number 3
Name: dewald
Date: May 11, 2009 at 08:34:05 Pacific
Reply:

i want to join the domain with my pc, but i am missing something somewhere.


0

Response Number 4
Name: Jennifer SUMN
Date: May 11, 2009 at 11:18:01 Pacific
Reply:

If you can't ping the Domain Controller from the workstation, then you need to figure out why. You won't be able to join the Domain if the client can't access the DC.

EEOC


0

Response Number 5
Name: dewald
Date: May 11, 2009 at 12:57:22 Pacific
Reply:

I kinda realized that. I really don't know how to figure out why it isn't working. I don't know what to check or try, I have no clue what steps to take to get this problem sorted out. Is there something I have to do on my DC, or does the problem lie with my PC that I want to connect?


0

Related Posts

See More



Response Number 6
Name: guapo
Date: May 11, 2009 at 15:27:04 Pacific
Reply:

Domain name: CONTOSO.COM
Administrative Contact:
Administrator, Domain domains@microsoft.com
One Microsoft Way
Redmond, WA 98052
US
+1.4258828080

contoso.com already exists & you don't own it. That's why MS recommeds .local addresses for non registered domain names.

As far as your ping problem goes, run ipconfig /all on both machines & post the output.

How do you know when a politician is lying? His mouth is moving.


0

Response Number 7
Name: dewald
Date: May 12, 2009 at 00:10:44 Pacific
Reply:

= }


0

Response Number 8
Name: dewald
Date: May 12, 2009 at 02:50:27 Pacific
Reply:

i now renamed my server djdevlam.local
is that better, or does it need a .com in there 2?


0

Response Number 9
Name: guapo
Date: May 12, 2009 at 05:59:17 Pacific
Reply:

I see the problem. It's in the DC configuration. You have some strange external address for the wired NIC (5.219.214.164) & a DHCP wireless address.

Disable the wireless NIC on the DC & give the wired NIC a static IP address, something like 192.168.0.100 & static DNS entries. Use your ISPs DNS.

Both machines should be connected to the router.
Modem > router > All machines.

You don't need any .com.

How do you know when a politician is lying? His mouth is moving.


0

Response Number 10
Name: dewald
Date: May 12, 2009 at 06:15:25 Pacific
Reply:

This address 5.219.214.164 is from a program I installed that alows u 2 create networks for any computers that are online. It is called Hamachi. I do not use this connection to go on to the internet. It is not a wired network, It works through my wireless connection. I only have wireless, this is my only connection...5.219.214.164 is from Hamachi which is a VPN service... If I do give the Hamachi a static IP address and my router's IP for DNS, then it does not work anymore...


0

Response Number 11
Name: wanderer
Date: May 12, 2009 at 08:58:24 Pacific
Reply:

It is pretty normal when following a microsoft training manual to use CONTOSO.COM. I have seen them use this since NT4 training.

http://en.wikipedia.org/wiki/Contoso

If this is for learning and not for internet then I am sure guapo will have a different perspective/advice concering configuration.

Server and workstation do need to be in the same subnet to communicate.


0

Response Number 12
Name: dewald
Date: May 12, 2009 at 09:23:28 Pacific
Reply:

they are on the same subnet.....


0

Response Number 13
Name: wanderer
Date: May 12, 2009 at 13:52:53 Pacific
Reply:

Your workstation is pointing to the router 192.168.0.1 for dns

I do not see a dns entry for the server which should be pointing to itself at 192.168.0.11

To reach Active Directory you need to use MS DNS since the internet does not know who your server is. Point the workstation dns entry to x.x.x.11, assuming it is the AD and DNS server and you should be fine.


0

Response Number 14
Name: dewald
Date: May 13, 2009 at 00:25:23 Pacific
Reply:

= }


0

Response Number 15
Name: guapo
Date: May 13, 2009 at 05:46:07 Pacific
Reply:

I only use static IPs on small networks. I also use the static DNSs of the ISP.

How do you know when a politician is lying? His mouth is moving.


0

Response Number 16
Name: dewald
Date: May 13, 2009 at 07:41:34 Pacific
Reply:

is the static DNS of the ISP my wireless router's IP? If not, where do I find it?


0

Response Number 17
Name: wanderer
Date: May 13, 2009 at 08:56:43 Pacific
Reply:

To connect a workstation to a Active Directory DC you need to have the workstation point to the AD DNS server.

You do not use the ISP dns entries on the workstation in an AD environment.

You configure dns's forwarders tab to have the isp's dns servers. But there isn't even a connect to the server yet so dealing with forwarding or isp dns is very premature.

Static ip has NEVER been and NEVER will be a requirement on any lan nor does it address ANY issue except if you don't want to have a dhcp server. DHCP is just fine

dewald it does not appear you are following a MS training manual any more. The training would not direct you to use your router for dhcp. It would direct you to use the server for dhcp and disable the routers dhcp server.

you also should disable all other network interfaces, including hamachi except the wireless on both which is what you appear to be using until you have connected to the server.

Next step in troubleshooting would be to do a nslookup server01 from the workstation and post the results. This is a test to see if the workstation can talk to the servers dns and that the server dns will return the proper information.


0

Response Number 18
Name: dewald
Date: May 13, 2009 at 10:03:36 Pacific
Reply:

= ]


0

Response Number 19
Name: wanderer
Date: May 13, 2009 at 11:05:30 Pacific
Reply:

For some reason your workstation is not seeing 192.168.0.11 as your dns server. It thinks 192.168.0.100 is your dns server which is why it can't find it.

When learning you need a clean environment. You have too many config issues/hamachi/router for dhcp that can confuse where and what to troubleshoot.

Go to the book store/or order online and purchase one of the MS server training courses. They will walk you through step by step.

Try craigslist for a used course material


0

Response Number 20
Name: dewald
Date: May 13, 2009 at 11:55:18 Pacific
Reply:

I changed my server name to 192.168.0.100.....

anyway, I am studying MCSE. they talk about stuff and then tell me to do things and they just presume that my 2 different computer's are on the same domain. no where do they give me step by step instructions on what exactly to do to get on the domain.

anyway, thanx for taking the trouble and time to try and help me.


0

Response Number 21
Name: wanderer
Date: May 14, 2009 at 14:53:22 Pacific
Reply:

You need the mcse course material that contains labs. Those are what walk you thru the exercises.


0

Response Number 22
Name: dewald
Date: May 18, 2009 at 07:35:10 Pacific
Reply:

i recently configured a new server 2003 as a domain controller and also as a dns. I managed to connect my xp pc, my server 2003 pc which is a member server, and my vista pc. they are all on the domain and can connect to the internet, all but my vista pc. can some1 please tell me what settings I have to change so my vista pc can have access to the internet through my DC?


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Networking Forum Home


Sponsored links

Ads by Google


Results for: cannot connect to domain controller

Help! - Cannot connect to my webser www.computing.net/answers/networking/help-cannot-connect-to-my-webser/34291.html

Domain controller www.computing.net/answers/networking/domain-controller/7850.html

DI-604 Cannot connect to Games www.computing.net/answers/networking/di604-cannot-connect-to-games/21813.html