Jump to content
Froxlor Forum
  • 0

Need help on DNS


André Ferreira

Question

Hi know that this isnt about froxlor, but a little bit of help, please.

 

I have configured dns server(bind9) on my vps with ns2.afraid.org as secondary DNS. Bind is correctly configured and awsering through dig comands as well as afraid, but when i try to set them up as NS server on a domain i got the following error:

“Procedural errors occurred when modifying the DNS in the domain. Please check if the domain does not have the Lock status and the indicated DNS are registered through Internic.”(translated)

Note: the domain is not in locked status. 

Thanks in advance, and best regards. 


Dig commands from external machine(over internet / not local)
dig @xxx.xxxxxxx.net xxx.net txt
; <<>> DiG 9.10.3-P4-Raspbian <<>> @xxx.xxx.net xxx.net txt
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8230
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;xxx.net.                        IN      TXT

;; ANSWER SECTION:
xxx.net.         18000   IN      TXT     "v=spf1 +a +mx ~all"

;; AUTHORITY SECTION:
xxx.net.         18000   IN      NS      ns1.afraid.org.
xxx.net.         18000   IN      NS      xxx.xxx.net.

;; Query time: 54 msec
;; SERVER: xxx.xxx.xxx.xxx#53(xxx.xxx.xxx.xxx)
;; WHEN: Wed Apr 07 17:13:57 WEST 2021
;; MSG SIZE  rcvd: 159


dig @ns2.afraid.org xxx.net txt
; <<>> DiG 9.10.3-P4-Raspbian <<>> @ns2.afraid.org xxx.net txt
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58807
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1220
;; QUESTION SECTION:
;xxx.net.                        IN      TXT

;; ANSWER SECTION:
xxx.net.         18000   IN      TXT     "v=spf1 +a +mx ~all"

;; AUTHORITY SECTION:
xxx.net.         18000   IN      NS      xxx.xxx.net.
xxx.net.         18000   IN      NS      ns1.afraid.org.

;; ADDITIONAL SECTION:
ns1.afraid.org.         300     IN      A       50.23.197.94
ns1.afraid.org.         300     IN      AAAA    2607:f0d0:1102:d5::2

;; Query time: 124 msec
;; SERVER: 69.65.50.223#53(69.65.50.223)
;; WHEN: Wed Apr 07 17:43:13 WEST 2021
;; MSG SIZE  rcvd: 203
 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

So, where exactly do you get the error from? Why ns2.afraid.org as SECONDARY? Please describe your setup a bit more detailed. Do you want to be the authoritive nameserver for your domains on your vps? If not, then you don't want to use bind9/DNS-features in froxlor. It's meant to be the MASTER nameserver. You can setup others to act as SLAVEs

Link to comment
Share on other sites

  • 0
9 hours ago, d00p said:

So, where exactly do you get the error from?

From the domain register when i try to change the domain nameserver.

 

9 hours ago, d00p said:

Why ns2.afraid.org as SECONDARY?

Because its required by the register to have at least two nameserver records. with diferent ips, and i only have 1.

9 hours ago, d00p said:

Do you want to be the authoritive nameserver for your domains on your vps?

Yes, since froxlor draw the entire zone file for the domain i wouldnt have the need to write it on the dns provider. 

 

 

PRIMARY isnt the same as MASTER and SECONDARY / SLAVE?

What configuration do you need?

I dont remember changing anything after the froxlor configuration. 

 

 

Link to comment
Share on other sites

  • 0

Thanks, 

 

the erros are the following: 

 

Warning 102 Provided glue records not applicable (NS)
  • xxx.net IN NS xxx.xxx.net /xxx.xxx.xxx.xxx
Warning 102 Provided glue records not applicable (NS)
  • xxx.net IN NS ns2.afraid.org /69.65.50.192
Warning 112 Minimum TTL out of range (expected, found)
  • [180..86400]
  • 604800
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...