kellyboyce
03-02-2004, 10:04 AM
Hi,
I have purchased a windows dedicated server with ev1 servers. I want to setup my own NameServer, can anyone please help me or direct me to the right place?
Thanx in advance.
Cheers
Kelly
sonic10
03-02-2004, 12:45 PM
This is how things work.
You register your domain.com with a Registrar Co.
You register ns1.yourdomain.com with Registrar Co. to point to the IP address 127.0.0.1
You register ns2.yourdomain.com with Registrar Co. to point to the IP address 127.0.0.2
You add ns1.yourdomain.com and ns2.yourdomain.com as hosts for yourdomain.com at Registrar Co.
When people resolve yourdomain.com, the registry tells the resolver that the hosts are ns1.yourdomain.com (127.0.0.1) and ns2.yourdomain.com (127.0.0.2). Then the resolver asks those hosts for IP information and sends the reply.
You will need to set up Bind or something alike on your server to run your own dns server.
Search around on google.com using keywords --> 'setting up a dns server' you can find tons of related mateials there.
kellyboyce
03-02-2004, 01:24 PM
does ns1 and ns2 have to point to 2 different IP's? i only have one IP on my server?
Unknown_User
03-02-2004, 01:47 PM
Hmmm, setting ns2.domain.com to 127.0.0.1 is loop back, why would you put a loop back address for a name server, wouldn't it have to point to your IP address?
Regards
DislexiK
dan_erat
03-02-2004, 03:28 PM
DislexiK: Uh, I assume that that was an example IP. :)
kellyboyce: You can make ns1 and ns2 point to the same IP. (There's been plenty of discussion already on why this is bad or not so bad... Use the "Search" button for details.)