Thread: bind reverse zone issue
h,
have bind installed , registered domain name servers in registrar , pointing vps server running bind9 , forward zone works great , apache,ftp server , mail server working great.
need make reverse zone works pass gmail,yahoo,msn ptr record check !
used tutorials on forum , elsewhere make forward zone , thing mysterious tutorials use class c ip addressees , seems use reverse zone local purposes !
have class ip assigned , need reverse dns query !
here configuration file , zone files :
if there wrong or have suggestions please let me know .code:named.conf.local file : =========================== zone "example.com" { type master; file "/etc/bind/zones/example.com.db"; }; zone "250.140.210.69.in-addr.arpa" { type master; file "/etc/bind/zones/rev.250.140.210.69.in-addr.arpa"; }; /etc/bind/zones/example.com.db file : ======================= example.com. in soa ns1.example.com. admin.example.com. ( 2006081401 28800 3600 604800 38400 ) example.com. in ns ns1.example.com. example.com. in mx 10 mail.example.com. in 69.210.140.250 www in 69.210.140.250 mail in 69.210.140.250 ns1 in 69.210.140.250 /etc/bind/zones/rev.250.140.210.69.in-addr.arpa file : ======================= @ in soa ns1.example.com. admin.example.com. ( 2006081401 28800 604800 604800 86400 ) in ns ns1.example.com. in ptr example.com. ns1 in 69.210.140.250
i stuck in issue , dnslookup works when ssh vps fails in internet! please let me know if syntax correct zone files , let me know think wrong here !
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] bind reverse zone issue
Ubuntu
Comments
Post a Comment