Date: Wed, 10 Oct 2001 10:30:44 +0200 From: "Patrick O'Reilly" <patrick@mip.co.za> To: "Jon Rust" <jpr@vcnet.com> Cc: <freebsd-questions@FreeBSD.ORG> Subject: RE: no local DNS resolving?! Message-ID: <NDBBIMKICMDGDMNOOCAIEEGNDKAA.patrick@mip.co.za> In-Reply-To: <20011009233457.E387@blossom.cjclark.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Also, make sure the /etc/resolv.conf on the ns1 box is set to point to itself. Patrick. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Crist J. Clark > Sent: 10 October 2001 08:35 > To: Jon Rust > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: no local DNS resolving?! > > > On Tue, Oct 09, 2001 at 10:08:53PM -0700, Jon Rust wrote: > > >From another machine: > > > > bash-2.03$ dig @ns1.vcnet.com jon.vc.net > > > > ; <<>> DiG 8.3 <<>> @ns1.vcnet.com jon.vc.net > > ; (1 server found) > > ;; res options: init recurs defnam dnsrch > > ;; got answer: > > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6 > > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, > ADDITIONAL: 5 > > ;; QUERY SECTION: > > ;; jon.vc.net, type = A, class = IN > > > > ;; ANSWER SECTION: > > jon.vc.net. 3D IN A 209.239.230.2 > > <snip> > > > > >From ns1 itself: > > > > mail:~{1} $ dig @ns1.vcnet.com jon.vc.net > > > > ; <<>> DiG 8.3 <<>> @ns1.vcnet.com jon.vc.net > > ; (1 server found) > > ;; res options: init recurs defnam dnsrch > > ;; res_nsend to server ns1.vcnet.com 209.239.239.11: > Connection refused > > > > WTF? IPFW is wide open (for the purpose of testing this): > > > > 00100 allow ip from any to any > > 65535 deny ip from any to any > > > > What the heck I'm i missing? Using 4.4-Stable from about 2 weeks ago: > > > > 4.4-STABLE FreeBSD 4.4-STABLE #2: Mon Sep 24 > > Could be a few things. First, does, > > $ dig jon.vc.net > > Or > > $ dig @127.0.0.1 jon.vc.net > > Work at ns1? Second, what does, > > $ netstat -an | fgrep .53 > > Return? Finally, what about, > > $ ifconfig > > This should help. > -- > Crist J. Clark cjclark@alum.mit.edu > cjclark@jhu.edu > cjc@freebsd.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > 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?NDBBIMKICMDGDMNOOCAIEEGNDKAA.patrick>