Need Help in setting up Zimbra DNS revers lookup

General discussion about Zimbra Desktop.
Post Reply
qadir52786
Posts: 41
Joined: Sat Sep 13, 2014 3:58 am

Need Help in setting up Zimbra DNS revers lookup

Post by qadir52786 »

Hello all 
I need little bit help abt dns for zimbra i am getting error when i chk revers look up can any one help me in this following is output  ( I am using cent os 7)

/var/named/192.168.0.52.rev:2: ignoring out-of-zone data (52.0.168.192.in-addr.arpa)
/var/named/192.168.0.52.rev:8: ignoring out-of-zone data (52.0.168.192.in-addr.arpa)
zone test.com/IN: has 0 SOA records
zone test.com/IN: has no NS records

Following is my file for reverse look up


$ttl 38400
52.0.168.192.in-addr.arpa. IN SOA test.com aq.test.com. (
1410893293
10800
3600
604800
38400 )
52.0.168.192.in-addr.arpa. IN NS test.com.


Please help me
User avatar
jorgedlcruz
Zimbra Alumni
Zimbra Alumni
Posts: 2782
Joined: Thu May 22, 2014 4:47 pm

Need Help in setting up Zimbra DNS revers lookup

Post by jorgedlcruz »

You need to create a zone called:

0.168.192.in-addr.arpa



And then inside:

#######



@ IN SOA ns1.yournameserver.com. root.domain.com. (

2007040301 ;serial

14400 ;refresh

3600 ;retry

604800 ;expire

10800 ;minimum

)



0.168.192.in-addr.arpa. IN NS ns1.yournameserver.com.

0.168.192.in-addr.arpa. IN NS ns2.yournameserver.com.



2 IN PTR blah1.domain.com.

3 IN PTR blah2.domain.com.

4 IN PTR blah3.domain.com.

5 IN PTR blah4.domain.com.

6 IN PTR blah5.domain.com.



########



Every PTR must be the IP for your the A entries like you have in the main zone, for example:

192.168.0.2 blah1.domain.com

192.168.0.3 blah2.domain.com

192.168.0.4 blah3.domain.com

192.168.0.5 blah4.domain.com

192.168.0.6 blah5.domain.com



I hope that helps, also here is the link where I found the info:

http://www.philchen.com/2007/04/04/conf ... everse-dns



Best regards
Jorge de la Cruz https://jorgedelacruz.es
Systems Engineer at Veeam Software https://www.veeam.com/
qadir52786
Posts: 41
Joined: Sat Sep 13, 2014 3:58 am

Need Help in setting up Zimbra DNS revers lookup

Post by qadir52786 »

thanks alot
User avatar
jorgedlcruz
Zimbra Alumni
Zimbra Alumni
Posts: 2782
Joined: Thu May 22, 2014 4:47 pm

Need Help in setting up Zimbra DNS revers lookup

Post by jorgedlcruz »

Thank you ! If the issues is fixed please mark the topic like answered :)
Jorge de la Cruz https://jorgedelacruz.es
Systems Engineer at Veeam Software https://www.veeam.com/
Post Reply