Resolving issue

Webbera

Verified User
Joined
May 26, 2017
Messages
6
Hi ;)

I still have issue with DNS propagation. Some domains are working fine and some are not so here is what I have:


Code:
$TTL 14400
@	IN	SOA     ns1.webbera.co.uk.	hostmaster.socialwinhub.com. (
                                                2017112603
                                                14400
                                                3600
                                                1209600
                                                86400 )

socialwinhub.com.	14400   IN	NS	ns1.webbera.co.uk.
socialwinhub.com.	14400   IN	NS	ns2.webbera.co.uk.

ftp     14400   IN	A	62.210.247.51
mail    14400   IN	A	62.210.247.51
pop     14400   IN	A	62.210.247.51
smtp    14400   IN	A	62.210.247.51
socialwinhub.com.	14400   IN	A	62.210.247.51
www     14400   IN	A	62.210.247.51

socialwinhub.com.	14400   IN	MX	10 mail

And this is error that I have:

Code:
Nov 27 10:09:36 server.webbera.co.uk named[13948]: client 74.125.181.XX#40230 (socialwinhub.com): query (cache) 'socialwinhub.com/A/IN' denied
Nov 27 10:09:36 server.webbera.co.uk named[13948]: client 74.125.47.XX#63374 (fsocialwinhub.com): query (cache) 'socialwinhub.com/A/IN' denied

Any hint where I can star checking :) I know that this is not issue with firewall as I have another zone on server that is working ok (my conclusion is that one zone is working and one not so firewall is not issue this time).

any hint is welcome as I'm crazy of checking this issue.
 
Hi zEitEr,

This is not solved as I move all clients back to old server ;)

I'm still able to see same issue with my server if I try to move it to new server. Stupid situation that I have is related with DNS zone and one zone is not working but second one that I have is working fine. So this can't be related with wrong bind configuration.

Can you tell me when I'm migrating server to new IP address how should I do that, as there can be something that I miss.

What I did:
1. Take backup of all clients
2. With new server I restore reseller
3. I add client where is DNS zone located
4. Imported all other clients using option to use new IP address and use local DNS settings (I did not use it from backup files).

I don't think that there is issue with propagation as I'm using CloudFlare so TTL is low.
 
Back
Top