LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-25-2022, 09:12 PM   #1
YuGiOhJCJ
Member
 
Registered: Apr 2015
Posts: 53

Rep: Reputation: Disabled
Domain NS records are wrong for my new domain


Hello,

I own a DNS server (using Bind) and a domain "yugiohjcj.cf" (registered on Freenom).
This DNS server is configured for the domain "yugiohjcj.cf":
Code:
$ cat /etc/named.conf
[...]
zone "yugiohjcj.cf" IN {
	type master;
	file "yugiohjcj.cf/yugiohjcj.cf.zone";
	allow-update { none; };
};
[...]
On intoDNS, I can see this for "yugiohjcj.cf":
Code:
Domain NS records 	Nameserver records returned by the parent servers are:

ns1.yugiohjcj.cf.   ['82.65.164.110']   [TTL=300]
ns2.yugiohjcj.cf.   ['82.65.164.110']   [TTL=300]

a.ns.cf was kind enough to give us that information.
It's working fine like that since a long time.

Recently, I got the domain "yugiohjcj.tk" (registered on Freenom).
So, I edited my DNS server configuration to add the domain "yugiohjcj.tk":
Code:
$ cat /etc/named.conf
[...]
zone "yugiohjcj.cf" IN {
        type master;
        file "yugiohjcj.cf/yugiohjcj.cf.zone";
        allow-update { none; };
};
zone "yugiohjcj.tk" IN {
        type master;
        file "yugiohjcj.tk/yugiohjcj.tk.zone";
        allow-update { none; };
};
[...]
On intoDNS, I can see this for "yugiohjcj.tk":
Code:
Domain NS records 	Nameserver records returned by the parent servers are:

ns01.freenom.com.   ['54.171.131.39'] (NO GLUE)   [TTL=300]
ns02.freenom.com.   ['52.19.156.76'] (NO GLUE)   [TTL=300]
ns03.freenom.com.   ['104.155.27.112'] (NO GLUE)   [TTL=300]
ns04.freenom.com.   ['104.155.29.241'] (NO GLUE)   [TTL=300]

a.ns.tk was kind enough to give us that information.
As you can see the Domain NS records are wrong.
I would like to have something similar to my old "yugiohjcj.cf" domain.

Do you know what's the problem please?

Thank you.
Best regards.
 
Old 12-25-2022, 09:36 PM   #2
YuGiOhJCJ
Member
 
Registered: Apr 2015
Posts: 53

Original Poster
Rep: Reputation: Disabled
OK it's fixed!
On intoDNS, I can see this for "yugiohjcj.tk":
Code:
Domain NS records 	Nameserver records returned by the parent servers are:

ns1.yugiohjcj.tk.   ['82.65.164.110']   [TTL=300]
ns2.yugiohjcj.tk.   ['82.65.164.110']   [TTL=300]

a.ns.tk was kind enough to give us that information.
In fact, it was a problem on Freenom.
The domain was not correctly configured.
I had to do the following:

1) Services, My Domains, Manage Domain, Management Tools, Register glue records:
ns1.yugiohjcj.tk 82.65.164.110
ns2.yugiohjcj.tk 82.65.164.110

2) Services, My Domains, Manage Domain, Management Tools, Nameservers:
[X] Use custom nameservers (enter below)
Nameserver1: ns1.yugiohjcj.tk
Nameserver2: ns2.yugiohjcj.tk

If you don't do that, exactly in this order, there is an error and the domain is not correctly configured.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Microphone records, but records nothing alarazr Linux - Newbie 5 02-20-2013 07:21 AM
[SOLVED] MX Records / A Records / CNAME Records - Advice Please fusion1275 Linux - Newbie 15 01-18-2011 04:06 AM
Reading caller detail records(CDR ) records eliufoo Linux - Networking 2 12-16-2008 11:31 PM
DNS Zone Records - MX Records ddzc Linux - Software 8 05-24-2007 01:26 PM
1+0 records in how to disiable in DD command "1+0 records out" Kotresh Linux - Software 3 03-08-2007 08:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration