Server 2012 R2 Questions (ADDS)

Soldato
Joined
15 Mar 2010
Posts
11,382
Location
Bucks
So I managed to get server 2012 r2 up and running and wanted to configure DNS and ADDS on it.
I believe I did all correctly but for some reason my client pc just wont connect to the domain.

So my client TCP/IP would look like this:

ip: 10.10.10.2
subnet: 255.255.255.0
gateway: 10.10.10.1 (router ip)
pref dns: 10.10.10.10 (the 2012r2 server)


server side would be:
ip: 10.10.10.10
subnet: 255.255.255.0
gateway: 10.10.10.1 (router)
dns: 10.10.10.10 (server)

Firewalls are disabled on both server and client, i have tried localhost ip, pinging 10.10.10.10 from the client works, What am I doing wrong?
 
Figured it out finally, did some NSLOOKUP investigating and it was pretty clear that it was still trying to connect to the outside world and not my server.
Seems the IPv6 on the router was confusing everything, I took it off and was able to connect to domain.

Then I enabled it again and just disabled IPv6 on the server and client and seems to be ok so far.
 
Back
Top Bottom