From owner-freebsd-questions Tue Oct 9 22: 8:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id 503EB37B407 for ; Tue, 9 Oct 2001 22:08:54 -0700 (PDT) Received: (qmail 50188 invoked by uid 1001); 10 Oct 2001 05:08:54 -0000 Date: Tue, 9 Oct 2001 22:08:53 -0700 From: Jon Rust To: freebsd-questions@freebsd.org Subject: no local DNS resolving?! Message-ID: <20011009220853.A47799@mail.vcnet.com> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: http://www.freebsd.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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 jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message