I have successfully setup a DNS server on my local virtual machine and its running and I've mapped 2 public IP's with my domain name (****.com). I also created reverse lookup zones which basically map my IP's to the domain name... Once I did this, I've typed the following in cmd:
nslookup
entered IP <- i get back correct result
entered domain name <- i get back correct result
I entered this command in my windows server 2012 R2 virtual machine...
So now comes the ultimate question?? How do I actually now use this DNS server to point my domain to them in real life (not just this virtual server). When I do nslookup from a real machine (not virtualized) i don't get any results back?? How do I map now my IP's to my domain in real PC's (if we can call it like that?).
Thanks heaps!