I have several VLANs/networks - eg.:
- 10.0.10.0/24 : Servers
- 10.0.20.0/24 : Pcs
My DNS server is called "DC1.mydomain.local" (IP 10.0.10.11) and I have a PBX server called SVPBX (IP 10.0.10.21).
Inside the Servers VLAN - If I type Nslookup SVPBX, I get this result:
C:\Users\x>nslookup SVPBX
Server: DC1.mydomain.local
Address: 10.0.10.11
Name: SVPBX.mydomain.local
Address: 10.0.10.21
But if I inside the PCs VLAN tries the same, I get this:
C:\Windows\system32>nslookup SVPBX
Server: UnKnown
Address: 10.0.10.11
My PCs DNS is set to: 10.0.10.11.
I have created two reverse lookup zones on the DNS server (DC1):
- 10.0.10.in-addr.arpa
- 20.0.10.in-addr.arpa
Any idea what I am doing wrong? Shouldn't I create a reverse lookup per VLAN?