LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   dns servers (https://www.linuxquestions.org/questions/linux-server-73/dns-servers-762277/)

Deluka 10-15-2009 10:51 PM

dns servers
 
Hey there
I have some server at home and a dns server running.
Also a free account with the domain name dezuttere.mine.nu
What do i need to do so i have controle over the last step of the name resolving.
So that ohter dns servers world wide can contact my dns server to see where the www or ftp server is.

celthunder 10-15-2009 10:57 PM

Uh set your dns servers ip as the dns server and then it will check your dns server whenever your domain is called. (i did mine through namecheap and i had to go to a seperate little box to type in the ip of the nameserver to make it ns1. and ns2. first and then set those 2 up to be the nameservers) Not sure who your registrar is or your setup.

Forrest Coredump 10-15-2009 11:04 PM

Provided "Dezuttere" is in fact a subdomain and not just and A record pointing to your server's IP, you would need access to update the "zone file" for the subdoimain dezuttere. For this you would need to contact whoever manages the "mine.ru" DNS server and ask them to either a.) delegate the management and hostsing of the "dezuttere" zone to you, or b.) allow you to access/edit the zone file remotely. This would allow you to manage things yourself, i.e., add records, subdomains, etc... If that's not possible, you'll need to work the the provider to add resources records for you (MX records, A records, CNAME, etc...)

Deluka 10-15-2009 11:20 PM

So if i understand i correctly i will need to contact my current DNS provider and ask them to give me controle over the sub sub domain.

Forrest Coredump 10-16-2009 12:32 AM

Yes, you will either need to request they delegate control of the zone to you, or if denied, ask to be given the ability to edit the zone file on there servers (via ssh, or webmin, etc...).

In many cases this isn't an issue as DNS is designed to be a delegated service, with the flow of data moving from subdomain "dezuttere" -> domains "mine" -> top level domains ".ru" -> root servers ".". Given this architecture, you can't break/misconfigure zones higher up the tree (you only break your own subdomain).

Hope this helps
FCDump

Deluka 10-16-2009 12:37 AM

Well just have written them a mail and i don't think its going to be a problem since its a way for them to make some extra money.
Thanks for the feedback

Forrest Coredump 10-16-2009 12:48 AM

Your very welcome. Have fun!


All times are GMT -5. The time now is 05:39 AM.