*BSD News Article 58249


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!in1.uu.net!news.fla.net!usenet
From: pikarsky@maniac.med.miami.edu (Nick Pikarsky)
Newsgroups: comp.protocols.tcp-ip.domains,comp.unix.bsd.bsdi.misc
Subject: need help with dns for another domain
Date: Sat, 06 Jan 1996 17:45:53 GMT
Organization: Internet Providers of Florida
Lines: 155
Distribution: inet
Message-ID: <4cmbkb$2g6@ipof1.fla.net>
NNTP-Posting-Host: 129.171.68.22
X-Newsreader: Forte Free Agent 1.0.82
Xref: euryale.cc.adfa.oz.au comp.protocols.tcp-ip.domains:8734 comp.unix.bsd.bsdi.misc:1859

Sorry, I have never used freeagent before, (die hard tin user) and I
posted the last article with an attachment, which was encoded, instead
of keepin it as text. fixed it this time...

 am tring to set up a domain on unix system running bsdi v2.0, I am
having
problems when it comes to checking out the domain with nslookup. It is
unable 
query the domain...

below is a log of my nslookup session:

ipof: {6} % nslookup piklee.com
Server:  ipof.fla.net
Address:  0.0.0.0
 
Name:    piklee.com
Address:  205.228.191.100
 
ipof: {7} % nslookup nickspc2.piklee.com
Server:  ipof.fla.net
Address:  0.0.0.0
 
Name:    nickspc2.piklee.com
Address:  205.228.191.10
 
ipof: {8} % nslookup www.piklee.com
Server:  ipof.fla.net
Address:  0.0.0.0
 
Name:    nickspc2.piklee.com
Address:  205.228.191.10
Aliases:  www.piklee.com
 
these look ok to me but when I try to list the domain I get the
following:


ipof: {9} % nslookup
Default Server:  ipof.fla.net
Address:  0.0.0.0
 
> set type=any
> set db2
> ls piklee.com
;; res_mkquery(0, piklee.com, 1, 252)
[ipof.fla.net]
*** Can't list domain piklee.com: Query refused
> ls -d piklee.com
;; res_mkquery(0, piklee.com, 1, 252)
[ipof.fla.net]
*** Can't list domain piklee.com: Query refused
> ls -d nickspc2.piklee.com
;; res_mkquery(0, nickspc2.piklee.com, 1, 252)
[ipof.fla.net]
*** Can't list domain nickspc2.piklee.com: Query refused
> set debug
> ls piklee.com
;; res_mkquery(0, piklee.com, 1, 252)
[ipof.fla.net]
*** Can't list domain piklee.com: Query refused
> exit


the following is a copy of my bind data base for the in question
domain:

this is the named.boot from the system.

;       @(#)named.boot  8.1 (Berkeley) 6/9/93
 
; boot file for secondary name server
 
 
directory       /etc/namedb
 
; type    domain                source host/file                backup
file
 
primary   fla.net                       domain.db
primary   piklee.com                    piklee.db
primary   188.228.205.IN-ADDR.ARPA      reverse.db
primary   189.228.205.IN-ADDR.ARPA      189.228.205.db
primary   190.228.205.IN-ADDR.ARPA      190.228.205.db
primary   191.228.205.IN-ADDR.ARPA      191.228.205.db
primary   0.0.127.IN-ADDR.ARPA          localhost.rev
cache     .                             root.cache
primary   piklee.com                    piklee.db

this is the first iteration of the forward resolution for the new
domain


;
; Forward resolution for local names
;
;
$ORIGIN com.
;
piklee          IN      SOA             .piklee.com.
hostmaster.fla.net. (
                                951125  ; Serial number
                                172800  ; Refresh every 2 days
                                3600    ; Retry every hour
                                1728000 ; Expire every 20 days
                                172800 ); Minimum 2 days
;
                IN      NS      ipof.fla.net.
                IN      NS      ns.uu.net.
                IN      A       205.228.191.100
                IN      MX      10 ipof.fla.net.
;
;
$ORIGIN piklee.com.
localhost       IN      A       127.0.0.1
;               IN      A       205.228.191.100
                IN      MX      10 ipof.fla.net.
nickspc2        IN      A       205.228.191.10
www             IN      CNAME   nickspc2.piklee.com.


this is the second iteration.

;
; Forward resolution for local names
;
$ORIGIN com.
;
piklee          IN      SOA             .fla.net. hostmaster.fla.net.
(
                                951125  ; Serial number
                                172800  ; Refresh every 2 days
                                3600    ; Retry every hour
                                1728000 ; Expire every 20 days
                                172800 ); Minimum 2 days
;
                IN      NS      ipof.fla.net.
                IN      NS      ns.uu.net.
;
;
piklee.com.     A       205.228.191.100
                MX      100 ipof.fla.net.
nickspc2        A       205.228.191.10

both of them have the same results, What am I doing wrong?? do I need
a
different version of bind?? any ideas??

thanks
Nick Pikarsky
pikarsky@maniac.med.miami.edu
pikarsky@ipof.fla.net