Name Server Changes!!

ness

New member
Joined
Nov 19, 2014
Messages
1
I'm having difficulties.. I'd like my domain to point my hosting. I added the two nameservers. NS. However, I can't delete the one is already there.. Also I added the A setting, don't know why.. Please help!!! This process used to very easy with other websites, here it's complicated.. HElp!!!

Error Deleting Records

Details

Unable to save dns zone: named-checkzone returned:
loading "dugundernek.eu" from "/etc/namedb/dugundernek.eu.db.temp" class "IN"
/etc/namedb/dugundernek.eu.db.temp:18: ignoring out-of-zone data (domaincontrol.com)
/etc/namedb/dugundernek.eu.db.temp:19: ignoring out-of-zone data (domaincontrol.com)
zone dugundernek.eu/IN: has no NS records
zone dugundernek.eu/IN: not loaded due to errors.


image11.png
 
Using nameservers is for resellers and admins, not for users. So you might want to contact your hoster to make changes for you.
 
You should delete NS records for domaincontrol.com. I mean:

Code:
domaincontrol.com.     NS       ns23.domaincontrol.com.
domaincontrol.com.     NS       ns24.domaincontrol.com.
 
Probably the both lines should be deleted at once... Hardly Directadmin checks the zone before applying requested changes. At least there should be a button to reset a zone to its default state.
 
I'm having difficulties.. I'd like my domain to point my hosting. I added the two nameservers. NS. However, I can't delete the one is already there.. Also I added the A setting, don't know why.. Please help!!! This process used to very easy with other websites, here it's complicated.. HElp!!!
The problem is obvious:
Code:
/etc/namedb/dugundernek.eu.db.temp:18: ignoring out-of-zone data (domaincontrol.com)
/etc/namedb/dugundernek.eu.db.temp:19: ignoring out-of-zone data (domaincontrol.com)
zone dugundernek.eu/IN: has no NS records
zone dugundernek.eu/IN: not loaded due to errors.
Look carefully at this error and your attached image. Somehow yo've got two ns records for domaincontrol.com. set to ns23.domaincontrol.com and to ns24.domaincontrol.com.

I don't know how they got there; it shouldn't have been possible for DirectAdmin to create them. But they are there and they need to be deleted.

It also looks as if you have a nameserver record already, for dugundernek.eu. Add another one. You need two. You may not be able to add another one because of the errors in the file.

If you can't, then you may need to delete the two NS records for domaincontrol.com first. If you can't delete these either (both at the same time) then you'll need to make these changes to the zone file from the command line, through the root shell login. If you can't do that because you don't have root shell access (in other words you're a webhost client or reseller, and not the server administrator, then you'll needf to have your hosting company do it for you.

Jeff
 
Back
Top