Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2001 22:08:53 -0700
From:      Jon Rust <jpr@vcnet.com>
To:        freebsd-questions@freebsd.org
Subject:   no local DNS resolving?!
Message-ID:  <20011009220853.A47799@mail.vcnet.com>

next in thread | raw e-mail | index | archive | help
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

jon

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?20011009220853.A47799>