Hey guys, Ive been playing around for a week with nethserver and its been an enjoyable ride.
ve been using an hyper v enviroment to build my test lab.
My steps are:
1- Install Nethserver 7 and fully update ( IP: 192.168.1.254)
2 - Edit company info and certificate ← Very important: was stuck here. If you dont edit those fields you will deploy a DC with errors.
3 - Start DHCP server Range: 192.168.1.10 - 192.168.1.20 Def Gat. 192.168.1.254 Dns: 192.168.1.254
4 - Deploy DC using web server manager ( IP: 192.168.1.253) vertigo.local
5 - Edit Domain admins passwords
6 - Try to join Windows 10 client (also virtual machine) to domain: Always get dns error:
Note: This information is intended for a network administrator. If you are not your network’s administrator, notify the administrator that you received this information, which has been recorded in the file C:\Windows\debug\dcdiag.txt.
The following error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller (AD DC) for domain “vertigo.local”:
The error was: “DNS name does not exist.”
(error code 0x0000232B RCODE_NAME_ERROR)The query was for the SRV record for _ldap._tcp.dc._msdcs.vertigo.local
Common causes of this error include the following:
- The DNS SRV records required to locate a AD DC for the domain are not registered in DNS. These records are registered with a DNS server automatically when a AD DC is added to a domain. They are updated by the AD DC at set intervals. This computer is configured to use DNS servers with the following IP addresses:
192.168.1.254
- One or more of the following zones do not include delegation to its child zone:
vertigo.local
local
. (the root zone)
My windows 10 clients gets the ip adress from DHCP server: Can ping the hostname (dc.vertigo.local) and when i do a nslookup i get this message:
C:\Users\Sofia Rocha>nslookup vertigo.local
Server: dc.vertigo.local
Address: 192.168.1.254*** dc.vertigo.local can’t find vertigo.local: Non-existent domain
A ping -a from the client resolves the name:
C:\Users\Sofia Rocha>ping -a 192.168.1.254
Pinging dc.vertigo.local [192.168.1.254] with 32 bytes of data:
Reply from 192.168.1.254: bytes=32 time<1ms TTL=64
Reply from 192.168.1.254: bytes=32 time=1ms TTL=64
Reply from 192.168.1.254: bytes=32 time=2ms TTL=64
Reply from 192.168.1.254: bytes=32 time=8ms TTL=64
Am i missing something?
Appreciate your time,
Fábio Rocha