Hi 
I still have issue with DNS propagation. Some domains are working fine and some are not so here is what I have:
	
	
	
		
And this is error that I have:
	
	
	
		
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.
				
			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
any hint is welcome as I'm crazy of checking this issue.