Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2002 15:15:02 -0500 (EST)
From:      Jeff Shevlen <jeff@passedpawn.com>
To:        Barry Byrne <barry.byrne@wbtsystems.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   RE: [Fwd: DNS question]
Message-ID:  <20020312144503.I49703-100000@192.168.0.192>
In-Reply-To: <NCBBIAMNAKDKFJIIGNPKIEKDHIAA.barry.byrne@wbtsystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>
> What problem are you having.

To be honest, I'm not sure.  I'm pretty newbie.  I have set things up
locally ok - that is, I'm reasonably certain named.conf is copascetic, and
localhost.rev is setup properly.  What I'm trying to do is manage a domain
called passwedpawn.com and I'm not sure the zone file is properly setup.

A dig yields some results, though usually just the SOA record:
# dig passwedpawn.com
; <<>> DiG 8.3 <<>> passwedpawn.com
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;;      passwedpawn.com, type = A, class = IN

;; AUTHORITY SECTION:
passwedpawn.com.        33m10s IN SOA   ns1.pho88.net. root.ns1.pho88.net.
(
                                        20020309        ; serial
                                        1H              ; refresh
                                        15M             ; retry
                                        5w6d16h         ; expiry
                                        1H )            ; minimum

------------
nslookup though, kaks:
c:>nslookup passwedpawn.com
*** Can't find server name for address 142.218.4.36: Non-existent domain
*** Default servers are not available
Server:  UnKnown
Address:  142.218.4.36

Name:    passwedpawn.com

------------
>
> Is anything logged in /var/log/messages?
>
Nothing that looks promising:

Mar 10 14:54:04 ns1 named[226]: starting BIND 9.2.0 -u bind -t /etc/namedb/sb/
Mar 10 14:54:04 ns1 named[226]: none:0: open: /etc/rndc.key: file not found
Mar 10 14:54:04 ns1 named[226]: couldn't add command channel 127.0.0.1#953: file not found
Mar 10 14:54:04 ns1 named[226]: none:0: open: /etc/rndc.key: file not found
Mar 10 14:54:04 ns1 named[226]: couldn't add command channel ::1#953: file not found

I suspect part of the problem is that some changes I've made to the zone
file have not propagated across the net yet.  But I'm pretty confused
about what's working and what isn't right now; in particular with respect
to nslookup.

Here is a copy of the zone file just in case:

$TTL    3600

passwedpawn.com.        IN      SOA     ns1.pho88.net. admin.pho88.net.  (
                                20020309        ; Serial
                                3600    ; Refresh
                                900     ; Retry
                                3600000 ; Expire
                                3600 )  ; Minimum
; DNS Servers
@       IN      NS      ns1.pho88.net.
@       IN      NS      ns1.granitecanyon.com.
@       IN      NS      ns2.granitecanyon.com.

; Pointer section
@       IN      PTR     localhost.

; Host addresses
@       IN      A       216.138.233.204
www     IN      A       216.128.233.204


I'm open to any suggestions.

Thanks,
Jeff


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020312144503.I49703-100000>