Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2001 11:55:06 +0100
From:      Len Conrad <LConrad@Go2France.com>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: Dns/named
Message-ID:  <5.0.0.25.0.20010312114408.027a39e0@mail.Go2France.com>
In-Reply-To: <NFBBLDBDIKMEIDPILIDKKEKLCBAA.structure@home.com>

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

>Alrite my config is located @ www.teenplacement.com/configfiles
>here's the problem...i can ping and reach www.teenplacement.com and
>www.madstarpromotions.com.teenplacement.com

... named can handle the preceding monstrosity, which is the 
equivalent to the common error on leaving off the final, root "." 
from is meant to be a FQHN;  btw, it's missing an A record:

mgw1# dig www.madstarpromotions.com.teenplacement.com

; <<>> DiG 8.3 <<>> www.madstarpromotions.com.teenplacement.com a
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;;      www.madstarpromotions.com.teenplacement.com, type = A, class = IN

;; AUTHORITY SECTION:
teenplacement.com.      1D IN SOA       www.teenplacement.com. 
siegel.teenplacement.com. (
                                         2001030600      ; serial
                                         3H              ; refresh
                                         1H              ; retry
                                         1W              ; expiry
                                         1D )            ; minimum

>but not
>www.madstarpromotions.com
>
>after numerous rewrites of the config i still have no luck

works fine for me:

mgw1# ping www.madstarpromotions.com
PING www.madstarpromotions.com (24.2.138.118): 56 data bytes
64 bytes from 24.2.138.118: icmp_seq=0 ttl=245 time=89.931 ms
64 bytes from 24.2.138.118: icmp_seq=1 ttl=245 time=84.159 ms
64 bytes from 24.2.138.118: icmp_seq=2 ttl=245 time=85.610 ms
64 bytes from 24.2.138.118: icmp_seq=3 ttl=245 time=96.219 ms

btw, you're running two NS's with the same ip address.  And 
shownofear is listed in delegation data but not in NS records.

Len


http://MenAndMice.com/DNS-training : DNS training for USA and 
Europe
http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 for NT4 & W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-spam mail gateways


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?5.0.0.25.0.20010312114408.027a39e0>