Creating a DNS Server
Posted
by
c.adhityaa
on Server Fault
See other posts from Server Fault
or by c.adhityaa
Published on 2012-12-08T10:56:12Z
Indexed on
2012/12/08
11:13 UTC
Read the original article
Hit count: 946
OK, I am a complete newbie to all this, so please bear with me.
I want to create a DNS Server (like Google does - 8.8.8.8). I understand that a DNS Server is a Server that gives a IP on being given a hostname, ie. when I ask it what is the IP of google.com, it says "64.233.160.0".
So, what I want to do is create a similar one that holds records of what translates to what. I thought of this since it looks to be similar to a webserver - ask for a page and it gives back the page. That is, when my machine has the IP xxx.xxx.xxx.xxx and people chose xxx.xxx.xxx.xxx as their Primary DNS Server, then when they ask "www.google.com", I sould be able to tell "64.233.160.0".
So, how do I create this DNS Server that is accessible to everyone in the world ? It would be easier if we have something like EasyPHP which is the analogue to a webserver here.
I am sorry if I have caused any trauma because this might seem rubbish to experts ;)
Adhityaa
© Server Fault or respective owner