Author Topic: ns1.centos-webpanel.com Nameserver is not authoritative for foo.bar  (Read 10863 times)

0 Members and 1 Guest are viewing this topic.

I trust having set it up the right way but perhaps then not  ??? Checking on leafdns
Quote
The parent nameserver c0.nic.me. reports your nameservers as

ns1.centos-webpanel.com. | Nameserver is not authoritative for foo.bar.
ns2.centos-webpanel.com. | Nameserver is not authoritative for foo.bar.

None of the nameservers listed by the parent nameservers are both responsive and authoritative for your domain. This error is fatal, and the domain is unresolveable.


I do not see how this an error on my end  ???

Quote
TTL 14400
foo.bar.      86400        IN      SOA     ns1.centos-webpanel.com. email.some.net. (
            2013071600      ; serial, todays date+todays
            86400           ; refresh, seconds
            7200            ; retry, seconds
            3600000         ; expire, seconds
            86400 )         ; minimum, seconds

foo.bar. 86400 IN NS ns1.centos-webpanel.com.
foo.bar. 86400 IN NS ns2.centos-webpanel.com.

I did not touch the NS IPs, both are at 127.0.0.1 and the info on top of the editor window reads
Quote
ns1.centos-webpanel.com resolves to 54.36.136.192
ns2.centos-webpanel.com resolves to 167.114.21.225

Offline
*
Re: ns1.centos-webpanel.com Nameserver is not authoritative for foo.bar
« Reply #1 on: February 06, 2018, 07:20:34 AM »
if you're using own nameserver change with :

Quote
TTL 14400
foo.bar.      86400        IN      SOA     ns1.foo.bar. email.some.net. (
            2013071600      ; serial, todays date+todays
            86400           ; refresh, seconds
            7200            ; retry, seconds
            3600000         ; expire, seconds
            86400 )         ; minimum, seconds

foo.bar. 86400 IN NS ns1.foo.bar.
foo.bar. 86400 IN NS ns2.foo.bar.

and change nameserver IPs :

Quote
ns1.foo.bar -> (IP)
ns2.foo.bar -> (IP)


Re: ns1.centos-webpanel.com Nameserver is not authoritative for foo.bar
« Reply #2 on: February 06, 2018, 09:57:08 AM »
Got only ip and reckon it is better to have at least 2 ip to serve DNS from. Hence I wanted to utilize

ns1.centos-webpanel.com 54.36.136.192
ns2.centos-webpanel.com 167.114.21.225

Is it my misconception that this is possible and those 2 servers are not open to CWP users?

Re: ns1.centos-webpanel.com Nameserver is not authoritative for foo.bar
« Reply #3 on: February 06, 2018, 10:44:59 AM »
it may not be smart anyway to advertise to malicious parties that CWP is utilized on the domain through a NS called 'centos-webpanel'... :-[

Offline
***
Re: ns1.centos-webpanel.com Nameserver is not authoritative for foo.bar
« Reply #4 on: February 06, 2018, 05:10:36 PM »
Its always better to use private dns.

Re: ns1.centos-webpanel.com Nameserver is not authoritative for foo.bar
« Reply #5 on: February 06, 2018, 05:11:35 PM »
true. It was me being silly  ::)