Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2000 07:24:15 -0500
From:      "webmaster" <deanweb@mailbag.com>
To:        <freebsd-isp@freebsd.org>
Subject:   DNS Craziness
Message-ID:  <003801bff17c$413feb50$3a12d9c7@dthrash>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_0035_01BFF152.58284670
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Howdy

I've got a /32 from @link networks (SDSL). I run a nameserver for my =
primary domain, divingdeals.com, on ns1.divingdeals.com (FBSD 3.4) and =
my main secondary is ns1.granitecanyon.com. I finally got @link to setup =
secondary and reverse records at their site for me. Here's the problem. =
I can resolve all of the local machines on my /32, but nothing resolves =
outside. Here's some stuff:

su-2.03# ndc status
named 8.2.2-P5 Fri Jun 30 22:06:53 CDT
jwenger/downloads/bind8/src/bin/named
number of zones allocated: 64
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
server is DONE priming
server IS NOT loading its configuration

What's up with the last line?

su-2.03# nslookup ftp.freebsd.org
Server:  ns1.divingdeals.com
Address:  216.163.27.18

*** ns1.divingdeals.com can't find ftp.freebsd.org: Non-existent =
host/domain

I know for a fact ftp.freebsd.org exists. :)

Here's a simple dig:

su-2.03# dig divingdeals.com

; <<>> DiG 8.2 <<>> divingdeals.com
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;;      divingdeals.com, type =3D A, class =3D IN

;; AUTHORITY SECTION:
divingdeals.com.        1H IN SOA       divingdeals.com. =
webmaster.divingdeals.c
om. (
                                        1345365847      ; serial
                                        3H              ; refresh
                                        1H              ; retry
                                        1W              ; expiry
                                        1H )            ; minimum


;; Total query time: 4 msec
;; FROM: ns1.divingdeals.com to SERVER: default -- 216.163.27.18
;; WHEN: Wed Jul 19 07:20:59 2000
;; MSG SIZE  sent: 33  rcvd: 79


I've been doing DNS admin for years now, and I've read the O'Reilly =
books. Yet I'm stumped. I've scoured the BIND and FREEBSD mailing lists, =
nothing much. As a quickie work around, I'd like to add a second =
nameserver (ns2.nap.net) so Qmail can at least resolve names to send =
stuff, but I can't figure out how (yes, that servers ip is in my =
resolve.conf, so's my primary). Of course, I'd prefer to fix my damned =
DNS.


Cheers!
Jack Wenger

------=_NextPart_000_0035_01BFF152.58284670
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Howdy</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I've got a /32 from @link networks =
(SDSL). I run a=20
nameserver for my primary domain, divingdeals.com, on =
ns1.divingdeals.com (FBSD=20
3.4) and my main secondary is ns1.granitecanyon.com. I finally got @link =
to=20
setup secondary and reverse records at their site for me. Here's the =
problem. I=20
can resolve all of the local machines on my /32, but nothing resolves =
outside.=20
Here's some stuff:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>su-2.03# ndc status<BR>named 8.2.2-P5 =
Fri Jun 30=20
22:06:53 CDT<BR>jwenger/downloads/bind8/src/bin/named<BR>number of zones =

allocated: 64<BR>debug level: 0<BR>xfers running: 0<BR>xfers deferred: =
0<BR>soa=20
queries in progress: 0<BR>query logging is OFF<BR>server is DONE=20
priming<BR>server IS NOT loading its configuration</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>What's up with the last =
line?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>su-2.03# nslookup <A=20
href=3D"ftp://ftp.freebsd.org">ftp.freebsd.org</A><BR>Server:&nbsp;=20
ns1.divingdeals.com<BR>Address:&nbsp; 216.163.27.18</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>*** ns1.divingdeals.com can't find <A=20
href=3D"ftp://ftp.freebsd.org:">ftp.freebsd.org:</A>; Non-existent=20
host/domain</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I know for a fact <A=20
href=3D"ftp://ftp.freebsd.org">ftp.freebsd.org</A>; exists. =
:)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Here's a simple dig:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>su-2.03# dig =
divingdeals.com</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>; &lt;&lt;&gt;&gt; DiG 8.2 =
&lt;&lt;&gt;&gt;=20
divingdeals.com<BR>;; res options: init recurs defnam dnsrch<BR>;; got=20
answer:<BR>;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, =
id:=20
4<BR>;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, =
ADDITIONAL:=20
0<BR>;; QUERY SECTION:<BR>;;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
divingdeals.com, type=20
=3D A, class =3D IN</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>;; AUTHORITY=20
SECTION:<BR>divingdeals.com.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
1H IN=20
SOA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; divingdeals.com.=20
webmaster.divingdeals.c<BR>om.=20
(<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;=20
1345365847&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;=20
serial<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;=20
3H&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;=20
;=20
refresh<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;=20
1H&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;=20
;=20
retry<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;=20
1W&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;=20
;=20
expiry<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;=20
1H )&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; =

minimum</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><BR>;; Total query time: 4 msec<BR>;; =
FROM:=20
ns1.divingdeals.com to SERVER: default -- 216.163.27.18<BR>;; WHEN: Wed =
Jul 19=20
07:20:59 2000<BR>;; MSG SIZE&nbsp; sent: 33&nbsp; rcvd: 79</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I've been doing DNS admin for years =
now, and I've=20
read the O'Reilly books. Yet I'm stumped. I've scoured the BIND and =
FREEBSD=20
mailing lists, nothing much. As a quickie work around, I'd like to add a =
second=20
nameserver (ns2.nap.net) so Qmail can at least resolve names to send =
stuff, but=20
I can't figure out how (yes, that servers ip is in my resolve.conf, so's =
my=20
primary). Of course, I'd prefer to fix my damned DNS.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Cheers!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Jack Wenger</FONT></DIV></BODY></HTML>

------=_NextPart_000_0035_01BFF152.58284670--



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003801bff17c$413feb50$3a12d9c7>