From owner-freebsd-questions@FreeBSD.ORG Thu Dec 25 15:43:22 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82DEE909 for ; Thu, 25 Dec 2014 15:43:22 +0000 (UTC) Received: from scottmail.org (scottmail.org [209.206.250.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40D6B2476 for ; Thu, 25 Dec 2014 15:43:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by scottmail.org (Postfix) with ESMTP id 52D56242D05; Thu, 25 Dec 2014 07:43:21 -0800 (PST) Received: from scottmail.org ([127.0.0.1]) by localhost (scottmail.org [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Mp0GKAvm-wDJ; Thu, 25 Dec 2014 07:43:19 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by scottmail.org (Postfix) with ESMTP id C16C8242D17; Thu, 25 Dec 2014 07:43:19 -0800 (PST) X-Virus-Scanned: amavisd-new at scottmail.org Received: from scottmail.org ([127.0.0.1]) by localhost (scottmail.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id N-kdhLkajTlh; Thu, 25 Dec 2014 07:43:19 -0800 (PST) Received: from scottmail.org (mail.scottmail.org [192.168.1.20]) by scottmail.org (Postfix) with ESMTP id 7AB54242D05; Thu, 25 Dec 2014 07:43:19 -0800 (PST) Date: Thu, 25 Dec 2014 07:43:19 -0800 (PST) From: Casey Scott Reply-To: Casey Scott To: g lister Message-ID: <223495012.51.1419522199210.JavaMail.zimbra@phantombsd.org> In-Reply-To: <328887443.42.1419519807044.JavaMail.zimbra@phantombsd.org> References: <642699791.129.1419432044320.JavaMail.zimbra@phantombsd.org> <18737980.212.1419443862787.JavaMail.zimbra@phantombsd.org> <2077504714.236.1419448060216.JavaMail.zimbra@phantombsd.org> <913059271.257.1419455366358.JavaMail.zimbra@phantombsd.org> <328887443.42.1419519807044.JavaMail.zimbra@phantombsd.org> Subject: Re: DNS resolution question MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [192.168.1.6] X-Mailer: Zimbra 8.6.0_GA_1153 (ZimbraWebClient - GC39 (Win)/8.6.0_GA_1153) Thread-Topic: DNS resolution question Thread-Index: OaIK/sPNQEvvyMql4+ogYiaFgKOFzr3GeDq2 Cc: bferrell@baywinds.org, freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 15:43:22 -0000 Another piece of data: When the server in question is pointed to another server for DNS resolution= (/etc/resolv.conf), the bind-utils (host/nslookup) can successfully lookup= the same records. That machine is running Centos 6.6. Its named -V BIND 9.8.2rc1-RedHat-9.8.2-0.30.rc1.el6_6.1 built with '--build=3Dx86_64-re= dhat-linux-gnu' '--host=3Dx86_64-redhat-linux-gnu' '--target=3Dx86_64-redha= t-linux-gnu' '--program-prefix=3D' '--prefix=3D/usr' '--exec-prefix=3D/usr'= '--bindir=3D/usr/bin' '--sbindir=3D/usr/sbin' '--sysconfdir=3D/etc' '--dat= adir=3D/usr/share' '--includedir=3D/usr/include' '--libdir=3D/usr/lib64' '-= -libexecdir=3D/usr/libexec' '--sharedstatedir=3D/var/lib' '--mandir=3D/usr/= share/man' '--infodir=3D/usr/share/info' '--with-libtool' '--localstatedir= =3D/var' '--enable-threads' '--enable-ipv6' '--enable-filter-aaaa' '--with-= pic' '--disable-static' '--disable-openssl-version-check' '--with-dlopen=3D= yes' '--with-dlz-ldap=3Dyes' '--with-dlz-postgres=3Dyes' '--with-dlz-mysql= =3Dyes' '--with-dlz-filesystem=3Dyes' '--with-gssapi=3Dyes' '--disable-isc-= spnego' '--with-docbook-xsl=3D/usr/share/sgml/docbook/xsl-stylesheets' '--e= nable-fixed-rrset' 'build_alias=3Dx86_64-redhat-linux-gnu' 'host_alias=3Dx8= 6_64-redhat-linux-gnu' 'target_alias=3Dx86_64-redhat-linux-gnu' 'CFLAGS=3D = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=3D2 -fexceptions -fstack-protector= --param=3Dssp-buffer-size=3D4 -m64 -mtune=3Dgeneric' 'CPPFLAGS=3D -DDIG_SI= GCHASE' using OpenSSL version: OpenSSL 1.0.1e 11 Feb 2013 using libxml2 version: 2.7.6 Noting that on the Linux server, IPv6 is enabled (though the server doesn't= use IPv6), I recompiled BIND with IPv6 enabled. Same result though. I can = not resolve vuxml.freebsd.org with it.=20 ----- On Dec 25, 2014, at 7:03 AM, Casey Scott casey@scottmail.org wrote: > named -V output includes '--disable-ipv6'. Isn't that explicitly disablin= g IPv6? >=20 > Thanks. >=20 > ----- On Dec 24, 2014, at 1:57 PM, g lister g.lister@nodeunit.ch wrote: >=20 >> On Wed Dec 24 22:09:26 2014 GMT+0100, Casey Scott wrote: >>> Ah.. well in that case, IPv6 is already disabled in named. >>=20 >> Is it disabled explicitly? I mean by a directive. I had also disabled it= ... By >> not enabling it but I had to disable it explicitly and then some queries= coming >> from my internal network and my smtp started working. Problem is you nee= d to >> have functioning IPv6 network setup to make use of it. >> Sorry for being short but writing on a phone is a pain. The syntax shoul= d be in >> a man page or the net. >>=20 >> HTH, >> George >>=20 >>>=20 >>>=20 >>> ----- On Dec 24, 2014, at 11:34 AM, g lister g.lister@nodeunit.ch wrote= : >>>=20 >>> > On Wed Dec 24 20:07:40 2014 GMT+0100, Casey Scott wrote: >>> >> I can't disable IPv4 because my environment uses it. Thanks though. >>> >=20 >>> > Sorry I meant IPv6, AAAA are v6 querries I think. >>> >=20 >>> >>=20 >>> >> Casey >>> >>=20 >>> >> ----- On Dec 24, 2014, at 10:10 AM, g lister g.lister@nodeunit.ch wr= ote: >>> >>=20 >>> >> > On Wed Dec 24 18:57:42 2014 GMT+0100, Casey Scott wrote: >>> >> >> That's what's odd. The tcpdump shows a seemingly valid response c= omeback, >>> >> >> however dig/host always fail with a timeout. It seems to me that = named isn't >>> >> >> passing along the response for some reason. >>> >> >>=20 >>> >> >> Thanks. >>> >> >=20 >>> >> >=20 >>> >> > Have you tried disabling IPv4 and checking whether it works? >>> >> > I had a similiar issue with bind and without IPv4 it was OK. >>> >> >=20 >>> >> > HTH, >>> >> > George >>> >> >=20 >>> >> >>=20 >>> >> >> ----- On Dec 24, 2014, at 8:31 AM, Bruce Ferrell bferrell@baywind= s.org wrote: >>> >> >>=20 >>> >> >> > On 12/24/2014 06:40 AM, Casey Scott wrote: >>> >> >> >> This issue surfaced when I noticed this entry in my servers da= ily security mail: >>> >> >> >> >>> >> >> >> Checking for packages with security vulnerabilities: >>> >> >> >> pkg: http://vuxml.freebsd.org/freebsd/vuln.xml.bz2: No address= record >>> >> >> >> pkg: cannot fetch vulnxml file >>> >> >> >> >>> >> >> >> >>> >> >> >> I discovered that the server is not able to resolve vuxml.free= bsd.org, or even >>> >> >> >> www.freebsd.org. I'm sure the problem isn't specific to the fr= eebsd.org zone, >>> >> >> >> but that's where I focused my effort. I found that recursive q= ueries failed, >>> >> >> >> however if I directly queried a name server authoritative for = freebsd.org (i.e. >>> >> >> >> ns1.isc-sns.net.), the query successfully returned the CNAME. >>> >> >> >> >>> >> >> >> OS Details: >>> >> >> >> FreeBSD mustang 9.3-RELEASE FreeBSD 9.3-RELEASE #0 r271930: Su= n Sep 21 19:01:57 >>> >> >> >> PDT 2014 root@mustang:/usr/src/sys/amd64/compile/Server am= d64 >>> >> >> >> >>> >> >> >> >>> >> >> >> DNS lookup attempt >>> >> >> >> **************************************************************= ***************** >>> >> >> >> $ dig vuxml.freebsd.org +trace >>> >> >> >> ; <<>> DiG 9.9.6-P1 <<>> vuxml.freebsd.org +trace >>> >> >> >> ;; global options: +cmd >>> >> >> >> . 517326 IN NS e.root-servers= .net. >>> >> >> >> . 517326 IN NS m.root-servers= .net. >>> >> >> >> . 517326 IN NS c.root-servers= .net. >>> >> >> >> . 517326 IN NS d.root-servers= .net. >>> >> >> >> . 517326 IN NS b.root-servers= .net. >>> >> >> >> . 517326 IN NS f.root-servers= .net. >>> >> >> >> . 517326 IN NS g.root-servers= .net. >>> >> >> >> . 517326 IN NS i.root-servers= .net. >>> >> >> >> . 517326 IN NS k.root-servers= .net. >>> >> >> >> . 517326 IN NS l.root-servers= .net. >>> >> >> >> . 517326 IN NS a.root-servers= .net. >>> >> >> >> . 517326 IN NS j.root-servers= .net. >>> >> >> >> . 517326 IN NS h.root-servers= .net. >>> >> >> >> . 517326 IN RRSIG NS 8 0 518400 = 20141231050000 >>> >> >> >> 20141224040000 22603 . OT3Uv0Krt43V999nh6ky8sK7Uob+Qb+M82BOS0u= PTFxq1NL6m2XX7ri3 >>> >> >> >> n/na4QyB/+iGTAlonAMVGyXEO1llrJt6iw7yucBriqy/xuGCwSY5Sllc >>> >> >> >> Y3G7RdzerNgmAhfD2wiCwJPnVuGaD3O5318r2TLrsXdoQwGk7FNWiE1X GBE= =3D >>> >> >> >> ;; Received 913 bytes from 192.168.1.1#53(192.168.1.1) in 0 ms >>> >> >> >> >>> >> >> >> org. 172800 IN NS b2.org.afilias= -nst.org. >>> >> >> >> org. 172800 IN NS a2.org.afilias= -nst.info. >>> >> >> >> org. 172800 IN NS d0.org.afilias= -nst.org. >>> >> >> >> org. 172800 IN NS b0.org.afilias= -nst.org. >>> >> >> >> org. 172800 IN NS a0.org.afilias= -nst.info. >>> >> >> >> org. 172800 IN NS c0.org.afilias= -nst.info. >>> >> >> >> org. 86400 IN DS 21366 7 2 >>> >> >> >> 96EEB2FFD9B00CD4694E78278B5EFDAB0A80446567B69F634DA078F0 D90F0= 1BA >>> >> >> >> org. 86400 IN DS 21366 7 1 >>> >> >> >> E6C1716CFB6BDC84E84CE1AB5510DAC69173B5B2 >>> >> >> >> org. 86400 IN RRSIG DS 8 1 86400 2= 0141231050000 >>> >> >> >> 20141224040000 22603 . IjE3Yi3yF8a12dOlLt13Grqs7c2tOXwgyyghAke= qy36N14VrAGxsQMxU >>> >> >> >> RlOE5rYwzeg1cLi55wRxGShNBz0/KU229xWrRNluzLUkbo+eW98E6Fcw >>> >> >> >> nT/DHrIy9J/3zjf6NRC+zUUcQTOJGWAkPF40TqaJGwI0Ag6/p6yxcBJ5 MDM= =3D >>> >> >> >> ;; Received 691 bytes from 192.112.36.4#53(g.root-servers.net)= in 73 ms >>> >> >> >> >>> >> >> >> freebsd.org. 86400 IN NS ns2.isc-sns.co= m. >>> >> >> >> freebsd.org. 86400 IN NS ns1.isc-sns.ne= t. >>> >> >> >> freebsd.org. 86400 IN NS ns3.isc-sns.in= fo. >>> >> >> >> freebsd.org. 86400 IN DS 32659 8 2 >>> >> >> >> AF3B32E46DF2FC32C0110C7D6B808EE73E0411501AFAF9022D3DCD0A FA5B3= ACD >>> >> >> >> freebsd.org. 86400 IN RRSIG DS 7 2 86400 2= 0150109163356 >>> >> >> >> 20141219153356 11112 org. >>> >> >> >> puF07NdtGtOY0uI3d789itchA2dEXz0URwCsckm7vjWoNIhdsMuG6jFc >>> >> >> >> StzdAkvFDiDO/2C3x21spRrb7Y3ioDQpNJL2zJUn2S0L/8ueDbF9wJAT >>> >> >> >> pEfAdMyUwlCQkVM45Ptf98z7iLTWWe2xQBhZZ1OGaPRW+VwKE0rCaz2d 1rg= =3D >>> >> >> >> ;; Received 345 bytes from 199.19.53.1#53(c0.org.afilias-nst.i= nfo) in 134 ms >>> >> >> >> >>> >> >> >> ;; connection timed out; no servers could be reached >>> >> >> >> **************************************************************= ***************** >>> >> >> >> >>> >> >> >> >>> >> >> >> tcpdump of the query above >>> >> >> >> **************************************************************= ***************** >>> >> >> >> listening on fxp0, link-type EN10MB (Ethernet), capture size 6= 5535 bytes >>> >> >> >> 05:59:36.016640 IP x.x.x.x.54272 > 38.103.2.1.53: 18640 [1au] = A? >>> >> >> >> vuxml.freebsd.org. (46) >>> >> >> >> 05:59:36.127776 IP 38.103.2.1.53 > x.x.x.x.54272: 18640*- 4/4/= 11 CNAME >>> >> >> >> wfe0.ysv.freebsd.org., RRSIG, A 8.8.178.110, RRSIG (1464) >>> >> >> >> 05:59:38.021067 IP x.x.x.x.52431 > 38.103.2.1.53: 13086 [1au] = AAAA? >>> >> >> >> vuxml.freebsd.org. (46) >>> >> >> >> 05:59:38.051272 IP x.x.x.x.51125 > 63.243.194.1.53: 16824 [1au= ] A? >>> >> >> >> vuxml.freebsd.org. (46) >>> >> >> >> 05:59:38.081819 IP 63.243.194.1.53 > x.x.x.x.51125: 16824*- 4/= 4/11 CNAME >>> >> >> >> wfe0.ysv.freebsd.org., RRSIG, A 8.8.178.110, RRSIG (1464) >>> >> >> >> 05:59:38.132821 IP 38.103.2.1.53 > x.x.x.x.52431: 13086*- 4/4/= 11 CNAME >>> >> >> >> wfe0.ysv.freebsd.org., RRSIG, AAAA, RRSIG (1464) >>> >> >> >> 05:59:40.056275 IP x.x.x.x.62003 > 63.243.194.1.53: 41954 [1au= ] AAAA? >>> >> >> >> vuxml.freebsd.org. (46) >>> >> >> >> 05:59:40.086597 IP 63.243.194.1.53 > x.x.x.x.62003: 41954*- 4/= 4/11 CNAME >>> >> >> >> wfe0.ysv.freebsd.org., RRSIG, AAAA, RRSIG (1464) >>> >> >> >> 05:59:40.267272 IP x.x.x.x.61416 > 72.52.71.1.53: 32843 [1au] = A? >>> >> >> >> vuxml.freebsd.org. (46) >>> >> >> >> 05:59:40.297103 IP 72.52.71.1.53 > x.x.x.x.61416: 32843*- 4/4/= 11 CNAME >>> >> >> >> wfe0.ysv.freebsd.org., RRSIG, A 8.8.178.110, RRSIG (1464) >>> >> >> >> 05:59:42.272273 IP x.x.x.x.54674 > 72.52.71.1.53: 2755 [1au] A= AAA? >>> >> >> >> vuxml.freebsd.org. (46) >>> >> >> >> 05:59:42.302289 IP 72.52.71.1.53 > x.x.x.x.54674: 2755*- 4/4/1= 1 CNAME >>> >> >> >> wfe0.ysv.freebsd.org., RRSIG, AAAA, RRSIG (1464) >>> >> >> >> 05:59:42.487277 IP x.x.x.x.54239 > 38.103.2.1.53: 38272 [1au] = A? >>> >> >> >> vuxml.freebsd.org. (46) >>> >> >> >> 05:59:42.598927 IP 38.103.2.1.53 > x.x.x.x.54239: 38272*- 4/4/= 11 CNAME >>> >> >> >> wfe0.ysv.freebsd.org., RRSIG, A 8.8.178.110, RRSIG (1464) >>> >> >> >> 05:59:44.492281 IP x.x.x.x.59505 > 38.103.2.1.53: 22873 [1au] = AAAA? >>> >> >> >> vuxml.freebsd.org. (46) >>> >> >> >> 05:59:44.604217 IP 38.103.2.1.53 > x.x.x.x.59505: 22873*- 4/4/= 11 CNAME >>> >> >> >> wfe0.ysv.freebsd.org., RRSIG, AAAA, RRSIG (1464) >>> >> >> >> 05:59:44.722266 IP x.x.x.x.61141 > 63.243.194.1.53: 50828 [1au= ] A? >>> >> >> >> vuxml.freebsd.org. (46) >>> >> >> >> 05:59:44.753517 IP 63.243.194.1.53 > x.x.x.x.61141: 50828*- 4/= 4/11 CNAME >>> >> >> >> wfe0.ysv.freebsd.org., RRSIG, A 8.8.178.110, RRSIG (1464) >>> >> >> >> 05:59:46.727324 IP x.x.x.x.49803 > 63.243.194.1.53: 51222 [1au= ] AAAA? >>> >> >> >> vuxml.freebsd.org. (46) >>> >> >> >> 05:59:46.757577 IP 63.243.194.1.53 > x.x.x.x.49803: 51222*- 4/= 4/11 CNAME >>> >> >> >> wfe0.ysv.freebsd.org., RRSIG, AAAA, RRSIG (1464) >>> >> >> >> 05:59:57.395692 IP x.x.x.x.60149 > 165.254.1.208.53: 31873 [1a= u] A? >>> >> >> >> e6238.a.akamaiedge.net. (51) >>> >> >> >> 05:59:57.404644 IP 165.254.1.208.53 > x.x.x.x.60149: 31873*- 1= /0/0 A 96.7.67.53 >>> >> >> >> (56) >>> >> >> >> **************************************************************= ***************** >>> >> >> >> >>> >> >> >> BIND build options >>> >> >> >> **************************************************************= ***************** >>> >> >> >> # named -V >>> >> >> >> BIND 9.9.6-P1 (Extended Support Version) built b= y make with >>> >> >> >> '--localstatedir=3D/var' '--disable-linux-caps' '--disable-sym= table' >>> >> >> >> '--with-randomdev=3D/dev/random' '--with-libxml2=3D/usr/local' >>> >> >> >> '--disable-filter-aaaa' '--disable-fixed-rrset' '--without-gos= t' >>> >> >> >> '--without-idn' '--disable-ipv6' '--disable-largefile' '--disa= ble-newstats' >>> >> >> >> '--without-python' '--disable-rpz-nsdname' '--disable-rpz-nsip= ' '--disable-rrl' >>> >> >> >> '--with-openssl=3D/usr/local' '--without-gssapi' '--enable-thr= eads' >>> >> >> >> '--sysconfdir=3D/etc/namedb' '--prefix=3D/usr' '--mandir=3D/us= r/share/man' >>> >> >> >> '--infodir=3D/usr/share/info/' '--build=3Damd64-portbld-freebs= d9.3' >>> >> >> >> 'build_alias=3Damd64-portbld-freebsd9.3' 'CC=3Dcc' 'CFLAGS=3D-= O2 -pipe -march=3Dnative >>> >> >> >> -fstack-protector -fno-strict-aliasing' 'LDFLAGS=3D -Wl,-rpath= ,/usr/local/lib >>> >> >> >> -fstack-protector' 'LIBS=3D' 'CPPFLAGS=3D' 'CPP=3Dcpp' >>> >> >> >> compiled by GCC 4.2.1 20070831 patched [FreeBSD] >>> >> >> >> using OpenSSL version: OpenSSL 1.0.1j 15 Oct 2014 >>> >> >> >> using libxml2 version: 2.9.2 >>> >> >> >> **************************************************************= ***************** >>> >> >> >> >>> >> >> >> Any idea what's going on here? >>> >> >> >> >>> >> >> >> Thanks, >>> >> >> >> Casey >>> >> >> >> >>> >> >> >> _______________________________________________ >>> >> >> >> freebsd-questions@freebsd.org mailing list >>> >> >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> >> >> >> To unsubscribe, send any mail to "freebsd-questions-unsubscrib= e@freebsd.org" >>> >> >> >> >>> >> >> > Casey, >>> >> >> >=20 >>> >> >> > think you're getting a correct response. >>> >> >> > dig @192.0.2.131 vuxml.freebsd.org >>> >> >> >=20 >>> >> >> > ; <<>> DiG 9.9.5-rpz2+rl.14038.05-P1 <<>> @192.0.2.131 vuxml.fr= eebsd.org >>> >> >> > ; (1 server found) >>> >> >> > ;; global options: +cmd >>> >> >> > ;; Got answer: >>> >> >> > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54956 >>> >> >> > ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITION= AL: 6 >>> >> >> >=20 >>> >> >> > ;; OPT PSEUDOSECTION: >>> >> >> > ; EDNS: version: 0, flags:; udp: 4096 >>> >> >> > ;; QUESTION SECTION: >>> >> >> > ;vuxml.freebsd.org. IN A >>> >> >> >=20 >>> >> >> > ;; ANSWER SECTION: >>> >> >> > vuxml.freebsd.org. 497 IN CNAME wfe0.ysv.freebsd.or= g. >>> >> >> > wfe0.ysv.freebsd.org. 497 IN A 8.8.178.110 >>> >> >> >=20 >>> >> >> > ;; AUTHORITY SECTION: >>> >> >> > freebsd.org. 497 IN NS ns3.isc-sns.info. >>> >> >> > freebsd.org. 497 IN NS ns2.isc-sns.com. >>> >> >> > freebsd.org. 497 IN NS ns1.isc-sns.net. >>> >> >> >=20 >>> >> >> > ;; ADDITIONAL SECTION: >>> >> >> > ns1.isc-sns.net. 2488 IN A 72.52.71.1 >>> >> >> > ns1.isc-sns.net. 166365 IN AAAA 2001:470:1a::1 >>> >> >> > ns2.isc-sns.com. 2488 IN A 38.103.2.1 >>> >> >> > ns3.isc-sns.info. 2488 IN A 63.243.194.1 >>> >> >> > ns3.isc-sns.info. 79965 IN AAAA 2001:5a0:10::1 >>> >> >> >=20 >>> >> >> > ;; Query time: 1 msec >>> >> >> > ;; SERVER: 192.0.2.131#53(192.0.2.131) >>> >> >> > ;; WHEN: Wed Dec 24 08:28:06 PST 2014 >>> >> >> > ;; MSG SIZE rcvd: 277 >>> >> >> >=20 >>> >> >> > Notice in the answer section of my simplified query via my loca= l nameserver, >>> >> >> > wfe0.ysv.freebsd.org is in the A record. I saw the same respon= se in your >>> >> >> > query, it was just harder to see. >>> >> >> >=20 >>> >> >> >=20 >>> >> >> > _______________________________________________ >>> >> >> > freebsd-questions@freebsd.org mailing list >>> >> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> >> >> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe= @freebsd.org" >>> >> >> _______________________________________________ >>> >> >> freebsd-questions@freebsd.org mailing list >>> >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> >> >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@f= reebsd.org" >>> >> >> >>> >> >=20 >>> >> > -- >>> >> _______________________________________________ >>> >> freebsd-questions@freebsd.org mailing list >>> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@free= bsd.org" >>> >> >>> >=20 >>> > -- >>> >>=20 >> -- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"