A couple of days ago I screwed my DNS Zone from my hosting provider manager.. and becasue of that I reset the DNS Zone and change the DNS.. yes I know my fault .. but happend.
So since then the Zone file from each of my domains (they are virtual hosts) mysteriously changed a bit and bind9 started to give me errors, basically complaning about the zone file and being unable to loaded.
I know they changed, because I restored a copy of the zone files from a previous back-up.
Here is the old zone file from one the domains (which works perfectly):
$TTL 604800
@ IN SOA ns xxx.xxxxxx.com. (
2016080212 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11h) ; minimum
@ IN NS ns
ns IN A 37.187.177.177
@ IN MX 10 mail
@ IN TXT "v=spf1 a mx -all"
@ IN SPF "v=spf1 a mx -all"
mail IN TXT "v=spf1 a mx -all"
mail IN SPF "v=spf1 a mx -all"
dkim_34._domainkey IN TXT ("v=DKIM1;k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQ"
"KBgQDGF5JeukrcQzbnPsbx/8yqhhguKxim7/oh8ycCQfauh7WG"
"BoTNNVQleA16a2gGr5qeVHLxJWsHQiYXvd4wCCVbiTBkecl+x/"
"6ZgL12vnSzprL4IKNLu1nNWhxuEX3tN82KbX1tJGteNa/zbzaE"
"zqvYCRAYcjSE7FkHVZyrClD2dQIDAQAB;t=s")
_adsp._domainkey IN TXT "dkim=all"
mail IN A 37.187.177.177
imap IN A 37.187.177.177
smtp IN A 37.187.177.177
pop3 IN A 37.187.177.177
@ IN A 37.187.177.177
www IN A 37.187.177.177
And this is the new zone that Froxlor automatically generates after I messed up with the DNS Zone from my hosting provider... but I don't recall to change anything from Froxlor domain settings (this zone file doesn't work at all and bind9 is unable to load it, giving en error.
$TTL 604800
$ORIGIN janetgreco.com.
@ 18000 IN SOA squeakyhost.com lluc.squeakycarrot.com. (
2016081100 ; serial
1800 ; refresh (30 mins)
900 ; retry (15 mins)
604800 ; expire (7 days)
1200 ) ; minimum (20 mins)
@ 18000 IN A 37.187.177.177
www 18000 IN A 37.187.177.177
@ 18000 IN TXT "v=spf1 a mx -all"
dkim_34._domainkey 18000 IN TXT ("v=DKIM1;k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQ"
"KBgQDGF5JeukrcQzbnPsbx/8yqhhguKxim7/oh8ycCQfauh7WG"
"BoTNNVQleA16a2gGr5qeVHLxJWsHQiYXvd4wCCVbiTBkecl+x/"
"6ZgL12vnSzprL4IKNLu1nNWhxuEX3tN82KbX1tJGteNa/zbzaE"
"zqvYCRAYcjSE7FkHVZyrClD2dQIDAQAB;t=s")
_adsp._domainkey 18000 IN TXT "dkim=all"
As you can see changes quite a bit and I have no idea why
For now I created another directory inside /etc/bind containing all the zone files from my back-up and I specified the file here (and doing this all is working again):
The problem is from now on Froxlor generates the zonfiles which don't work at all and I have no idea why? Mainly because before I screwed it up the files generated by Froxlor worked perfectly.
Here you have an screenshot of one of my domain settings.. (all the other domains that I have share exactly the same settings:
Anyone see a reason for this? I would like to find out why?.. specially to generate the zone files automatically again.
Question
llucps
Hi,
A couple of days ago I screwed my DNS Zone from my hosting provider manager.. and becasue of that I reset the DNS Zone and change the DNS.. yes I know my fault
.. but happend.
So since then the Zone file from each of my domains (they are virtual hosts) mysteriously changed a bit and bind9 started to give me errors, basically complaning about the zone file and being unable to loaded.
I know they changed, because I restored a copy of the zone files from a previous back-up.
Here is the old zone file from one the domains (which works perfectly):
And this is the new zone that Froxlor automatically generates after I messed up with the DNS Zone from my hosting provider... but I don't recall to change anything from Froxlor domain settings (this zone file doesn't work at all and bind9 is unable to load it, giving en error.
As you can see changes quite a bit and I have no idea why
For now I created another directory inside /etc/bind containing all the zone files from my back-up and I specified the file here (and doing this all is working again):
The problem is from now on Froxlor generates the zonfiles which don't work at all and I have no idea why? Mainly because before I screwed it up the files generated by Froxlor worked perfectly.
Here you have an screenshot of one of my domain settings.. (all the other domains that I have share exactly the same settings:
Anyone see a reason for this? I would like to find out why?.. specially to generate the zone files automatically again.
Thanks.
Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.