please,please help

Hayden Wimmer hwimmer at bakerref.com
Wed May 24 13:02:17 UTC 2000


when i do nslookups i always get this in-addr.arpa 
for example 
nslookup 192.168.1.234    returns

server: hemi.168.192.in-addr.arpa
address: 192.168.1.248

name: charger.168.192.in-addr.arpa
address: 192.168.1.234

here is named.conf
options {
 directory "/var/named";
 /*
  * If there is a firewall between you and nameservers you want
  * to talk to, you might need to uncomment the query-source
  * directive below.  Previous versions of BIND always asked
  * questions using port 53, but BIND 8.1 uses an unprivileged
  * port by default.
  */
 // query-source address * port 53;
};

// 
// a caching only nameserver config
// 
zone "." {
 type hint;
 file "named.ca";
};

zone "0.0.127.in-addr.arpa" {
 type master;
 file "named.local";
};

zone "test.com" {
 type master;
 file "test.hosts";
};

zone "168.192.in-addr.arpa" {
 type master;
 file "test.reverse";


here is the reverse file

;
;  reverse mapping
;
;

test.com. IN SOA hemi.test.com. root.hemi.test.com.(
       4  ; serial
  21600  ; refresh 
  1800  ; retry
  604800  ; expire
  86400 )  ; minimum 
 	

;name servers
 IN NS hemi.test.com.
 IN NS supernova.test.com.


;reverse
1.1 IN MX 10 jebwebsrv1
234.1 IN MX 20 charger
248.1 IN NS hemi
248.5 IN NS supernova
248.5 IN  PTR supernova
222.1 IN PTR yobaan
250.1   IN      PTR     jebco0
210.1 IN PTR jebco1
220.1 IN PTR jebco2
243.1 IN PTR yosql
204.5 IN PTR wonder
245.1 IN PTR financial
231.1   IN PTR cobra
248.1 IN PTR hemi
230.1 IN PTR bakerpdc
246.1 IN PTR hres
212.1 IN PTR baanora
240.1 IN PTR bakersna
240.5 IN PTR bpsna
244.1 IN PTR yosqltest
232.1 IN PTR intranet
233.1 IN PTR internettest
234.1 IN PTR charger
244.1   IN      PTR yosyb1      
;end



};








More information about the bind-users mailing list