Dear OTLAND'ers.
I'm having trouble configuring a DNS for my VPS server, I used the following tutorial.
https://www.vultr.com/docs/setup-your-own-dns-server-on-debian-ubuntu
Im not sure if I am configuring the last file correctly, here is a code for it
When i try to put those DNS on my host i get the following information
(this was translated as my VPS is hosted in different country so it may not be accurate to a word but it should make sens)
Any ideas what am I doing wrong?
Thanks from upfront
Best regards Pawlaks93
I'm having trouble configuring a DNS for my VPS server, I used the following tutorial.
https://www.vultr.com/docs/setup-your-own-dns-server-on-debian-ubuntu
Im not sure if I am configuring the last file correctly, here is a code for it
Code:
$TTL 86400
@ IN SOA ns1.luciferia.eu. root.luciferia.eu. (
2014100801 ; Serial
43200 ; Refresh
3600 ; Retry
1209600 ; Expire
180 ) ; Minimum TTL
; Nameservers
IN NS ns1.luciferia.eu.
IN NS ns2.luciferia.eu.
IN NS ns3.luciferia.eu.
; Root site
IN A 192.166.218.207
; Hostname records
* IN A 192.166.218.207
sub1 IN A 123.456.78.91
sub2 IN A 123.456.78.92
; Aliases
www IN CNAME luciferia.eu
webmail IN CNAME ghs.google.com.
; MX records
@ IN MX 1 aspmx.l.google.com.
@ IN MX 3 alt1.aspmx.l.google.com.
@ IN MX 3 alt2.aspmx.l.google.com.
@ IN MX 5 aspmx2.googlemail.com.
@ IN MX 5 aspmx3.googlemail.com.
@ IN MX 5 aspmx4.googlemail.com.
@ IN MX 5 aspmx5.googlemail.com.
; SPF records
@ IN TXT "v=spf1 ip4:199.195.140.194 include:_spf.google.com ~all"
When i try to put those DNS on my host i get the following information
Code:
The DNS server is not properly configured for the domain "luciferia.eu." Contact Technical Support server "ns1.luciferia.eu" and ask for the proper preparation (establishment of the SOA record)"
Any ideas what am I doing wrong?
Thanks from upfront
Best regards Pawlaks93