Non-existent host/domain

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Mon Mar 12 21:21:45 UTC 2001


> 
> Dear people there,
> 
> I have a problem to install bind8.2.3-REL on Solaris2.5.1/Intel86
> as an upgrade from bind4.9.6-REL.   Its compilation was successful.
> "/var/adm/messages" says as follows.
> 
> -----------------------------------------------------------------------------
> ----
> named[6991]: starting (/etc/named.conf).  named 8.2.3-REL Mon Mar 12 
> 11:46:05 JST 2001
>         root at ns.xxxxxx.ne.jp:/usr/local/src/bind8.2.3/src/bin/named
> named[6991]: hint zone "" (IN) loaded (serial 0)
> named[6991]: Zone "0.0.127.in-addr.arpa" (file 0.0.127.in-addr.arpa): No 
> default TTL ($TTL <value>) set,
> using SOA minimum instead

	Use a $TTL directive to fix this.  See RFC 2308 and/or
	http://www.nominum.com/resources/faqs/bind-faq.html

> named[6991]: master zone "0.0.127.in-addr.arpa" (IN) loaded (serial 
> 199903101)
> named[6991]: Zone "xxxxxx.ne.jp" (file xxxxxx.db): No default TTL ($TTL 
> <value>) set, using SOA minimum
> instead
> named[6991]: master zone "xxxxxx.ne.jp" (IN) loaded (serial 199903101)
> named[6991]: Zone "1xx.1xx.2xx.xxx.in-addr.arpa" (file 
> 1xx.1xx.2xx.xxx.in-addr.arpa): No default TTL ($TT
> L <value>) set, using SOA minimum instead
> named[6991]: master zone "1xx.1xx.2xx.xxx.in-addr.arpa" (IN) loaded (serial 
> 199903101)
> named[6991]: listening on [127.0.0.1].53 (lo0)
> named[6991]: listening on [xxx.2xx.1xx.1xx].53 (elx0)
> named[6991]: listening on [xxx.2xxx.1xxx.2xx].53 (elx1)
> named[6991]: Forwarding source address is [0.0.0.0].33215
> named[6992]: Ready to answer queries.
> -----------------------------------------------------------------------------
> ----
> 
> Using nslookup, I can get ip addresses as far as they are hosts in my
> domain.   But if they are addresses outside my domain, I have an error
> like this.
> 
> -----------------------------------------------------------------------------
> ----
> *** localhost can't find www.xxxyyyzzz.com: Non-existent host/domain
> -----------------------------------------------------------------------------
> ----
> 
> Below is an example output from nslookup with a debug mode.
> 
> -----------------------------------------------------------------------------
> ----
> >www.cdnow.com
> Server:  localhost
> Address:  127.0.0.1
> 
> ;; res_mkquery(0, www.cdnow.com, 1, 1)
> timeout (5 secs)
> timeout (10 secs)
> timeout (20 secs)
> timeout (40 secs)

	BIND 8, behaves like any other dns client and uses a system assigned
	port to make queries.  Please ensure that your firewall allow these
	through and the answers back.  You can also fix the port used for
	UDP queries via query-source.

	Mark

> ;; res_mkquery(0, www.cdnow.com.xxxxxx.ne.jp, 1, 1)
>                                 ~~~~~~
>                                 (my domain name)
> ------------
> Got answer:
>     HEADER:
>         opcode = QUERY, id = 32469, rcode = NXDOMAIN
>         header flags:  response, auth. answer, want recursion, recursion 
> avail.
>         questions = 1,  answers = 0,  authority records = 1,  additional = 0
> 
>     QUESTIONS:
>         www.cdnow.com.impetus.ne.jp, type = A, class = IN
>     AUTHORITY RECORDS:
>     ->  xxxxxx.ne.jp
>         ttl = 86400 (1 day)
>         origin = ns.xxxxxx.ne.jp
>         mail addr = admin.ns.xxxxxx.ne.jp
>         serial = 199903101
>         refresh = 10800 (3 hours)
>         retry   = 3600 (1 hour)
>         expire  = 604800 (7 days)
>         minimum ttl = 86400 (1 day)
> 
> ------------
> *** localhost can't find www.cdnow.com: Non-existent host/domain
> -----------------------------------------------------------------------------
> ----
> 
> My named.conf is as follows.
> 
> -----------------------------------------------------------------------------
> ----
> options {
> # /etc/named.boot
> # boot file for primary server
> 
>         directory "/var/named";
> };
> 
> #
> zone "." {
>         type hint;
>         file "named.root";
> };
> 
> #
> zone "0.0.127.in-addr.arpa" {
>         type master;
>         file "0.0.127.in-addr.arpa";
> };
> 
> zone "xxxxxx.ne.jp" {
>         type master;
>         file "xxxxxx.db";
> };
> 
> zone "1xx.1xx.2xx.xxxx.in-addr.arpa" {
>         type master;
>         file "1xx.1xx.2xx.xxx.in-addr.arpa";
> };
> -----------------------------------------------------------------------------
> ----
> 
> Thank you for your any suggestion.
> T.L.
> 
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com


More information about the bind-users mailing list